dependencies/layout_data_api/inc/aknlayoutscalable_apps.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_APPS_CDL
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    22
#define AKNLAYOUTSCALABLE_APPS_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_Apps.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_Apps
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_apps.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 TAknWindowComponentLayout application_window(TInt aVariety = 0, 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
    51
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    52
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    53
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
    54
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    55
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
    56
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    57
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
    58
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    59
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
    60
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    61
inline TAknLayoutScalableParameterLimits call_video_uplink_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_video_uplink_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_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 call_video_uplink_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_uplink_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_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
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    70
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
    71
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    72
inline TAknWindowComponentLayout navi_pane(TInt aVariety = 0, 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
    73
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    74
inline TAknLayoutScalableParameterLimits popup_cale_events_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_cale_events_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    77
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    78
inline TAknWindowComponentLayout popup_mup_playback_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup_playback_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    79
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    80
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
    81
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    82
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    83
inline TAknWindowComponentLayout main_browser_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_browser_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_browser_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    84
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    85
inline TAknWindowComponentLayout main_burst_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_burst_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_burst_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    86
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    87
inline TAknWindowComponentLayout main_calc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    88
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    89
inline TAknWindowComponentLayout main_cale_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cale_day_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    90
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    91
inline TAknWindowComponentLayout main_cale_month_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cale_month_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    92
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    93
inline TAknWindowComponentLayout main_cale_week_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cale_week_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_week_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    94
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    95
inline TAknWindowComponentLayout main_call_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call_pane)))(aVariety, aCol, aRow); }
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 main_call_poc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call_poc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call_poc_pane)))(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
inline TAknWindowComponentLayout main_camera_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   101
inline TAknWindowComponentLayout main_chi_dic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_chi_dic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_chi_dic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   103
inline TAknWindowComponentLayout main_clock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   105
inline TAknWindowComponentLayout main_fmradio_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   107
inline TAknWindowComponentLayout main_graph_messa_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_graph_messa_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_graph_messa_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   109
inline TAknWindowComponentLayout main_help_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_help_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_help_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   111
inline TAknWindowComponentLayout main_im_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_im_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_im_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   113
inline TAknLayoutScalableParameterLimits main_image_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   115
inline TAknWindowComponentLayout main_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   117
inline TAknWindowComponentLayout main_location2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   119
inline TAknWindowComponentLayout main_location_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   121
inline TAknWindowComponentLayout main_messa_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_messa_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_messa_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   123
inline TAknWindowComponentLayout main_mp2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   125
inline TAknWindowComponentLayout main_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   127
inline TAknWindowComponentLayout main_msg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_msg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_msg_pane)))(aVariety, aCol, aRow); }
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 main_mup_eq_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_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 main_mup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_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 TAknWindowComponentLayout main_notes_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_notes_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_notes_pane)))(aVariety, aCol, aRow); }
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 main_pec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pec_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pec_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 main_phob_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_phob_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_phob_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 TAknWindowComponentLayout main_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pinb_pane)))(aVariety, aCol, aRow); }
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 main_postcard_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_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 main_qdial_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_qdial_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_qdial_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_skin_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_skin_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_skin_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_smil2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_smil2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_smil2_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_smil_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_smil_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_smil_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_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_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 TAknWindowComponentLayout main_video_tele_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_tele_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_viewer_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_viewer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane)))(aVariety, aCol, aRow); }
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 main_vorec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vorec_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vorec_pane)))(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_blid_sat_info_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_blid_sat_info_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info_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_blid_sat_info_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info_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_dyc_status_message_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_dyc_status_message_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_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_dyc_status_message_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dyc_status_message_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_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_grid_large_graphic_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_grid_large_graphic_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_large_graphic_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_grid_large_graphic_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_grid_large_graphic_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_large_graphic_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 TAknLayoutScalableParameterLimits popup_loc_request_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_loc_request_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_loc_request_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_loc_request_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_loc_request_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_loc_request_window)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_wml_address_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_wml_address_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_wml_address_window_ParamLimits)))(aVariety); }
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_wml_address_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_wml_address_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_wml_address_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
// LAF Table : main_call_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   182
inline TAknWindowComponentLayout call_muted_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_muted_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_muted_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   184
inline TAknLayoutScalableParameterLimits popup_call_audio_conf_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_conf_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_conf_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   186
inline TAknWindowComponentLayout popup_call_audio_conf_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_conf_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_conf_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   188
inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   190
inline TAknWindowComponentLayout popup_call_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   192
inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   194
inline TAknWindowComponentLayout popup_call_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   196
inline TAknLayoutScalableParameterLimits popup_call_audio_out_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   198
inline TAknWindowComponentLayout popup_call_audio_out_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   200
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   202
inline TAknWindowComponentLayout popup_call_audio_second_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   204
inline TAknLayoutScalableParameterLimits popup_call_audio_wait_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_wait_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   206
inline TAknWindowComponentLayout popup_call_audio_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_wait_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   208
inline TAknLayoutScalableParameterLimits popup_number_entry_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_number_entry_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   210
inline TAknWindowComponentLayout popup_number_entry_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   212
// LAF Table : popup_number_entry_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   213
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp05_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp05_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp05)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_number_entry_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t1)))(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 TAknTextComponentLayout popup_number_entry_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t2)))(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 TAknTextComponentLayout popup_number_entry_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_number_entry_window_t_Limits()		{ return (*(Tpopup_number_entry_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_number_entry_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t)))(aLineIndex, 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
inline TAknTextComponentLayout text_title_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_title_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_title_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   229
// LAF Table : popup_call_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   230
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp)))(aVariety, aCol, aRow); }
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 call_thumbnail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_thumbnail_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_pane)))(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 popup_call_audio_in_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g1_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 popup_call_audio_in_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g1)))(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 TAknLayoutScalableParameterLimits popup_call_audio_in_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_in_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_in_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_in_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_in_window_g_Limits()		{ return (*(Tpopup_call_audio_in_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g_Limits)))(); }
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 popup_call_audio_in_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout popup_call_audio_in_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits popup_call_audio_in_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call_audio_in_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_in_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout popup_call_audio_in_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   262
inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   264
inline TAknTextComponentLayout popup_call_audio_in_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   266
inline TAknLayoutScalableTableLimits popup_call_audio_in_window_t_Limits()		{ return (*(Tpopup_call_audio_in_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   268
inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_in_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   270
inline TAknTextComponentLayout popup_call_audio_in_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_in_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_in_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   272
// LAF Table : popup_call_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   273
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp01_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 bg_popup_call_pane_cp01(TInt aVariety, 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
   276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   277
inline TAknWindowComponentLayout call_thumbnail_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_thumbnail_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_pane_cp02)))(aVariety, aCol, aRow); }
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 call_type_pane_cp022(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp022_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp022)))(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 popup_call_audio_out_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g1_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 popup_call_audio_out_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g1)))(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 popup_call_audio_out_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g2_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 popup_call_audio_out_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g2)))(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 TAknLayoutScalableParameterLimits popup_call_audio_out_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_out_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_out_window_g_Limits()		{ return (*(Tpopup_call_audio_out_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call_audio_out_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout popup_call_audio_out_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_out_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout popup_call_audio_out_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   303
inline TAknLayoutScalableParameterLimits popup_call_audio_out_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   305
inline TAknTextComponentLayout popup_call_audio_out_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   307
inline TAknLayoutScalableTableLimits popup_call_audio_out_window_t_Limits()		{ return (*(Tpopup_call_audio_out_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   309
inline TAknLayoutScalableParameterLimits popup_call_audio_out_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_out_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   311
inline TAknTextComponentLayout popup_call_audio_out_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_out_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_out_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   313
// LAF Table : popup_call_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   314
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call_thumbnail_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_thumbnail_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_pane_cp_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout call_thumbnail_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_thumbnail_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   322
inline TAknLayoutScalableParameterLimits call_type_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_type_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   324
inline TAknWindowComponentLayout call_type_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp01)))(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 TAknLayoutScalableParameterLimits popup_call_audio_first_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_first_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g1)))(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 TAknLayoutScalableParameterLimits popup_call_audio_first_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_first_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_first_window_g_Limits()		{ return (*(Tpopup_call_audio_first_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   338
inline TAknWindowComponentLayout popup_call_audio_first_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   340
inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   342
inline TAknTextComponentLayout popup_call_audio_first_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   344
inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   346
inline TAknTextComponentLayout popup_call_audio_first_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   348
inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   350
inline TAknTextComponentLayout popup_call_audio_first_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   352
inline TAknLayoutScalableTableLimits popup_call_audio_first_window_t_Limits()		{ return (*(Tpopup_call_audio_first_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   354
inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_first_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   356
inline TAknTextComponentLayout popup_call_audio_first_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_first_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_first_window_t)))(aLineIndex, 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
// LAF Table : popup_call_audio_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   359
inline TAknWindowComponentLayout bg_popup_call_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   361
inline TAknWindowComponentLayout call_type_pane_cp023(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp023_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp023)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   363
inline TAknWindowComponentLayout popup_call_audio_wait_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_wait_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   365
inline TAknWindowComponentLayout popup_call_audio_wait_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_wait_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   367
inline TAknLayoutScalableTableLimits popup_call_audio_wait_window_g_Limits()		{ return (*(Tpopup_call_audio_wait_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window_g_Limits)))(); }
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 popup_call_audio_wait_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_wait_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window_g)))(aLineIndex, 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 TAknTextComponentLayout popup_call_audio_wait_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_wait_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_wait_window_t3)))(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
// LAF Table : popup_call_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   374
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp03_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   376
inline TAknWindowComponentLayout bg_popup_call_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   378
inline TAknLayoutScalableParameterLimits call_thumbnail_pane_cp011_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_thumbnail_pane_cp011_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_pane_cp011_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   380
inline TAknWindowComponentLayout call_thumbnail_pane_cp011(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_thumbnail_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_pane_cp011)))(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 TAknLayoutScalableParameterLimits call_type_pane_cp034_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_type_pane_cp034_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp034_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call_type_pane_cp034(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp034_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp034)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_second_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_call_audio_second_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   390
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   392
inline TAknWindowComponentLayout popup_call_audio_second_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   394
inline TAknLayoutScalableTableLimits popup_call_audio_second_window_g_Limits()		{ return (*(Tpopup_call_audio_second_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   396
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   398
inline TAknWindowComponentLayout popup_call_audio_second_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   400
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   402
inline TAknTextComponentLayout popup_call_audio_second_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   404
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   406
inline TAknTextComponentLayout popup_call_audio_second_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   408
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   410
inline TAknTextComponentLayout popup_call_audio_second_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   412
inline TAknLayoutScalableTableLimits popup_call_audio_second_window_t_Limits()		{ return (*(Tpopup_call_audio_second_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_audio_second_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   416
inline TAknTextComponentLayout popup_call_audio_second_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_second_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_second_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   418
// LAF Table : popup_call_audio_conf_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   419
inline TAknWindowComponentLayout bg_popup_call_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   421
inline TAknWindowComponentLayout list_conf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_conf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_conf_pane)))(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 TAknTextComponentLayout popup_call_audio_conf_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_audio_conf_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_audio_conf_window_t1)))(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 : call_thumbnail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   426
inline TAknWindowComponentLayout call_thumbnail_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_thumbnail_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_thumbnail_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
// LAF Table : main_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   429
inline TAknLayoutScalableParameterLimits bg_pinb_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_pinb_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_pinb_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   431
inline TAknWindowComponentLayout bg_pinb_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_pinb_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 find_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_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 TAknLayoutScalableParameterLimits listscroll_pinb_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistscroll_pinb_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_pinb_pane_ParamLimits)))(aVariety); }
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 listscroll_pinb_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_pinb_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
// LAF Table : bg_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   440
inline TAknWindowComponentLayout pinb_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   442
inline TAknWindowComponentLayout pinb_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g2)))(aVariety, aCol, aRow); }
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 pinb_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g3)))(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 TAknWindowComponentLayout pinb_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g4)))(aVariety, aCol, aRow); }
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 pinb_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g5)))(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
inline TAknWindowComponentLayout pinb_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   452
inline TAknWindowComponentLayout pinb_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   454
inline TAknWindowComponentLayout pinb_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   456
inline TAknWindowComponentLayout pinb_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   458
inline TAknWindowComponentLayout pinb_bg_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   460
inline TAknLayoutScalableTableLimits pinb_bg_pane_g_Limits()		{ return (*(Tpinb_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   462
inline TAknWindowComponentLayout pinb_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpinb_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pinb_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   464
// LAF Table : listscroll_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   465
inline TAknWindowComponentLayout grid_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_pinb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   467
inline TAknWindowComponentLayout list_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   469
inline TAknLayoutScalableParameterLimits scroll_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   471
inline TAknWindowComponentLayout scroll_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   473
// LAF Table : find_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   474
inline TAknLayoutScalableParameterLimits find_pinb_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfind_pinb_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout find_pinb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout find_pinb_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t1)))(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
inline TAknTextComponentLayout find_pinb_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   482
inline TAknLayoutScalableTableLimits find_pinb_pane_t_Limits()		{ return (*(Tfind_pinb_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   484
inline TAknTextComponentLayout find_pinb_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   486
inline TAknLayoutScalableParameterLimits input_focus_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   488
inline TAknWindowComponentLayout input_focus_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   490
// LAF Table : grid_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   491
inline TAknLayoutScalableParameterLimits cell_pinb_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_pinb_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   493
inline TAknWindowComponentLayout cell_pinb_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_pinb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   495
// LAF Table : cell_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   496
inline TAknLayoutScalableParameterLimits cell_pinb_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_pinb_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_pinb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_pinb_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_pinb_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_pinb_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_pinb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_pinb_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   504
inline TAknLayoutScalableParameterLimits cell_pinb_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_pinb_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   506
inline TAknWindowComponentLayout cell_pinb_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_pinb_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   508
inline TAknLayoutScalableTableLimits cell_pinb_pane_g_Limits()		{ return (*(Tcell_pinb_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   510
inline TAknLayoutScalableParameterLimits cell_pinb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_pinb_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   512
inline TAknWindowComponentLayout cell_pinb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_pinb_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_pinb_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   514
inline TAknWindowComponentLayout grid_highlight_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   516
// LAF Table : list_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   517
inline TAknLayoutScalableParameterLimits list_pinb_item_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_ParamLimits)))(aVariety); }
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 list_pinb_item_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_pinb_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_pinb_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   522
inline TAknWindowComponentLayout list_highlight_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   524
inline TAknLayoutScalableParameterLimits list_pinb_item_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   526
inline TAknWindowComponentLayout list_pinb_item_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_item_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   528
inline TAknLayoutScalableParameterLimits list_pinb_item_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g2_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 list_pinb_item_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_item_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g2)))(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 TAknLayoutScalableParameterLimits list_pinb_item_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_pinb_item_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_item_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g3)))(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
inline TAknLayoutScalableParameterLimits list_pinb_item_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   538
inline TAknWindowComponentLayout list_pinb_item_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_item_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   540
inline TAknLayoutScalableTableLimits list_pinb_item_pane_g_Limits()		{ return (*(Tlist_pinb_item_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   542
inline TAknLayoutScalableParameterLimits list_pinb_item_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   544
inline TAknWindowComponentLayout list_pinb_item_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_item_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   546
inline TAknLayoutScalableParameterLimits list_pinb_item_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_pinb_item_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_t1_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 TAknTextComponentLayout list_pinb_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_pinb_item_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_pinb_item_pane_t1)))(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
// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   551
inline TAknWindowComponentLayout calc_display_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_display_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   553
inline TAknWindowComponentLayout calc_paper_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_paper_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_paper_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   555
inline TAknWindowComponentLayout grid_calc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_calc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_calc_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   558
inline TAknWindowComponentLayout bg_list_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   560
inline TAknWindowComponentLayout clock_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   562
inline TAknWindowComponentLayout clock_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   564
inline TAknLayoutScalableTableLimits clock_g_Limits()		{ return (*(Tclock_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_g_Limits)))(); }
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 TAknWindowComponentLayout clock_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t5)))(aVariety, aCol, aRow); }
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 clock_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t6_ParamLimits)))(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 clock_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t6)))(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 TAknLayoutScalableParameterLimits clock_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t7_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t7)))(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 TAknLayoutScalableParameterLimits clock_t8_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t8_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t8)))(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 TAknLayoutScalableParameterLimits clock_t9_ParamLimits(TInt aVariety = 0)		{ return (*(Tclock_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t9_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout clock_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   604
inline TAknLayoutScalableTableLimits clock_t_Limits()		{ return (*(Tclock_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   606
inline TAknLayoutScalableParameterLimits clock_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tclock_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t_ParamLimits)))(aLineIndex, aVariety); }
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 clock_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_t)))(aLineIndex, 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 TAknWindowComponentLayout popup_clock_analogue_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp02)))(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 TAknWindowComponentLayout popup_clock_digital_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_cp01)))(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
// LAF Table : main_help_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   615
inline TAknWindowComponentLayout listscroll_help_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_help_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_help_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   617
// LAF Table : main_phob_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   618
inline TAknWindowComponentLayout phob_pre_status_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_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 : main_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   621
inline TAknWindowComponentLayout grid_qdial_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_qdial_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_qdial_pane)))(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
// LAF Table : main_messa_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   624
inline TAknWindowComponentLayout listscroll_mce_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_mce_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_mce_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   626
// LAF Table : main_notes_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   627
inline TAknWindowComponentLayout bg_notes_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_notes_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_notes_pane)))(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 TAknWindowComponentLayout list_notes_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notes_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notes_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout scroll_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp06)))(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
// LAF Table : calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   634
inline TAknWindowComponentLayout bg_calc_paper_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   636
inline TAknWindowComponentLayout list_calc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_calc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_pane)))(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
// LAF Table : calc_display_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   639
inline TAknWindowComponentLayout bg_calc_display_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_display_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   641
inline TAknTextComponentLayout calc_display_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_display_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   643
inline TAknTextComponentLayout calc_display_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_display_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t2)))(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 TAknTextComponentLayout calc_display_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_display_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t3)))(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 TAknLayoutScalableTableLimits calc_display_pane_t_Limits()		{ return (*(Tcalc_display_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t_Limits)))(); }
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
inline TAknTextComponentLayout calc_display_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_display_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   651
// LAF Table : grid_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   652
inline TAknLayoutScalableParameterLimits cell_calc_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_calc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_calc_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_calc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   656
// LAF Table : bg_calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   657
inline TAknWindowComponentLayout bg_calc_paper_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g1)))(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 bg_calc_paper_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g2)))(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 bg_calc_paper_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g3)))(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 bg_calc_paper_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g4)))(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 bg_calc_paper_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g5)))(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 bg_calc_paper_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g6)))(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 bg_calc_paper_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g7)))(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 bg_calc_paper_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g8)))(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 bg_calc_paper_pane_g_Limits()		{ return (*(Tbg_calc_paper_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_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 bg_calc_paper_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_paper_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_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
inline TAknWindowComponentLayout calc_bg_paper_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalc_bg_paper_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_bg_paper_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   679
// LAF Table : list_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   680
inline TAknLayoutScalableParameterLimits list_calc_item_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_calc_item_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_calc_item_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_calc_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_calc_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   685
inline TAknWindowComponentLayout list_calc_item_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_calc_item_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   687
inline TAknLayoutScalableParameterLimits list_calc_item_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_calc_item_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_calc_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_calc_item_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t1)))(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 TAknLayoutScalableParameterLimits list_calc_item_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_calc_item_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_calc_item_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_calc_item_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t2)))(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 TAknLayoutScalableTableLimits list_calc_item_pane_t_Limits()		{ return (*(Tlist_calc_item_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_calc_item_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_calc_item_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_calc_item_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_calc_item_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_t)))(aLineIndex, 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
// LAF Table : cell_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   702
inline TAknWindowComponentLayout cell_calc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_calc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   704
inline TAknWindowComponentLayout grid_highlight_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   706
// LAF Table : bg_calc_display_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   707
inline TAknWindowComponentLayout bg_calc_display_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_display_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane_g1)))(aVariety, aCol, aRow); }
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 bg_calc_display_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_display_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane_g2)))(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
inline TAknWindowComponentLayout bg_calc_display_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_display_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   713
inline TAknLayoutScalableTableLimits bg_calc_display_pane_g_Limits()		{ return (*(Tbg_calc_display_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   715
inline TAknWindowComponentLayout bg_calc_display_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_calc_display_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   717
// LAF Table : grid_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   718
inline TAknLayoutScalableParameterLimits cell_qdial_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_qdial_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane)))(aCol, aRow, 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
// LAF Table : cell_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   723
inline TAknLayoutScalableParameterLimits cell_qdial_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   725
inline TAknWindowComponentLayout cell_qdial_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   727
inline TAknLayoutScalableParameterLimits cell_qdial_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   729
inline TAknWindowComponentLayout cell_qdial_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   731
inline TAknLayoutScalableParameterLimits cell_qdial_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   733
inline TAknWindowComponentLayout cell_qdial_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   735
inline TAknLayoutScalableTableLimits cell_qdial_pane_g_Limits()		{ return (*(Tcell_qdial_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   737
inline TAknLayoutScalableParameterLimits cell_qdial_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout cell_qdial_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   741
inline TAknLayoutScalableParameterLimits cell_qdial_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   743
inline TAknTextComponentLayout cell_qdial_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   745
inline TAknLayoutScalableParameterLimits cell_qdial_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cell_qdial_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   749
inline TAknLayoutScalableParameterLimits cell_qdial_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   751
inline TAknTextComponentLayout cell_qdial_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t3)))(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 TAknLayoutScalableTableLimits cell_qdial_pane_t_Limits()		{ return (*(Tcell_qdial_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits cell_qdial_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout cell_qdial_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 grid_highlight_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp04)))(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 thumbnail_qdial_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tthumbnail_qdial_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumbnail_qdial_pane_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 thumbnail_qdial_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tthumbnail_qdial_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumbnail_qdial_pane)))(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
// LAF Table : listscroll_help_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   766
inline TAknWindowComponentLayout list_help_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_help_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_help_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   768
inline TAknWindowComponentLayout scroll_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   770
// LAF Table : list_help_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   771
inline TAknLayoutScalableParameterLimits help_list_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Thelp_list_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_help_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   773
inline TAknTextComponentLayout help_list_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Thelp_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_help_list_pane_t1)))(aRow, aVariety, aCol); }
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
// LAF Table : bg_notes_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   776
inline TAknWindowComponentLayout bg_notes_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_notes_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_notes_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   778
inline TAknWindowComponentLayout bg_notes_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_notes_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_notes_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   780
inline TAknWindowComponentLayout notes_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   782
inline TAknWindowComponentLayout notes_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   784
inline TAknWindowComponentLayout notes_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   786
inline TAknWindowComponentLayout notes_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   788
inline TAknWindowComponentLayout notes_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   790
inline TAknWindowComponentLayout notes_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   792
inline TAknWindowComponentLayout notes_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   794
inline TAknLayoutScalableTableLimits notes_bg_pane_g_Limits()		{ return (*(Tnotes_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   796
inline TAknWindowComponentLayout notes_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnotes_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_notes_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   798
// LAF Table : list_notes_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   799
inline TAknLayoutScalableParameterLimits list_notes_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_notes_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notes_text_pane_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 TAknWindowComponentLayout list_notes_text_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_notes_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notes_text_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_notes_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   804
inline TAknWindowComponentLayout list_notes_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notes_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notes_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   806
inline TAknTextComponentLayout list_notes_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notes_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notes_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   808
// LAF Table : main_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   809
inline TAknWindowComponentLayout listscroll_cale_week_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cale_week_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_week_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   811
// LAF Table : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   812
inline TAknWindowComponentLayout bg_cale_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   814
inline TAknWindowComponentLayout bg_cale_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   816
inline TAknWindowComponentLayout cale_week_corner_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_corner_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_corner_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   818
inline TAknWindowComponentLayout cale_week_day_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   820
inline TAknWindowComponentLayout cale_week_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   822
inline TAknWindowComponentLayout cale_week_scroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   824
inline TAknWindowComponentLayout cale_week_scroll_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   826
inline TAknWindowComponentLayout cale_week_scroll_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   828
inline TAknWindowComponentLayout cale_week_scroll_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   830
inline TAknWindowComponentLayout cale_week_scroll_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   832
inline TAknWindowComponentLayout cale_week_scroll_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   834
inline TAknWindowComponentLayout cale_week_scroll_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g8)))(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 cale_week_scroll_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g9)))(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
inline TAknWindowComponentLayout cale_week_scroll_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   840
inline TAknWindowComponentLayout cale_week_scroll_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   842
inline TAknWindowComponentLayout cale_week_scroll_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   844
inline TAknWindowComponentLayout cale_week_scroll_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   846
inline TAknWindowComponentLayout cale_week_scroll_pane_g14(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g14)))(aVariety, aCol, aRow); }
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 cale_week_scroll_pane_g15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g15)))(aVariety, aCol, 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
inline TAknLayoutScalableTableLimits cale_week_scroll_pane_g_Limits()		{ return (*(Tcale_week_scroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   852
inline TAknWindowComponentLayout cale_week_scroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_scroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   854
inline TAknWindowComponentLayout cale_week_time_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   856
inline TAknWindowComponentLayout grid_cale_week_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_cale_week_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cale_week_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   858
inline TAknWindowComponentLayout scroll_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   860
// LAF Table : grid_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   861
inline TAknLayoutScalableParameterLimits cell_cale_week_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cale_week_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_week_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   863
inline TAknWindowComponentLayout cell_cale_week_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_cale_week_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_week_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   865
// LAF Table : cale_week_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   866
inline TAknTextComponentLayout cale_week_day_heading_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   868
inline TAknTextComponentLayout cale_week_day_heading_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   870
inline TAknTextComponentLayout cale_week_day_heading_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   872
inline TAknTextComponentLayout cale_week_day_heading_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   874
inline TAknTextComponentLayout cale_week_day_heading_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   876
inline TAknTextComponentLayout cale_week_day_heading_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   878
inline TAknTextComponentLayout cale_week_day_heading_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   880
inline TAknLayoutScalableTableLimits cale_week_day_heading_pane_t_Limits()		{ return (*(Tcale_week_day_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   882
inline TAknTextComponentLayout cale_week_day_heading_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_day_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   884
// LAF Table : cale_week_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   885
inline TAknWindowComponentLayout bg_cale_side_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_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
inline TAknTextComponentLayout cale_week_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   889
inline TAknTextComponentLayout cale_week_time_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   891
inline TAknTextComponentLayout cale_week_time_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   893
inline TAknTextComponentLayout cale_week_time_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t4)))(aVariety, aCol, aRow); }
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 cale_week_time_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t5)))(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 TAknTextComponentLayout cale_week_time_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t6)))(aVariety, aCol, aRow); }
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 cale_week_time_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t7)))(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 TAknTextComponentLayout cale_week_time_pane_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t8)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cale_week_time_pane_t_Limits()		{ return (*(Tcale_week_time_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t_Limits)))(); }
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 TAknTextComponentLayout cale_week_time_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_week_time_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : cell_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   908
inline TAknWindowComponentLayout cell_cale_week_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cale_week_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_week_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   910
inline TAknLayoutScalableParameterLimits cell_cale_week_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cale_week_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_week_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   912
inline TAknWindowComponentLayout cell_cale_week_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cale_week_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_week_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   914
inline TAknWindowComponentLayout grid_highlight_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   916
// LAF Table : main_graph_messa_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   917
inline TAknWindowComponentLayout listscroll_gms_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gms_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gms_pane)))(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 : listscroll_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   920
inline TAknWindowComponentLayout grid_gms_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_gms_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_gms_pane)))(aVariety, aCol, aRow); }
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 listscroll_gms_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gms_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gms_pane_g1)))(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 TAknWindowComponentLayout listscroll_gms_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gms_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gms_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits listscroll_gms_pane_g_Limits()		{ return (*(Tlistscroll_gms_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gms_pane_g_Limits)))(); }
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 TAknWindowComponentLayout listscroll_gms_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gms_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gms_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 scroll_pane_cp010(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp010_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp010)))(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 : grid_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   933
inline TAknLayoutScalableParameterLimits cell_gms_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_gms_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_gms_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_gms_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   937
// LAF Table : cell_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   938
inline TAknWindowComponentLayout cell_gms_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gms_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_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 TAknWindowComponentLayout cell_gms_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gms_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane_g2)))(aVariety, aCol, aRow); }
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 cell_gms_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gms_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane_g3)))(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 TAknWindowComponentLayout cell_gms_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gms_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_gms_pane_g_Limits()		{ return (*(Tcell_gms_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cell_gms_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gms_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gms_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 grid_highlight_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp09)))(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
// LAF Table : phob_pre_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   953
inline TAknWindowComponentLayout phob_pre_status_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   955
inline TAknWindowComponentLayout phob_pre_status_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   957
inline TAknWindowComponentLayout phob_pre_status_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   959
inline TAknWindowComponentLayout phob_pre_status_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   961
inline TAknLayoutScalableTableLimits phob_pre_status_pane_g_Limits()		{ return (*(Tphob_pre_status_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   963
inline TAknWindowComponentLayout phob_pre_status_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   965
inline TAknTextComponentLayout phob_pre_status_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   967
inline TAknTextComponentLayout phob_pre_status_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   969
inline TAknTextComponentLayout phob_pre_status_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   971
inline TAknLayoutScalableTableLimits phob_pre_status_pane_t_Limits()		{ return (*(Tphob_pre_status_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   973
inline TAknTextComponentLayout phob_pre_status_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   975
// LAF Table : main_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   976
inline TAknWindowComponentLayout bg_list_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp05)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_vorec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vorec_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vorec_pane)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout vorec_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t1)))(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
inline TAknTextComponentLayout vorec_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   984
inline TAknTextComponentLayout vorec_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   986
inline TAknTextComponentLayout vorec_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   988
inline TAknTextComponentLayout vorec_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout vorec_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t6)))(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 TAknLayoutScalableTableLimits vorec_t_Limits()		{ return (*(Tvorec_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t_Limits)))(); }
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
inline TAknTextComponentLayout vorec_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   996
inline TAknWindowComponentLayout wait_bar_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   998
// LAF Table : grid_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   999
inline TAknLayoutScalableParameterLimits cell_vorec_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vorec_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vorec_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1001
inline TAknWindowComponentLayout cell_vorec_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_vorec_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vorec_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : cell_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1004
inline TAknWindowComponentLayout cell_vorec_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vorec_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vorec_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1006
inline TAknWindowComponentLayout grid_highlight_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp05)))(aVariety, aCol, aRow); }
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
// LAF Table : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1009
inline TAknWindowComponentLayout cams_zoom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1011
inline TAknWindowComponentLayout image_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage_vga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_vga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1013
inline TAknWindowComponentLayout main_camera_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1015
inline TAknWindowComponentLayout main_camera_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1017
inline TAknWindowComponentLayout main_camera_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1019
inline TAknWindowComponentLayout main_camera_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1021
inline TAknWindowComponentLayout main_camera_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g5)))(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 main_camera_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g6)))(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 main_camera_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g7)))(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 TAknLayoutScalableTableLimits main_camera_pane_g_Limits()		{ return (*(Tmain_camera_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g_Limits)))(); }
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 main_camera_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g)))(aLineIndex, 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 TAknTextComponentLayout main_camera_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t1)))(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 TAknTextComponentLayout main_camera_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t2)))(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 TAknLayoutScalableTableLimits main_camera_pane_t_Limits()		{ return (*(Tmain_camera_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_camera_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t)))(aLineIndex, 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
// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1040
inline TAknLayoutScalableParameterLimits cams_zoom_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tcams_zoom_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1042
inline TAknWindowComponentLayout cams_zoom_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1044
inline TAknLayoutScalableParameterLimits image_cif_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Timage_cif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_cif_pane_ParamLimits)))(aVariety); }
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 image_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage_cif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_cif_pane)))(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 image_subqcif_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage_subqcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_subqcif_pane)))(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 TAknLayoutScalableParameterLimits main_video_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g1_ParamLimits)))(aVariety); }
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 main_video_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g1)))(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 TAknLayoutScalableParameterLimits main_video_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g2_ParamLimits)))(aVariety); }
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 main_video_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g2)))(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 TAknLayoutScalableParameterLimits main_video_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g3_ParamLimits)))(aVariety); }
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 main_video_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g3)))(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 TAknLayoutScalableParameterLimits main_video_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g4_ParamLimits)))(aVariety); }
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 main_video_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g4)))(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
inline TAknLayoutScalableParameterLimits main_video_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1068
inline TAknWindowComponentLayout main_video_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1070
inline TAknLayoutScalableParameterLimits main_video_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1072
inline TAknWindowComponentLayout main_video_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1074
inline TAknLayoutScalableTableLimits main_video_pane_g_Limits()		{ return (*(Tmain_video_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1076
inline TAknLayoutScalableParameterLimits main_video_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_video_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1078
inline TAknWindowComponentLayout main_video_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1080
inline TAknLayoutScalableParameterLimits main_video_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1082
inline TAknTextComponentLayout main_video_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1084
// LAF Table : cams_zoom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1085
inline TAknWindowComponentLayout cams_zoom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_g1)))(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 TAknWindowComponentLayout cams_zoom_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cams_zoom_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_g3)))(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 TAknWindowComponentLayout cams_zoom_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cams_zoom_pane_g_Limits()		{ return (*(Tcams_zoom_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cams_zoom_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1098
inline TAknWindowComponentLayout grid_cams_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_cams_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cams_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1100
inline TAknWindowComponentLayout linegrid_cams_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1102
// LAF Table : grid_cams_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1103
inline TAknLayoutScalableParameterLimits cell_cams_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cams_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cams_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1105
inline TAknWindowComponentLayout cell_cams_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_cams_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cams_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1107
// LAF Table : cell_cams_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1108
inline TAknWindowComponentLayout cams_burst_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_burst_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_burst_image_pane)))(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 TAknWindowComponentLayout cell_cams_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cams_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cams_pane_g1)))(aVariety, aCol, aRow); }
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 grid_highlight_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp03)))(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
// LAF Table : bg_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1115
inline TAknWindowComponentLayout mp_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1117
// LAF Table : main_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1118
inline TAknWindowComponentLayout bg_list_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp03)))(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 TAknWindowComponentLayout bg_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_mp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_mp_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_mp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_mp_pane)))(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 TAknWindowComponentLayout media_player_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_g1)))(aVariety, aCol, aRow); }
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 media_player_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t1)))(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 TAknTextComponentLayout media_player_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t2)))(aVariety, aCol, aRow); }
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 media_player_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_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 TAknTextComponentLayout media_player_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t4)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout media_player_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t5)))(aVariety, aCol, aRow); }
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 media_player_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t6)))(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
inline TAknTextComponentLayout media_player_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1140
inline TAknLayoutScalableTableLimits media_player_t_Limits()		{ return (*(Tmedia_player_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1142
inline TAknTextComponentLayout media_player_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmedia_player_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_media_player_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1144
inline TAknWindowComponentLayout wait_bar_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1146
// LAF Table : main_usb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1147
inline TAknTextComponentLayout main_usb_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : grid_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1150
inline TAknWindowComponentLayout cell_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_mp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_mp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1152
// LAF Table : cell_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1153
inline TAknWindowComponentLayout cell_mp_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_mp_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_mp_pane_g1)))(aVariety, aCol, aRow); }
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 grid_highlight_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp06)))(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
// LAF Table : main_skin_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1158
inline TAknWindowComponentLayout grid_skin_colour_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_skin_colour_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_skin_colour_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1160
inline TAknWindowComponentLayout list_highlight_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1162
inline TAknWindowComponentLayout skin_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tskin_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_skin_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1164
inline TAknTextComponentLayout skin_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tskin_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_skin_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1166
inline TAknTextComponentLayout skin_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tskin_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_skin_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1168
inline TAknLayoutScalableTableLimits skin_t_Limits()		{ return (*(Tskin_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_skin_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1170
inline TAknTextComponentLayout skin_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tskin_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_skin_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1172
// LAF Table : grid_skin_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1173
inline TAknLayoutScalableParameterLimits cell_skin_colour_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_skin_colour_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_skin_colour_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_skin_colour_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_skin_colour_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_skin_colour_pane)))(aCol, aRow, 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
// LAF Table : cell_skin_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1178
inline TAknWindowComponentLayout cell_skin_colour_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_skin_colour_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_skin_colour_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1180
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1181
inline TAknLayoutScalableParameterLimits call_video_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_video_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout call_video_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1185
inline TAknLayoutScalableParameterLimits call_video_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_video_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1187
inline TAknWindowComponentLayout call_video_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1189
inline TAknLayoutScalableTableLimits call_video_g_Limits()		{ return (*(Tcall_video_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits call_video_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcall_video_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout call_video_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call_video_uplink_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_video_uplink_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_cp1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout call_video_uplink_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_uplink_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1199
inline TAknWindowComponentLayout call_video_uplink_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_uplink_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1201
inline TAknLayoutScalableParameterLimits video_down_crop_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tvideo_down_crop_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_crop_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1203
inline TAknWindowComponentLayout video_down_crop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_crop_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_crop_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1205
inline TAknLayoutScalableParameterLimits video_down_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tvideo_down_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1207
inline TAknWindowComponentLayout video_down_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1209
inline TAknLayoutScalableParameterLimits video_down_subqcif_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tvideo_down_subqcif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_subqcif_pane_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 video_down_subqcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_subqcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_subqcif_pane)))(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 video_down_subqcif_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tvideo_down_subqcif_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_subqcif_pane_cp_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 video_down_subqcif_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_subqcif_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_subqcif_pane_cp)))(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
// LAF Table : main_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1218
inline TAknLayoutScalableParameterLimits im_reading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tim_reading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_reading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1220
inline TAknWindowComponentLayout im_reading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tim_reading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_reading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1222
inline TAknLayoutScalableParameterLimits im_writing_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tim_writing_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1224
inline TAknWindowComponentLayout im_writing_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tim_writing_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1226
// LAF Table : im_reading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1227
inline TAknTextComponentLayout im_reading_pane_t1(TInt aVariety, TInt aRow = 0, TInt aCol = 0)		{ return (*(Tim_reading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_reading_pane_t1)))(aVariety, aRow, aCol); }
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 TAknWindowComponentLayout list_im_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_im_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_im_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout scroll_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp07)))(aVariety, aCol, aRow); }
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
// LAF Table : im_writing_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1234
inline TAknLayoutScalableParameterLimits im_writing_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tim_writing_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1236
inline TAknTextComponentLayout im_writing_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tim_writing_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1238
inline TAknLayoutScalableParameterLimits im_writing_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tim_writing_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1240
inline TAknTextComponentLayout im_writing_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tim_writing_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1242
inline TAknLayoutScalableTableLimits im_writing_pane_t_Limits()		{ return (*(Tim_writing_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1244
inline TAknLayoutScalableParameterLimits im_writing_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tim_writing_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout im_writing_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tim_writing_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_writing_pane_t)))(aLineIndex, 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 TAknWindowComponentLayout input_focus_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp04)))(aVariety, aCol, aRow); }
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 input_focus_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp05)))(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
// LAF Table : list_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1253
inline TAknLayoutScalableParameterLimits list_im_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_im_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_im_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1255
inline TAknWindowComponentLayout list_im_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_im_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_im_single_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1257
// LAF Table : list_im_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1258
inline TAknTextComponentLayout list_single_im_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_im_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_im_pane_t1)))(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
// LAF Table : main_location_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1261
inline TAknWindowComponentLayout blid_accuracy_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_accuracy_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_accuracy_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1263
inline TAknWindowComponentLayout blid_compass_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_compass_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_compass_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1265
inline TAknTextComponentLayout main_location_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1267
inline TAknTextComponentLayout main_location_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1269
inline TAknTextComponentLayout main_location_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1271
inline TAknLayoutScalableTableLimits main_location_t_Limits()		{ return (*(Tmain_location_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1273
inline TAknTextComponentLayout main_location_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1275
// LAF Table : blid_accuracy_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1276
inline TAknWindowComponentLayout aid_levels_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_levels_location_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_location)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1278
inline TAknWindowComponentLayout blid_accuracy_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_accuracy_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_accuracy_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1280
inline TAknWindowComponentLayout blid_accuracy_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_accuracy_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_accuracy_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1282
inline TAknLayoutScalableTableLimits blid_accuracy_pane_g_Limits()		{ return (*(Tblid_accuracy_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_accuracy_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1284
inline TAknWindowComponentLayout blid_accuracy_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_accuracy_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_accuracy_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1286
// LAF Table : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1287
inline TAknWindowComponentLayout wml_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_content_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : wml_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1290
inline TAknLayoutScalableParameterLimits wml_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1292
inline TAknWindowComponentLayout wml_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1294
inline TAknLayoutScalableParameterLimits wml_list_single_large_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_list_single_large_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_large_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1296
inline TAknWindowComponentLayout wml_list_single_large_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Twml_list_single_large_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_large_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1298
inline TAknLayoutScalableParameterLimits wml_list_single_medium_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_list_single_medium_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_medium_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1300
inline TAknWindowComponentLayout wml_list_single_medium_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Twml_list_single_medium_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_medium_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1302
inline TAknLayoutScalableParameterLimits wml_list_single_small_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_list_single_small_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_small_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1304
inline TAknWindowComponentLayout wml_list_single_small_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Twml_list_single_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_small_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1306
inline TAknLayoutScalableParameterLimits wml_selection_box_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_selection_box_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_selection_box_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1308
inline TAknWindowComponentLayout wml_selection_box_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_selection_box_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_selection_box_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1310
// LAF Table : wml_list_single_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1311
inline TAknTextComponentLayout wml_list_single_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_list_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_pane_t1)))(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 : wml_list_single_medium_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1314
inline TAknTextComponentLayout wml_list_single_medium_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_list_single_medium_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_medium_pane_t1)))(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 : wml_list_single_large_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1317
inline TAknTextComponentLayout wml_list_single_large_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_list_single_large_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_list_single_large_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : wml_selection_box_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1320
inline TAknLayoutScalableParameterLimits input_focus_pane_cp02_ParamLimits(TInt aVariety = 0)		{ return (*(Tinput_focus_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1322
inline TAknWindowComponentLayout input_focus_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1324
inline TAknWindowComponentLayout wml_selection_box_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_selection_box_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_selection_box_pane_g1)))(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 TAknLayoutScalableParameterLimits wml_selection_box_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_selection_box_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_selection_box_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout wml_selection_box_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_selection_box_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_selection_box_pane_t1)))(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 : wml_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1331
inline TAknLayoutScalableParameterLimits bg_wml_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_wml_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_wml_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_wml_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_wml_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_wml_button_pane)))(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
inline TAknWindowComponentLayout wml_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1337
inline TAknTextComponentLayout wml_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1339
// LAF Table : bg_wml_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1340
inline TAknWindowComponentLayout wml_button_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_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 wml_button_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g2)))(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
inline TAknWindowComponentLayout wml_button_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1346
inline TAknWindowComponentLayout wml_button_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1348
inline TAknWindowComponentLayout wml_button_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1350
inline TAknWindowComponentLayout wml_button_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1352
inline TAknWindowComponentLayout wml_button_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1354
inline TAknWindowComponentLayout wml_button_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1356
inline TAknWindowComponentLayout wml_button_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1358
inline TAknLayoutScalableTableLimits wml_button_bg_pane_g_Limits()		{ return (*(Twml_button_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1360
inline TAknWindowComponentLayout wml_button_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_button_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_button_bg_pane_g)))(aLineIndex, 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
// LAF Table : listscroll_mce_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1363
inline TAknWindowComponentLayout bg_list_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1365
inline TAknLayoutScalableParameterLimits mce_header_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmce_header_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_pane_ParamLimits)))(aVariety); }
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 mce_header_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_header_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_pane)))(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 mce_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_icon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_icon_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
inline TAknWindowComponentLayout mce_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1373
inline TAknLayoutScalableParameterLimits mce_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmce_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1375
inline TAknWindowComponentLayout mce_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1377
inline TAknWindowComponentLayout scroll_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1379
inline TAknWindowComponentLayout scroll_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp04)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits scroll_pane_cp05_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp05_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout scroll_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp05)))(aVariety, aCol, aRow); }
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
// LAF Table : mce_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1386
inline TAknLayoutScalableParameterLimits mce_header_field_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmce_header_field_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_field_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1388
inline TAknWindowComponentLayout mce_header_field_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_header_field_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_field_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1390
inline TAknLayoutScalableParameterLimits mce_header_field_pane_2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmce_header_field_pane_2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_field_pane_2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1392
inline TAknWindowComponentLayout mce_header_field_pane_2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_header_field_pane_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_field_pane_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1394
inline TAknWindowComponentLayout mce_header_field_pane_3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_header_field_pane_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_field_pane_3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1396
// LAF Table : mce_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1397
inline TAknLayoutScalableParameterLimits list_single_mce_message_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_mce_message_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_message_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_mce_message_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_mce_message_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_message_pane)))(aRow, aVariety, aCol); }
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 TAknLayoutScalableParameterLimits list_single_mce_smart_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_mce_smart_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_mce_smart_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tlist_single_mce_smart_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane)))(aVariety, aRow, aCol); }
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
// LAF Table : mce_header_field_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1406
inline TAknWindowComponentLayout input_focus_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1408
inline TAknWindowComponentLayout list_header_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_header_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_header_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1410
inline TAknTextComponentLayout mce_header_field_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_header_field_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_header_field_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1412
// LAF Table : list_header_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1413
inline TAknLayoutScalableParameterLimits list_single_mce_header_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_mce_header_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_header_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1415
inline TAknWindowComponentLayout list_single_mce_header_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_mce_header_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_header_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1417
// LAF Table : list_single_mce_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1418
inline TAknTextComponentLayout list_single_mce_header_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_mce_header_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_header_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1420
// LAF Table : list_single_mce_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1421
inline TAknWindowComponentLayout list_single_mce_message_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_mce_message_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_message_pane_g1)))(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
inline TAknTextComponentLayout list_single_mce_message_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_mce_message_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_message_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1425
// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1426
inline TAknLayoutScalableParameterLimits bg_cale_heading_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_heading_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_cp01_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_cale_heading_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits bg_cale_pane_cp02_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_pane_cp02_ParamLimits)))(aVariety); }
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 bg_cale_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_pane_cp02)))(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 cale_month_corner_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_corner_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_corner_pane)))(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
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1438
inline TAknWindowComponentLayout cale_month_day_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1440
inline TAknLayoutScalableParameterLimits cale_month_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1442
inline TAknWindowComponentLayout cale_month_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1444
inline TAknLayoutScalableParameterLimits cale_month_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1446
inline TAknWindowComponentLayout cale_month_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1448
inline TAknLayoutScalableParameterLimits cale_month_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1450
inline TAknWindowComponentLayout cale_month_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1452
inline TAknLayoutScalableParameterLimits cale_month_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1454
inline TAknWindowComponentLayout cale_month_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1456
inline TAknLayoutScalableParameterLimits cale_month_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1458
inline TAknWindowComponentLayout cale_month_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1460
inline TAknLayoutScalableParameterLimits cale_month_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1462
inline TAknWindowComponentLayout cale_month_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1464
inline TAknLayoutScalableParameterLimits cale_month_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1466
inline TAknWindowComponentLayout cale_month_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1468
inline TAknLayoutScalableParameterLimits cale_month_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1470
inline TAknWindowComponentLayout cale_month_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1472
inline TAknLayoutScalableParameterLimits cale_month_pane_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g9_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 cale_month_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g9)))(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 cale_month_pane_g10_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g10_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 cale_month_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g10)))(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 cale_month_pane_g11_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g11_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 cale_month_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g11)))(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 TAknLayoutScalableParameterLimits cale_month_pane_g12_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g12_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cale_month_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g12)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cale_month_pane_g13_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_g13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g13_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cale_month_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g13)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cale_month_pane_g_Limits()		{ return (*(Tcale_month_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g_Limits)))(); }
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 cale_month_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcale_month_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout cale_month_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_g)))(aLineIndex, 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 TAknWindowComponentLayout cale_month_week_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_cale_month_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_cale_month_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cale_month_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_cale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_cale_month_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cale_month_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cale_month_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1505
inline TAknTextComponentLayout cale_month_day_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1507
inline TAknTextComponentLayout cale_month_day_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1509
inline TAknTextComponentLayout cale_month_day_heading_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1511
inline TAknTextComponentLayout cale_month_day_heading_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1513
inline TAknTextComponentLayout cale_month_day_heading_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1515
inline TAknTextComponentLayout cale_month_day_heading_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1517
inline TAknTextComponentLayout cale_month_day_heading_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cale_month_day_heading_pane_t_Limits()		{ return (*(Tcale_month_day_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t_Limits)))(); }
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 TAknTextComponentLayout cale_month_day_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_day_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : cale_month_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1524
inline TAknWindowComponentLayout bg_cale_side_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1526
inline TAknTextComponentLayout cale_month_week_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1528
inline TAknTextComponentLayout cale_month_week_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1530
inline TAknTextComponentLayout cale_month_week_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1532
inline TAknTextComponentLayout cale_month_week_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1534
inline TAknTextComponentLayout cale_month_week_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1536
inline TAknTextComponentLayout cale_month_week_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1538
inline TAknLayoutScalableTableLimits cale_month_week_pane_t_Limits()		{ return (*(Tcale_month_week_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t_Limits)))(); }
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 TAknTextComponentLayout cale_month_week_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_week_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t)))(aLineIndex, 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 : grid_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1543
inline TAknLayoutScalableParameterLimits cell_cale_month_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cale_month_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_month_pane_ParamLimits)))(aVariety); }
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_cale_month_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_cale_month_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_month_pane)))(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
// LAF Table : cell_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1548
inline TAknWindowComponentLayout cell_cale_month_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cale_month_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_month_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1550
inline TAknLayoutScalableParameterLimits cell_cale_month_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cale_month_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_month_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1552
inline TAknTextComponentLayout cell_cale_month_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cale_month_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_month_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1554
inline TAknWindowComponentLayout grid_highlight_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1556
// LAF Table : main_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1557
inline TAknWindowComponentLayout main_smil_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_smil_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_smil_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1559
inline TAknWindowComponentLayout smil_status_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1561
inline TAknWindowComponentLayout smil_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1563
// LAF Table : bg_popup_call3_rect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1564
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1566
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1568
inline TAknLayoutScalableTableLimits bg_popup_call3_rect_pane_g_Limits()		{ return (*(Tbg_popup_call3_rect_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1570
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1572
// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1573
inline TAknWindowComponentLayout smil_status_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : smil_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1576
inline TAknTextComponentLayout smil_status_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1578
// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1579
inline TAknWindowComponentLayout volume_smil_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvolume_smil_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_smil_pane)))(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
// LAF Table : smil_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1582
inline TAknWindowComponentLayout list_smil_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_smil_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_smil_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1584
inline TAknWindowComponentLayout scroll_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1586
// LAF Table : list_smil_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1587
inline TAknLayoutScalableParameterLimits smil_text_list_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil_text_list_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_text_list_pane_t1_ParamLimits)))(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 TAknTextComponentLayout smil_text_list_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tsmil_text_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_text_list_pane_t1)))(aRow, aVariety, aCol); }
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 : volume_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1592
inline TAknLayoutScalableParameterLimits aid_volume_smil_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_volume_smil_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_volume_smil_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 aid_volume_smil(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_volume_smil_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_volume_smil)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout smil_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_volume_pane_g1)))(aVariety, aCol, aRow); }
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 smil_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_volume_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_volume_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits smil_volume_pane_g_Limits()		{ return (*(Tsmil_volume_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_volume_pane_g_Limits)))(); }
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 smil_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_volume_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1605
inline TAknWindowComponentLayout listscroll_cale_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cale_day_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1607
// LAF Table : listscroll_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1608
inline TAknWindowComponentLayout bg_cale_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_pane)))(aVariety, aCol, aRow); }
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_cale_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout scroll_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp09)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1615
inline TAknWindowComponentLayout cale_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1617
inline TAknWindowComponentLayout cale_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1619
inline TAknWindowComponentLayout cale_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1621
inline TAknWindowComponentLayout cale_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1623
inline TAknWindowComponentLayout cale_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1625
inline TAknWindowComponentLayout cale_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1627
inline TAknWindowComponentLayout cale_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1629
inline TAknWindowComponentLayout cale_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1631
inline TAknWindowComponentLayout cale_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1633
inline TAknLayoutScalableTableLimits cale_bg_pane_g_Limits()		{ return (*(Tcale_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1635
inline TAknWindowComponentLayout cale_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1637
// LAF Table : list_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1638
inline TAknLayoutScalableParameterLimits list_cale_time_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_cale_time_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_cale_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1643
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1645
inline TAknWindowComponentLayout list_cale_time_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1647
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1649
inline TAknWindowComponentLayout list_cale_time_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1651
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1653
inline TAknWindowComponentLayout list_cale_time_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1655
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1657
inline TAknWindowComponentLayout list_cale_time_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1659
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1661
inline TAknWindowComponentLayout list_cale_time_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1663
inline TAknLayoutScalableTableLimits list_cale_time_pane_g_Limits()		{ return (*(Tlist_cale_time_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1665
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1667
inline TAknWindowComponentLayout list_cale_time_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1669
inline TAknLayoutScalableParameterLimits list_cale_time_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1671
inline TAknTextComponentLayout list_cale_time_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1673
inline TAknLayoutScalableParameterLimits list_cale_time_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1675
inline TAknTextComponentLayout list_cale_time_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1677
// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1678
inline TAknWindowComponentLayout aid_blid_cardinal_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_blid_cardinal_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_blid_cardinal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1680
inline TAknTextComponentLayout compass_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1682
// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1683
inline TAknLayoutScalableParameterLimits list_cale_time_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t4_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 TAknTextComponentLayout list_cale_time_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t4)))(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
// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1688
inline TAknTextComponentLayout compass_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1690
inline TAknTextComponentLayout compass_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1692
inline TAknTextComponentLayout compass_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1694
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1695
inline TAknTextComponentLayout navi_pane_cc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_cc_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_cc_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 : popup_phob_thumbnail_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1698
inline TAknWindowComponentLayout aid_phob_thumbnail_center_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_phob_thumbnail_center_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_phob_thumbnail_center_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1701
inline TAknLayoutScalableParameterLimits main_postcard_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_postcard_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1703
// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1704
inline TAknLayoutScalableTableLimits list_cale_time_pane_t_Limits()		{ return (*(Tlist_cale_time_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_cale_time_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_cale_time_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_cale_time_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : popup_loc_request_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1711
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp02_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1713
inline TAknWindowComponentLayout bg_popup_window_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1715
inline TAknLayoutScalableParameterLimits heading_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1717
inline TAknWindowComponentLayout heading_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1719
inline TAknLayoutScalableParameterLimits loc_req_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tloc_req_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_req_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1721
inline TAknWindowComponentLayout loc_req_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tloc_req_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_req_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1723
inline TAknLayoutScalableParameterLimits loc_type_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tloc_type_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1725
inline TAknWindowComponentLayout loc_type_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tloc_type_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1727
// LAF Table : loc_type_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1728
inline TAknLayoutScalableParameterLimits loc_type_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tloc_type_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1730
inline TAknTextComponentLayout loc_type_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tloc_type_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1732
inline TAknLayoutScalableParameterLimits loc_type_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tloc_type_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1734
inline TAknTextComponentLayout loc_type_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tloc_type_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1736
inline TAknLayoutScalableParameterLimits loc_type_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tloc_type_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1738
inline TAknTextComponentLayout loc_type_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tloc_type_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1740
inline TAknLayoutScalableTableLimits loc_type_pane_t_Limits()		{ return (*(Tloc_type_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1742
inline TAknLayoutScalableParameterLimits loc_type_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tloc_type_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1744
inline TAknTextComponentLayout loc_type_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tloc_type_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_loc_type_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1746
// LAF Table : loc_req_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1747
inline TAknWindowComponentLayout list_loc_req_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_loc_req_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_loc_req_pane)))(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
inline TAknWindowComponentLayout scroll_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp012_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp012)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1751
// LAF Table : list_loc_req_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1752
inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_loc_request_popup_menu_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_single_loc_request_popup_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1757
inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1759
inline TAknWindowComponentLayout list_single_loc_request_popup_menu_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1761
inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1763
inline TAknWindowComponentLayout list_single_loc_request_popup_menu_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1765
inline TAknLayoutScalableTableLimits list_single_loc_request_popup_menu_pane_g_Limits()		{ return (*(Tlist_single_loc_request_popup_menu_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1767
inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1769
inline TAknWindowComponentLayout list_single_loc_request_popup_menu_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1771
inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1773
inline TAknTextComponentLayout list_single_loc_request_popup_menu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_loc_request_popup_menu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_loc_request_popup_menu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1775
// LAF Table : popup_dyc_status_message_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1776
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp03_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp03_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bg_popup_window_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1780
inline TAknLayoutScalableParameterLimits heading_loc_req_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_loc_req_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1782
inline TAknWindowComponentLayout heading_loc_req_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_loc_req_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1784
inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_dyc_status_message_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1786
inline TAknWindowComponentLayout popup_dyc_status_message_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dyc_status_message_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1788
inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_dyc_status_message_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1790
inline TAknTextComponentLayout popup_dyc_status_message_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dyc_status_message_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1792
inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_dyc_status_message_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1794
inline TAknTextComponentLayout popup_dyc_status_message_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dyc_status_message_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1796
inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_dyc_status_message_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1798
inline TAknTextComponentLayout popup_dyc_status_message_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dyc_status_message_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1800
inline TAknLayoutScalableTableLimits popup_dyc_status_message_window_t_Limits()		{ return (*(Tpopup_dyc_status_message_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1802
inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_dyc_status_message_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1804
inline TAknTextComponentLayout popup_dyc_status_message_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dyc_status_message_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dyc_status_message_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1806
// LAF Table : heading_loc_req_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1807
inline TAknWindowComponentLayout bg_heading_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_heading_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_heading_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout heading_loc_req_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_loc_req_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_g1)))(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
inline TAknWindowComponentLayout heading_loc_req_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_loc_req_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1813
inline TAknWindowComponentLayout heading_loc_req_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_loc_req_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1815
inline TAknLayoutScalableTableLimits heading_loc_req_pane_g_Limits()		{ return (*(Theading_loc_req_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1817
inline TAknWindowComponentLayout heading_loc_req_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_loc_req_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1819
inline TAknTextComponentLayout heading_loc_req_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_loc_req_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_loc_req_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1821
// LAF Table : popup_cale_events_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1822
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_sub_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp01_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_sub_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp01)))(aVariety, aCol, aRow); }
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 popup_cale_events_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g1_ParamLimits)))(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 popup_cale_events_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g1)))(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 popup_cale_events_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g2_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 TAknWindowComponentLayout popup_cale_events_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g2)))(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 TAknLayoutScalableTableLimits popup_cale_events_window_g_Limits()		{ return (*(Tpopup_cale_events_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_cale_events_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout popup_cale_events_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_g)))(aLineIndex, aVariety, aCol, aRow); }
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 popup_cale_events_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t1_ParamLimits)))(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 popup_cale_events_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t1)))(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
inline TAknLayoutScalableParameterLimits popup_cale_events_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1846
inline TAknTextComponentLayout popup_cale_events_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1848
inline TAknLayoutScalableParameterLimits popup_cale_events_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1850
inline TAknTextComponentLayout popup_cale_events_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1852
inline TAknLayoutScalableParameterLimits popup_cale_events_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1854
inline TAknTextComponentLayout popup_cale_events_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1856
inline TAknLayoutScalableTableLimits popup_cale_events_window_t_Limits()		{ return (*(Tpopup_cale_events_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1858
inline TAknLayoutScalableParameterLimits popup_cale_events_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_cale_events_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1860
inline TAknTextComponentLayout popup_cale_events_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_events_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_events_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1862
// LAF Table : popup_call_status_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1863
inline TAknWindowComponentLayout call_type_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1865
inline TAknWindowComponentLayout popup_call_status_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_status_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1867
inline TAknWindowComponentLayout popup_call_status_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_status_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g2)))(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 TAknWindowComponentLayout popup_call_status_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_status_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_status_window_g_Limits()		{ return (*(Tpopup_call_status_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g_Limits)))(); }
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
inline TAknWindowComponentLayout popup_call_status_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_status_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1875
// LAF Table : call_type_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1876
inline TAknWindowComponentLayout call_type_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_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 TAknWindowComponentLayout call_type_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits call_type_pane_g_Limits()		{ return (*(Tcall_type_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_g_Limits)))(); }
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 TAknWindowComponentLayout call_type_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : popup_wml_address_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1885
inline TAknWindowComponentLayout bg_popup_sub_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1887
inline TAknWindowComponentLayout listscroll_popup_wml_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_wml_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_wml_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1889
// LAF Table : listscroll_popup_wml_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1890
inline TAknWindowComponentLayout list_wml_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wml_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wml_pane)))(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 TAknWindowComponentLayout scroll_pane_cp013(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp013_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp013)))(aVariety, aCol, aRow); }
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
// LAF Table : list_wml_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1895
inline TAknLayoutScalableParameterLimits list_single_graphic_popup_wml_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_popup_wml_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1897
inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_popup_wml_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1899
// LAF Table : list_single_graphic_popup_wml_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1900
inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_wml_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane_g1)))(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
inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_wml_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1904
inline TAknLayoutScalableTableLimits list_single_graphic_popup_wml_pane_g_Limits()		{ return (*(Tlist_single_graphic_popup_wml_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1906
inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_wml_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1908
inline TAknTextComponentLayout list_single_graphic_popup_wml_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_wml_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_wml_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1910
// LAF Table : popup_clock_analogue_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1911
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
  1912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1913
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
  1914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1915
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
  1916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1917
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
  1918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1919
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
  1920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1921
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
  1922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1923
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
  1924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1925
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
  1926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1927
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
  1928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1929
// LAF Table : popup_clock_digital_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1930
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
  1931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1932
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
  1933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1934
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
  1935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1936
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
  1937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1938
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
  1939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1940
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
  1941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1942
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
  1943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1944
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
  1945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1946
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
  1947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1948
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
  1949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1950
inline TAknTextComponentLayout popup_clock_digital_window_t1(TInt aVariety = 0, 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
  1951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1952
// LAF Table : clock_digital_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1953
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
  1954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1955
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
  1956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1957
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
  1958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1959
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
  1960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1961
// LAF Table : clock_digital_separator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1962
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
  1963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1964
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
  1965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1966
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
  1967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1968
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
  1969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1970
// LAF Table : popup_grid_large_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1971
inline TAknWindowComponentLayout bg_popup_window_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp04)))(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 TAknWindowComponentLayout heading_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp03)))(aVariety, aCol, aRow); }
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 listscroll_popup_gms_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_gms_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_gms_pane)))(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
// LAF Table : listscroll_popup_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1978
inline TAknWindowComponentLayout grid_large_graphic_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_large_graphic_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_large_graphic_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1980
inline TAknWindowComponentLayout listscroll_popup_gms_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_gms_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_gms_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1982
inline TAknWindowComponentLayout listscroll_popup_gms_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_gms_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_gms_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1984
inline TAknLayoutScalableTableLimits listscroll_popup_gms_pane_g_Limits()		{ return (*(Tlistscroll_popup_gms_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_gms_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1986
inline TAknWindowComponentLayout listscroll_popup_gms_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_popup_gms_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_popup_gms_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1988
inline TAknWindowComponentLayout scroll_pane_cp014(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp014_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp014)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1990
// LAF Table : grid_large_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1991
inline TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_large_graphic_popup_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane)))(aCol, aRow, 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
// LAF Table : cell_large_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1996
inline TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1998
inline TAknWindowComponentLayout cell_large_graphic_popup_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_popup_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_large_graphic_popup_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_popup_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_large_graphic_popup_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_popup_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_large_graphic_popup_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_popup_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_large_graphic_popup_pane_g_Limits()		{ return (*(Tcell_large_graphic_popup_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_large_graphic_popup_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout cell_large_graphic_popup_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_large_graphic_popup_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_large_graphic_popup_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_highlight_pane_cp010(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp010_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp010)))(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
// LAF Table : bg_popup_call_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2021
inline TAknWindowComponentLayout bg_popup_call_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2023
// LAF Table : list_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2024
inline TAknLayoutScalableParameterLimits list_single_graphic_popup_conf_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_popup_conf_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_graphic_popup_conf_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_popup_conf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_single_graphic_popup_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2029
inline TAknWindowComponentLayout list_highlight_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2031
inline TAknWindowComponentLayout list_single_graphic_popup_conf_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane_g1)))(aVariety, aCol, aRow); }
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_single_graphic_popup_conf_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane_g2)))(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 TAknLayoutScalableTableLimits list_single_graphic_popup_conf_pane_g_Limits()		{ return (*(Tlist_single_graphic_popup_conf_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane_g_Limits)))(); }
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_single_graphic_popup_conf_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane_g)))(aLineIndex, 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 TAknTextComponentLayout list_single_graphic_popup_conf_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : linegrid_cams_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2042
inline TAknWindowComponentLayout linegrid_cams_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2044
inline TAknWindowComponentLayout linegrid_cams_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2046
inline TAknWindowComponentLayout linegrid_cams_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2048
inline TAknWindowComponentLayout linegrid_cams_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2050
inline TAknWindowComponentLayout linegrid_cams_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2052
inline TAknWindowComponentLayout linegrid_cams_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2054
inline TAknWindowComponentLayout linegrid_cams_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2056
inline TAknLayoutScalableTableLimits linegrid_cams_pane_g_Limits()		{ return (*(Tlinegrid_cams_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2058
inline TAknWindowComponentLayout linegrid_cams_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cams_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2060
// LAF Table : context_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2061
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
  2062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2063
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
  2064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2065
inline TAknWindowComponentLayout popup_phob_thumbnail_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_phob_thumbnail_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail_window)))(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 : call_video_uplink_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2068
inline TAknWindowComponentLayout call_video_uplink_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_uplink_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_g1)))(aVariety, aCol, aRow); }
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 call_video_uplink_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_uplink_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_g2)))(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 TAknLayoutScalableTableLimits call_video_uplink_pane_g_Limits()		{ return (*(Tcall_video_uplink_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_g_Limits)))(); }
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 call_video_uplink_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_uplink_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_uplink_pane_g)))(aLineIndex, 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 TAknWindowComponentLayout video_uplink_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_uplink_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_uplink_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : mce_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2079
inline TAknWindowComponentLayout mce_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2081
inline TAknWindowComponentLayout mce_image_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2083
inline TAknWindowComponentLayout mce_image_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2085
inline TAknWindowComponentLayout mce_image_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2087
inline TAknWindowComponentLayout mce_image_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2089
inline TAknLayoutScalableTableLimits mce_image_pane_g_Limits()		{ return (*(Tmce_image_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2091
inline TAknWindowComponentLayout mce_image_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_image_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2093
// LAF Table : stacon_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2094
inline TAknLayoutScalableParameterLimits control_top_pane_stacon_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tcontrol_top_pane_stacon_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon_cp01_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout control_top_pane_stacon_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcontrol_top_pane_stacon_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_control_top_pane_stacon_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits uni_indicator_pane_stacon_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tuni_indicator_pane_stacon_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_cp01_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout uni_indicator_pane_stacon_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tuni_indicator_pane_stacon_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_uni_indicator_pane_stacon_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2102
// LAF Table : main_chi_dic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2103
inline TAknWindowComponentLayout bg_popup_sub_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp03)))(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 TAknWindowComponentLayout chi_dic_find_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchi_dic_find_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_chi_dic_find_pane)))(aVariety, aCol, aRow); }
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 listscroll_chi_dic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_chi_dic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_chi_dic_pane)))(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 TAknWindowComponentLayout main_pane_chidic_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_pane_chidic_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_pane_chidic_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : chi_dic_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2112
inline TAknTextComponentLayout chi_dic_find_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchi_dic_find_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_chi_dic_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2114
inline TAknWindowComponentLayout find_chidic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_chidic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_chidic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2116
// LAF Table : listscroll_chi_dic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2117
inline TAknLayoutScalableParameterLimits chi_dic_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tchi_dic_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_chi_dic_list_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout chi_dic_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchi_dic_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_chi_dic_list_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout scroll_pane_cp020(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp020_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp020)))(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
// LAF Table : find_chidic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2124
inline TAknTextComponentLayout find_chidic_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_chidic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_chidic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2126
inline TAknWindowComponentLayout input_focus_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2128
// LAF Table : chi_dic_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2129
inline TAknLayoutScalableParameterLimits list_chi_dic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_chi_dic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_chi_dic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2131
inline TAknWindowComponentLayout list_chi_dic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_chi_dic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_chi_dic_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2133
// LAF Table : list_chi_dic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2134
inline TAknLayoutScalableParameterLimits list_chi_dic_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_chi_dic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_chi_dic_pane_t1_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 TAknTextComponentLayout list_chi_dic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_chi_dic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_chi_dic_pane_t1)))(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 TAknWindowComponentLayout list_highlight_pane_cp020(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp020_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp020)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_cale_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2141
inline TAknWindowComponentLayout bg_cale_heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2143
inline TAknWindowComponentLayout bg_cale_heading_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2145
inline TAknWindowComponentLayout bg_cale_heading_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2147
inline TAknWindowComponentLayout bg_cale_heading_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2149
inline TAknWindowComponentLayout bg_cale_heading_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2151
inline TAknWindowComponentLayout bg_cale_heading_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2153
inline TAknWindowComponentLayout bg_cale_heading_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2155
inline TAknWindowComponentLayout bg_cale_heading_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2157
inline TAknWindowComponentLayout bg_cale_heading_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2159
inline TAknLayoutScalableTableLimits bg_cale_heading_pane_g_Limits()		{ return (*(Tbg_cale_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2161
inline TAknWindowComponentLayout bg_cale_heading_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2163
// LAF Table : bg_cale_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2164
inline TAknWindowComponentLayout bg_cale_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2166
inline TAknWindowComponentLayout bg_cale_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2168
inline TAknWindowComponentLayout bg_cale_side_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2170
inline TAknWindowComponentLayout bg_cale_side_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2172
inline TAknWindowComponentLayout bg_cale_side_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2174
inline TAknWindowComponentLayout bg_cale_side_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2176
inline TAknWindowComponentLayout bg_cale_side_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2178
inline TAknWindowComponentLayout bg_cale_side_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2180
inline TAknWindowComponentLayout bg_cale_side_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2182
inline TAknLayoutScalableTableLimits bg_cale_side_pane_g_Limits()		{ return (*(Tbg_cale_side_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2184
inline TAknWindowComponentLayout bg_cale_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cale_side_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2186
// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2187
inline TAknLayoutScalableParameterLimits popup_call_status_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_status_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_status_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_status_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window)))(aVariety, aCol, aRow); }
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 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
  2192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2193
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
  2194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2195
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
  2196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2197
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
  2198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2199
// LAF Table : area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2200
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
  2201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2202
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
  2203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2204
// LAF Table : list_single_mce_smart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2205
inline TAknLayoutScalableParameterLimits list_single_mce_smart_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_mce_smart_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2207
inline TAknTextComponentLayout list_single_mce_smart_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_mce_smart_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2209
inline TAknLayoutScalableParameterLimits list_single_mce_smart_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_mce_smart_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2211
inline TAknTextComponentLayout list_single_mce_smart_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_mce_smart_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2213
inline TAknLayoutScalableTableLimits list_single_mce_smart_pane_t_Limits()		{ return (*(Tlist_single_mce_smart_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2215
inline TAknLayoutScalableParameterLimits list_single_mce_smart_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tlist_single_mce_smart_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2217
inline TAknTextComponentLayout list_single_mce_smart_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_mce_smart_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_mce_smart_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2219
// LAF Table : main_location2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2220
inline TAknWindowComponentLayout compass_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane)))(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 TAknTextComponentLayout main_location2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_location2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t2)))(aVariety, aCol, aRow); }
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 main_location2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location2_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t3)))(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 TAknLayoutScalableTableLimits main_location2_pane_t_Limits()		{ return (*(Tmain_location2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_location2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t)))(aLineIndex, 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 : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2233
inline TAknLayoutScalableParameterLimits compass_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcompass_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_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 compass_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_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 TAknTextComponentLayout compass_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout compass_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t2)))(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 compass_pane_t_Limits()		{ return (*(Tcompass_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t_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 TAknTextComponentLayout compass_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcompass_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_compass_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout text_secondary_cp61(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttext_secondary_cp61_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_secondary_cp61)))(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
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2248
inline TAknWindowComponentLayout navi_pane_cams_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_cams_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_cams_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2250
inline TAknTextComponentLayout navi_pane_im_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_im_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_im_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2252
inline TAknLayoutScalableParameterLimits navi_pane_mp_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_pane_mp_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2254
inline TAknWindowComponentLayout navi_pane_mp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2256
inline TAknLayoutScalableParameterLimits navi_pane_mp_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_pane_mp_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2258
inline TAknWindowComponentLayout navi_pane_mp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2260
inline TAknLayoutScalableParameterLimits navi_pane_mp_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tnavi_pane_mp_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2262
inline TAknWindowComponentLayout navi_pane_mp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2264
inline TAknLayoutScalableTableLimits navi_pane_mp_g_Limits()		{ return (*(Tnavi_pane_mp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2266
inline TAknLayoutScalableParameterLimits navi_pane_mp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tnavi_pane_mp_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2268
inline TAknWindowComponentLayout navi_pane_mp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2270
inline TAknTextComponentLayout navi_pane_mp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout navi_pane_mp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_t2)))(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 TAknLayoutScalableTableLimits navi_pane_mp_t_Limits()		{ return (*(Tnavi_pane_mp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_t_Limits)))(); }
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 TAknTextComponentLayout navi_pane_mp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_t)))(aLineIndex, 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 navi_pane_vt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_vt_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_vt_g1)))(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
inline TAknTextComponentLayout navi_pane_vt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_vt_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_vt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2282
inline TAknWindowComponentLayout navi_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2284
inline TAknWindowComponentLayout zooming_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tzooming_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_zooming_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2286
// LAF Table : navi_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2287
inline TAknWindowComponentLayout navi_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2289
inline TAknWindowComponentLayout navi_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2291
inline TAknLayoutScalableTableLimits navi_slider_pane_g_Limits()		{ return (*(Tnavi_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2293
inline TAknWindowComponentLayout navi_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2295
// LAF Table : zooming_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2296
inline TAknWindowComponentLayout aid_levels_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_levels_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_levels_zoom)))(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 TAknWindowComponentLayout zooming_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tzooming_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_zooming_pane_g1)))(aVariety, aCol, aRow); }
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 zooming_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tzooming_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_zooming_pane_g2)))(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 TAknWindowComponentLayout zooming_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tzooming_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_zooming_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits zooming_pane_g_Limits()		{ return (*(Tzooming_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_zooming_pane_g_Limits)))(); }
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 TAknWindowComponentLayout zooming_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tzooming_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_zooming_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : aid_levels_zoom
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2309
inline TAknWindowComponentLayout level_10_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_10_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_10_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2311
inline TAknWindowComponentLayout level_11_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_11_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_11_zoom)))(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 TAknWindowComponentLayout level_1_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_1_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_zoom)))(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 level_2_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_2_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_zoom)))(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
inline TAknWindowComponentLayout level_3_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_3_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2319
inline TAknWindowComponentLayout level_4_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_4_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2321
inline TAknWindowComponentLayout level_5_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_5_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2323
inline TAknWindowComponentLayout level_6_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_6_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_6_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2325
inline TAknWindowComponentLayout level_7_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_7_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_7_zoom)))(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 level_8_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_8_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_8_zoom)))(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 level_9_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_9_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_9_zoom)))(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 : popup_phob_thumbnail_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2332
inline TAknWindowComponentLayout popup_phob_thumbnail_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_phob_thumbnail_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail_window_g1)))(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 popup_phob_thumbnail_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_phob_thumbnail_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail_window_g2)))(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 TAknLayoutScalableTableLimits popup_phob_thumbnail_window_g_Limits()		{ return (*(Tpopup_phob_thumbnail_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail_window_g_Limits)))(); }
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
inline TAknWindowComponentLayout popup_phob_thumbnail_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_phob_thumbnail_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2340
// LAF Table : aid_levels_location
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2341
inline TAknWindowComponentLayout level_1_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_1_location_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_1_location)))(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 TAknWindowComponentLayout level_2_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_2_location_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_2_location)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout level_3_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_3_location_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_3_location)))(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 TAknWindowComponentLayout level_4_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_4_location_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_4_location)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout level_5_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlevel_5_location_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_level_5_location)))(aVariety, aCol, aRow); }
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
// LAF Table : mce_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2352
inline TAknWindowComponentLayout mce_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_icon_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2354
inline TAknWindowComponentLayout mce_icon_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_icon_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_icon_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2356
inline TAknLayoutScalableTableLimits mce_icon_pane_g_Limits()		{ return (*(Tmce_icon_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_icon_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2358
inline TAknWindowComponentLayout mce_icon_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmce_icon_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mce_icon_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2360
// LAF Table : main_mup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2361
inline TAknLayoutScalableParameterLimits main_mup_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2363
inline TAknWindowComponentLayout main_mup_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2365
inline TAknLayoutScalableParameterLimits main_mup_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2367
inline TAknWindowComponentLayout main_mup_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2369
inline TAknLayoutScalableParameterLimits main_mup_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2371
inline TAknWindowComponentLayout main_mup_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2373
inline TAknLayoutScalableParameterLimits main_mup_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2375
inline TAknWindowComponentLayout main_mup_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2377
inline TAknLayoutScalableParameterLimits main_mup_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2379
inline TAknWindowComponentLayout main_mup_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2381
inline TAknLayoutScalableParameterLimits main_mup_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2383
inline TAknWindowComponentLayout main_mup_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2385
inline TAknLayoutScalableParameterLimits main_mup_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2387
inline TAknWindowComponentLayout main_mup_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g7)))(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 TAknLayoutScalableParameterLimits main_mup_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g8_ParamLimits)))(aVariety); }
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 main_mup_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g8)))(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 TAknLayoutScalableParameterLimits main_mup_pane_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g9_ParamLimits)))(aVariety); }
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 main_mup_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g9)))(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 TAknLayoutScalableParameterLimits main_mup_pane_g10_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g10_ParamLimits)))(aVariety); }
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 main_mup_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g10)))(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 TAknLayoutScalableParameterLimits main_mup_pane_g11_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g11_ParamLimits)))(aVariety); }
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 main_mup_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g11)))(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 TAknLayoutScalableParameterLimits main_mup_pane_g12_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g12_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g12)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup_pane_g13_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g13_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_mup_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2413
inline TAknLayoutScalableTableLimits main_mup_pane_g_Limits()		{ return (*(Tmain_mup_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2415
inline TAknLayoutScalableParameterLimits main_mup_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mup_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout main_mup_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2419
inline TAknLayoutScalableParameterLimits main_mup_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2421
inline TAknTextComponentLayout main_mup_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t1)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits main_mup_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2425
inline TAknTextComponentLayout main_mup_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2427
inline TAknLayoutScalableParameterLimits main_mup_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2429
inline TAknTextComponentLayout main_mup_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t3)))(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 TAknLayoutScalableParameterLimits main_mup_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mup_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t5_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_mup_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2439
inline TAknLayoutScalableParameterLimits main_mup_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2441
inline TAknTextComponentLayout main_mup_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2443
inline TAknLayoutScalableTableLimits main_mup_pane_t_Limits()		{ return (*(Tmain_mup_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t_Limits)))(); }
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 main_mup_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mup_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t_ParamLimits)))(aLineIndex, 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 main_mup_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_t)))(aLineIndex, 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 mup_progress_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_progress_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_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 mup_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane)))(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
inline TAknLayoutScalableParameterLimits mup_visualizer_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_visualizer_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2455
inline TAknWindowComponentLayout mup_visualizer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2457
inline TAknLayoutScalableParameterLimits mup_volume_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_volume_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2459
inline TAknWindowComponentLayout mup_volume_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : mup_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2462
inline TAknLayoutScalableParameterLimits mup_visualizer_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_visualizer_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2464
inline TAknWindowComponentLayout mup_visualizer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2466
inline TAknLayoutScalableParameterLimits mup_visualizer_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_visualizer_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2468
inline TAknWindowComponentLayout mup_visualizer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2470
inline TAknLayoutScalableParameterLimits mup_visualizer_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_visualizer_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2472
inline TAknWindowComponentLayout mup_visualizer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2474
inline TAknLayoutScalableTableLimits mup_visualizer_pane_g_Limits()		{ return (*(Tmup_visualizer_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2476
inline TAknLayoutScalableParameterLimits mup_visualizer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmup_visualizer_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2478
inline TAknWindowComponentLayout mup_visualizer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2480
// LAF Table : mup_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2481
inline TAknWindowComponentLayout mup_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2483
inline TAknWindowComponentLayout mup_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2485
inline TAknLayoutScalableTableLimits mup_volume_pane_g_Limits()		{ return (*(Tmup_volume_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2487
inline TAknWindowComponentLayout mup_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2489
// LAF Table : mup_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2490
inline TAknWindowComponentLayout mup_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_g1)))(aVariety, aCol, aRow); }
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 mup_progress_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_g2)))(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
inline TAknWindowComponentLayout mup_progress_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2496
inline TAknLayoutScalableTableLimits mup_progress_pane_g_Limits()		{ return (*(Tmup_progress_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2498
inline TAknWindowComponentLayout mup_progress_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2500
// LAF Table : popup_blid_sat_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2501
inline TAknWindowComponentLayout bg_popup_window_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2503
inline TAknLayoutScalableParameterLimits heading_pane_cp02_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2505
inline TAknWindowComponentLayout heading_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2507
inline TAknWindowComponentLayout list_popup_blid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_popup_blid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_popup_blid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2509
// LAF Table : list_popup_blid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2510
inline TAknLayoutScalableParameterLimits list_blid_sat_info_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_blid_sat_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_blid_sat_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2512
inline TAknWindowComponentLayout list_blid_sat_info_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_blid_sat_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_blid_sat_info_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2514
// LAF Table : list_blid_sat_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2515
inline TAknWindowComponentLayout list_blid_sat_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_blid_sat_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_blid_sat_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2517
inline TAknTextComponentLayout list_blid_sat_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_blid_sat_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_blid_sat_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2519
// LAF Table : main_mup_eq_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2520
inline TAknLayoutScalableParameterLimits mup_equalizer_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2522
inline TAknWindowComponentLayout mup_equalizer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2524
inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2526
inline TAknWindowComponentLayout mup_equalizer_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp1)))(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 mup_equalizer_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp2_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 TAknWindowComponentLayout mup_equalizer_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp2)))(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
inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2534
inline TAknWindowComponentLayout mup_equalizer_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2536
inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2538
inline TAknWindowComponentLayout mup_equalizer_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2540
inline TAknWindowComponentLayout mup_equalizer_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2542
inline TAknWindowComponentLayout mup_equalizer_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp6)))(aVariety, aCol, aRow); }
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 mup_equalizer_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_equalizer_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp7)))(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
// LAF Table : bg_popup_call_poc_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2547
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2549
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2551
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g11)))(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 TAknLayoutScalableTableLimits bg_popup_call_poc_act_pane_g_Limits()		{ return (*(Tbg_popup_call_poc_act_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g_Limits)))(); }
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 : mup_equalizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2556
inline TAknWindowComponentLayout mup_scale_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane)))(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 : mup_scale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2559
inline TAknWindowComponentLayout mup_scale_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g1)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout mup_scale_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2563
inline TAknLayoutScalableTableLimits mup_scale_pane_g_Limits()		{ return (*(Tmup_scale_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2565
inline TAknWindowComponentLayout mup_scale_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2567
// LAF Table : main_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2568
inline TAknWindowComponentLayout msg_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2570
inline TAknWindowComponentLayout scroll_pane_cp017(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp017_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp017)))(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 : msg_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2573
inline TAknLayoutScalableParameterLimits bg_list_pane_cp04_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_list_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp04_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_list_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp04)))(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 TAknWindowComponentLayout msg_data_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g1)))(aVariety, aCol, aRow); }
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 msg_data_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g2)))(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
inline TAknWindowComponentLayout msg_data_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2583
inline TAknWindowComponentLayout msg_data_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2585
inline TAknWindowComponentLayout msg_data_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2587
inline TAknWindowComponentLayout msg_data_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2589
inline TAknWindowComponentLayout msg_data_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2591
inline TAknLayoutScalableTableLimits msg_data_pane_g_Limits()		{ return (*(Tmsg_data_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g_Limits)))(); }
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 TAknWindowComponentLayout msg_data_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_data_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_data_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits msg_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmsg_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2597
inline TAknWindowComponentLayout msg_text_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tmsg_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_text_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2599
inline TAknLayoutScalableParameterLimits qrid_highlight_pane_cp011_ParamLimits(TInt aVariety = 0)		{ return (*(Tqrid_highlight_pane_cp011_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_qrid_highlight_pane_cp011_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2601
inline TAknWindowComponentLayout qrid_highlight_pane_cp011(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tqrid_highlight_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_qrid_highlight_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2603
// LAF Table : msg_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2604
inline TAknWindowComponentLayout msg_body_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_body_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout msg_header_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane)))(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
// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2609
inline TAknWindowComponentLayout input_focus_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2611
inline TAknLayoutScalableParameterLimits msg_header_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmsg_header_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2613
inline TAknTextComponentLayout msg_header_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2615
inline TAknLayoutScalableParameterLimits msg_header_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmsg_header_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2617
inline TAknTextComponentLayout msg_header_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2619
inline TAknLayoutScalableTableLimits msg_header_pane_t_Limits()		{ return (*(Tmsg_header_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2621
inline TAknLayoutScalableParameterLimits msg_header_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmsg_header_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2623
inline TAknTextComponentLayout msg_header_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2625
// LAF Table : msg_body_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2626
inline TAknWindowComponentLayout msg_body_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_body_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2628
inline TAknLayoutScalableParameterLimits msg_body_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmsg_body_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2630
inline TAknTextComponentLayout msg_body_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_body_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2632
inline TAknLayoutScalableParameterLimits msg_body_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmsg_body_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2634
inline TAknTextComponentLayout msg_body_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_body_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2636
inline TAknLayoutScalableParameterLimits msg_body_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmsg_body_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2638
inline TAknTextComponentLayout msg_body_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_body_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2640
inline TAknLayoutScalableTableLimits msg_body_pane_t_Limits()		{ return (*(Tmsg_body_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2642
inline TAknLayoutScalableParameterLimits msg_body_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmsg_body_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2644
inline TAknTextComponentLayout msg_body_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_body_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_body_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2646
// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2647
inline TAknLayoutScalableParameterLimits main_viewer_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_viewer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2651
inline TAknLayoutScalableParameterLimits main_viewer_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2653
inline TAknWindowComponentLayout main_viewer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2655
inline TAknLayoutScalableParameterLimits main_viewer_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2657
inline TAknWindowComponentLayout main_viewer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2659
inline TAknLayoutScalableParameterLimits main_viewer_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2661
inline TAknWindowComponentLayout main_viewer_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2663
inline TAknLayoutScalableParameterLimits main_viewer_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2665
inline TAknWindowComponentLayout main_viewer_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2667
inline TAknLayoutScalableParameterLimits main_viewer_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2669
inline TAknWindowComponentLayout main_viewer_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2671
inline TAknLayoutScalableParameterLimits main_viewer_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g8_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 main_viewer_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g8)))(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 TAknLayoutScalableTableLimits main_viewer_pane_g_Limits()		{ return (*(Tmain_viewer_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_viewer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_viewer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits viewer_content_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tviewer_content_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_viewer_content_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout viewer_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tviewer_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_viewer_content_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2686
inline TAknLayoutScalableParameterLimits main_postcard_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_postcard_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2688
inline TAknWindowComponentLayout main_postcard_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_postcard_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_postcard_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_postcard_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_postcard_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_postcard_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_postcard_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_postcard_pane_g_Limits()		{ return (*(Tmain_postcard_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_postcard_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_postcard_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_postcard_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 main_postcard_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g4)))(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 : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2707
inline TAknWindowComponentLayout smil_status_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_volume_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g2)))(aVariety, aCol, aRow); }
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
// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2710
inline TAknLayoutScalableParameterLimits postcard_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2712
inline TAknWindowComponentLayout postcard_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane)))(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
// LAF Table : postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2715
inline TAknLayoutScalableParameterLimits postcard_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2717
inline TAknWindowComponentLayout postcard_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2719
inline TAknLayoutScalableParameterLimits postcard_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2721
inline TAknWindowComponentLayout postcard_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2723
inline TAknLayoutScalableParameterLimits postcard_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2725
inline TAknWindowComponentLayout postcard_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g3)))(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 postcard_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g4_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 TAknWindowComponentLayout postcard_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g4)))(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
inline TAknLayoutScalableParameterLimits postcard_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2733
inline TAknWindowComponentLayout postcard_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2735
inline TAknLayoutScalableParameterLimits postcard_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2737
inline TAknWindowComponentLayout postcard_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2739
inline TAknLayoutScalableParameterLimits postcard_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2741
inline TAknWindowComponentLayout postcard_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2743
inline TAknLayoutScalableTableLimits postcard_pane_g_Limits()		{ return (*(Tpostcard_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2745
inline TAknLayoutScalableParameterLimits postcard_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpostcard_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2747
inline TAknWindowComponentLayout postcard_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2749
// LAF Table : main_mp2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2750
inline TAknLayoutScalableParameterLimits main_mp2_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2752
inline TAknWindowComponentLayout main_mp2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2754
inline TAknLayoutScalableParameterLimits main_mp2_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2756
inline TAknWindowComponentLayout main_mp2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2758
inline TAknLayoutScalableParameterLimits main_mp2_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_mp2_pane_g_Limits()		{ return (*(Tmain_mp2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits main_mp2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2766
inline TAknWindowComponentLayout main_mp2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2768
inline TAknLayoutScalableParameterLimits main_mp2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2770
inline TAknTextComponentLayout main_mp2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2772
inline TAknLayoutScalableParameterLimits main_mp2_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2774
inline TAknTextComponentLayout main_mp2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp2_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t3_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_mp2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2780
inline TAknLayoutScalableTableLimits main_mp2_pane_t_Limits()		{ return (*(Tmain_mp2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2782
inline TAknLayoutScalableParameterLimits main_mp2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mp2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2784
inline TAknTextComponentLayout main_mp2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2786
// LAF Table : main_pec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2787
inline TAknLayoutScalableParameterLimits pec_content_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpec_content_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout pec_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpec_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane)))(aVariety, aCol, aRow); }
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 scroll_pane_cp015(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp015_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp015)))(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
// LAF Table : pec_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2794
inline TAknLayoutScalableParameterLimits pec_attribute_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpec_attribute_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_attribute_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2796
inline TAknWindowComponentLayout pec_attribute_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpec_attribute_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_attribute_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2798
inline TAknLayoutScalableParameterLimits pec_content_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpec_content_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2800
inline TAknWindowComponentLayout pec_content_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpec_content_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2802
inline TAknLayoutScalableParameterLimits pec_content_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpec_content_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout pec_content_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpec_content_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t1)))(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 TAknLayoutScalableParameterLimits pec_content_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpec_content_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout pec_content_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpec_content_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t2)))(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 TAknLayoutScalableTableLimits pec_content_pane_t_Limits()		{ return (*(Tpec_content_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits pec_content_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpec_content_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout pec_content_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpec_content_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_pec_content_pane_t)))(aLineIndex, 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
// LAF Table : pec_attribute_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2817
inline TAknLayoutScalableParameterLimits list_single_graphic_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2819
inline TAknWindowComponentLayout list_single_graphic_pane_cp01(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_pane_cp01)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2821
// LAF Table : popup_mup_playback_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2822
inline TAknWindowComponentLayout bg_popup_sub_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp04)))(aVariety, aCol, aRow); }
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 popup_mup_playback_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup_playback_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_g1)))(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
inline TAknTextComponentLayout popup_mup_playback_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup_playback_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2828
inline TAknTextComponentLayout popup_mup_playback_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup_playback_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2830
inline TAknLayoutScalableTableLimits popup_mup_playback_window_t_Limits()		{ return (*(Tpopup_mup_playback_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2832
inline TAknTextComponentLayout popup_mup_playback_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup_playback_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t)))(aLineIndex, 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
// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2835
inline TAknLayoutScalableParameterLimits main_image_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_image_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2837
inline TAknWindowComponentLayout main_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2839
inline TAknLayoutScalableParameterLimits scroll_pane_cp018_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp018_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp018_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2841
inline TAknWindowComponentLayout scroll_pane_cp018(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp018_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp018)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2843
inline TAknLayoutScalableParameterLimits scroll_pane_cp016_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp016_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp016_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_pane_cp016(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp016_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp016)))(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
// LAF Table : main_smil2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2848
inline TAknLayoutScalableParameterLimits smil2_image_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil2_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2850
inline TAknWindowComponentLayout smil2_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2852
inline TAknLayoutScalableParameterLimits smil2_root_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil2_root_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_root_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2854
inline TAknWindowComponentLayout smil2_root_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_root_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_root_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2856
inline TAknLayoutScalableParameterLimits smil2_text_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil2_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2858
inline TAknWindowComponentLayout smil2_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_text_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2861
inline TAknWindowComponentLayout bg_list_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_list_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_list_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2863
inline TAknWindowComponentLayout grid_radio_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_radio_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_radio_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2865
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2866
inline TAknWindowComponentLayout bg_popup_window_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp06)))(aVariety, aCol, aRow); }
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
// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2869
inline TAknTextComponentLayout main_fmradio_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2871
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2872
inline TAknWindowComponentLayout heading_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp04)))(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
// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2875
inline TAknTextComponentLayout main_fmradio_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2877
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2878
inline TAknWindowComponentLayout popup_cale_lunar_info_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_g1)))(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 : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2881
inline TAknTextComponentLayout main_fmradio_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t3)))(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
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2884
inline TAknWindowComponentLayout popup_cale_lunar_info_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2886
// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2887
inline TAknTextComponentLayout main_fmradio_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2889
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2890
inline TAknLayoutScalableTableLimits popup_cale_lunar_info_window_g_Limits()		{ return (*(Tpopup_cale_lunar_info_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_g_Limits)))(); }
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
// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2893
inline TAknTextComponentLayout main_fmradio_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2895
inline TAknLayoutScalableTableLimits main_fmradio_pane_t_Limits()		{ return (*(Tmain_fmradio_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t_Limits)))(); }
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
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2898
inline TAknWindowComponentLayout popup_cale_lunar_info_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2900
// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2901
inline TAknTextComponentLayout main_fmradio_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmradio_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmradio_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2903
inline TAknWindowComponentLayout wait_bar_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2905
// LAF Table : grid_radio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2906
inline TAknLayoutScalableParameterLimits cell_fmradio_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_fmradio_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fmradio_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2908
inline TAknWindowComponentLayout cell_fmradio_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_fmradio_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fmradio_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2910
// LAF Table : cell_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2911
inline TAknLayoutScalableParameterLimits cell_fmradio_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_fmradio_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fmradio_pane_g1_ParamLimits)))(aVariety); }
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 cell_fmradio_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_fmradio_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_fmradio_pane_g1)))(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 grid_highlight_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp011)))(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
// LAF Table : main_call_poc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2918
inline TAknLayoutScalableParameterLimits poc_content_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpoc_content_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_poc_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2920
inline TAknWindowComponentLayout poc_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpoc_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_poc_content_pane)))(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 scroll_pane_cp019(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp019_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp019)))(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
// LAF Table : poc_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2925
inline TAknLayoutScalableParameterLimits popup_call_poc_act_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_act_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2927
inline TAknWindowComponentLayout popup_call_poc_act_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2929
inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_inact_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2931
inline TAknWindowComponentLayout popup_call_poc_inact_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_inact_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2933
// LAF Table : bg_popup_call_poc_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2934
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2936
// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2937
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g1)))(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 TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g2)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_call_poc_act_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2942
inline TAknWindowComponentLayout popup_call_poc_act_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2944
// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2945
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2947
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2949
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2951
// LAF Table : popup_call_poc_act_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2952
inline TAknLayoutScalableParameterLimits popup_call_poc_act_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_act_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t1_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 TAknTextComponentLayout popup_call_poc_act_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t1)))(aVariety, aCol, aRow); }
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 popup_call_poc_act_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_act_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t2_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 TAknTextComponentLayout popup_call_poc_act_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t2)))(aVariety, aCol, aRow); }
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 popup_call_poc_act_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_act_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t3_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 TAknTextComponentLayout popup_call_poc_act_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t3)))(aVariety, aCol, aRow); }
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 popup_call_poc_act_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_act_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t4_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 TAknTextComponentLayout popup_call_poc_act_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_poc_act_window_t_Limits()		{ return (*(Tpopup_call_poc_act_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call_poc_act_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_poc_act_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout popup_call_poc_act_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_act_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_act_window_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2975
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2977
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2979
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2981
// LAF Table : popup_call_poc_inact_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2982
inline TAknWindowComponentLayout popup_call_poc_inact_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_inact_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_g2)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2985
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2987
inline TAknLayoutScalableTableLimits bg_popup_call_poc_inact_pane_g_Limits()		{ return (*(Tbg_popup_call_poc_inact_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2989
inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2991
// LAF Table : popup_call_poc_inact_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2992
inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_inact_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t1_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 TAknTextComponentLayout popup_call_poc_inact_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_inact_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t1)))(aVariety, aCol, aRow); }
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 popup_call_poc_inact_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_inact_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t2_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 TAknTextComponentLayout popup_call_poc_inact_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_inact_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t2)))(aVariety, aCol, aRow); }
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 popup_call_poc_inact_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_poc_inact_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t3_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 TAknTextComponentLayout popup_call_poc_inact_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_inact_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t3)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableTableLimits popup_call_poc_inact_window_t_Limits()		{ return (*(Tpopup_call_poc_inact_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3006
inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_poc_inact_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3008
inline TAknTextComponentLayout popup_call_poc_inact_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call_poc_inact_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_poc_inact_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3010
// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3011
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
  3012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3013
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
  3014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3015
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3016
inline TAknWindowComponentLayout main_call2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call2_pane)))(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 popup_phob_thumbnail2_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_phob_thumbnail2_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail2_window_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 popup_phob_thumbnail2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_phob_thumbnail2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail2_window)))(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
// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3023
inline TAknWindowComponentLayout aid_hotspot_pointer_arrow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hotspot_pointer_arrow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hotspot_pointer_arrow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3025
inline TAknWindowComponentLayout aid_hotspot_pointer_hand_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hotspot_pointer_hand_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hotspot_pointer_hand_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3027
// LAF Table : phob_pre_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3028
inline TAknWindowComponentLayout phob_pre_status_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob_pre_status_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob_pre_status_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3030
// LAF Table : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3031
inline TAknLayoutScalableParameterLimits cams_zoom_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcams_zoom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits image_vga_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Timage_vga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_vga_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits main_camera_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits main_camera_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3039
inline TAknLayoutScalableParameterLimits main_camera_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3041
inline TAknLayoutScalableParameterLimits main_camera_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3043
inline TAknLayoutScalableParameterLimits main_camera_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3045
inline TAknLayoutScalableParameterLimits main_camera_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3047
inline TAknLayoutScalableParameterLimits main_camera_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3049
inline TAknLayoutScalableParameterLimits main_camera_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_camera_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3051
inline TAknLayoutScalableParameterLimits main_camera_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3053
inline TAknLayoutScalableParameterLimits main_camera_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t2_ParamLimits)))(aVariety); }
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 main_camera_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_camera_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_t_ParamLimits)))(aLineIndex, 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
// LAF Table : popup_phob_thumbnail2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3058
inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_preview_window_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3060
inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_phob_thumbnail2_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_phob_thumbnail2_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail2_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_phob_thumbnail2_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_phob_thumbnail2_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_phob_thumbnail2_window_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_call2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3067
inline TAknWindowComponentLayout call2_cli_visual_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3069
inline TAknLayoutScalableParameterLimits popup_call2_audio_conf_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_conf_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_conf_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3071
inline TAknWindowComponentLayout popup_call2_audio_conf_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_conf_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_conf_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3073
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3075
inline TAknWindowComponentLayout popup_call2_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3077
inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3079
inline TAknWindowComponentLayout popup_call2_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_out_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_ParamLimits)))(aVariety); }
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 popup_call2_audio_out_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_second_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_ParamLimits)))(aVariety); }
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 popup_call2_audio_second_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_wait_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_wait_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window_ParamLimits)))(aVariety); }
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 popup_call2_audio_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_wait_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window)))(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 : popup_call2_audio_conf_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3094
inline TAknWindowComponentLayout bg_popup_call2_act_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_act_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane_cp03)))(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 list_conf_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_conf_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_conf_pane_cp)))(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 TAknTextComponentLayout popup_call2_audio_conf_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_conf_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_conf_window_t1)))(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
// LAF Table : list_conf_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3101
inline TAknLayoutScalableParameterLimits list_single_graphic_popup_conf2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_popup_conf2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3103
inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_graphic_popup_conf2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3105
// LAF Table : list_single_graphic_popup_conf2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3106
inline TAknWindowComponentLayout list_highlight_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp04)))(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
inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3110
inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3112
inline TAknLayoutScalableTableLimits list_single_graphic_popup_conf2_pane_g_Limits()		{ return (*(Tlist_single_graphic_popup_conf2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3114
inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3116
inline TAknTextComponentLayout list_single_graphic_popup_conf2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3118
// LAF Table : popup_call2_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3119
inline TAknLayoutScalableParameterLimits bg_popup_call2_act_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call2_act_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3121
inline TAknWindowComponentLayout bg_popup_call2_act_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_act_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3123
inline TAknLayoutScalableParameterLimits call_type_pane_cp05_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_type_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3125
inline TAknWindowComponentLayout call_type_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3127
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3129
inline TAknWindowComponentLayout popup_call2_audio_second_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3131
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3133
inline TAknWindowComponentLayout popup_call2_audio_second_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3135
inline TAknLayoutScalableTableLimits popup_call2_audio_second_window_g_Limits()		{ return (*(Tpopup_call2_audio_second_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3137
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3139
inline TAknWindowComponentLayout popup_call2_audio_second_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3141
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3143
inline TAknTextComponentLayout popup_call2_audio_second_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3145
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3147
inline TAknTextComponentLayout popup_call2_audio_second_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_second_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call2_audio_second_window_t_Limits()		{ return (*(Tpopup_call2_audio_second_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t_Limits)))(); }
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 popup_call2_audio_second_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_second_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout popup_call2_audio_second_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t)))(aLineIndex, 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
// LAF Table : popup_call2_audio_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3160
inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_in_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3162
inline TAknWindowComponentLayout call_type_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3164
inline TAknWindowComponentLayout popup_call2_audio_wait_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_wait_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3166
inline TAknWindowComponentLayout popup_call2_audio_wait_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_wait_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3168
inline TAknLayoutScalableTableLimits popup_call2_audio_wait_window_g_Limits()		{ return (*(Tpopup_call2_audio_wait_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3170
inline TAknWindowComponentLayout popup_call2_audio_wait_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_wait_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3172
inline TAknTextComponentLayout popup_call2_audio_wait_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_wait_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_wait_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3174
// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3175
inline TAknLayoutScalableParameterLimits bg_popup_call2_act_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call2_act_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call2_act_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_act_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane)))(aVariety, aCol, aRow); }
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 call_type_pane_cp03_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall_type_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp03_ParamLimits)))(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 TAknWindowComponentLayout call_type_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp03)))(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
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3185
inline TAknWindowComponentLayout popup_call2_audio_first_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3187
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3189
inline TAknWindowComponentLayout popup_call2_audio_first_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3191
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3193
inline TAknWindowComponentLayout popup_call2_audio_first_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3195
inline TAknLayoutScalableTableLimits popup_call2_audio_first_window_g_Limits()		{ return (*(Tpopup_call2_audio_first_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3197
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3199
inline TAknWindowComponentLayout popup_call2_audio_first_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout popup_call2_audio_first_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3205
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3207
inline TAknTextComponentLayout popup_call2_audio_first_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3209
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_first_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t5)))(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 TAknLayoutScalableTableLimits popup_call2_audio_first_window_t_Limits()		{ return (*(Tpopup_call2_audio_first_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_first_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3217
inline TAknTextComponentLayout popup_call2_audio_first_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3219
// LAF Table : bg_popup_call2_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3220
inline TAknWindowComponentLayout bg_popup_call2_act_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_act_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane_g1)))(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 : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3223
inline TAknTextComponentLayout popup_cale_lunar_info_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_t1)))(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 TAknTextComponentLayout popup_cale_lunar_info_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_t2)))(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 TAknTextComponentLayout popup_cale_lunar_info_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_t3)))(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_popup_call2_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3230
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane)))(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
// LAF Table : popup_call2_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3233
inline TAknLayoutScalableParameterLimits bg_popup_call2_in_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call2_in_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3235
inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_in_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3237
inline TAknWindowComponentLayout call_type_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_type_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_cp02)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g1_ParamLimits)))(aVariety); }
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 popup_call2_audio_out_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g1)))(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
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3245
inline TAknWindowComponentLayout popup_call2_audio_out_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3247
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3249
inline TAknWindowComponentLayout popup_call2_audio_out_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3251
inline TAknLayoutScalableTableLimits popup_call2_audio_out_window_g_Limits()		{ return (*(Tpopup_call2_audio_out_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 popup_call2_audio_out_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3259
inline TAknTextComponentLayout popup_call2_audio_out_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3261
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3263
inline TAknTextComponentLayout popup_call2_audio_out_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3265
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_out_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t3)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t4_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout popup_call2_audio_out_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3273
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3275
inline TAknTextComponentLayout popup_call2_audio_out_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3277
inline TAknLayoutScalableTableLimits popup_call2_audio_out_window_t_Limits()		{ return (*(Tpopup_call2_audio_out_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3279
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_out_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout popup_call2_audio_out_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t)))(aLineIndex, aVariety, aCol, aRow); }
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 : popup_call2_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3284
inline TAknLayoutScalableParameterLimits bg_popup_call2_in_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call2_in_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call2_in_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_in_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_in_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_in_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g2)))(aVariety, aCol, aRow); }
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 popup_call2_audio_in_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g3_ParamLimits)))(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 popup_call2_audio_in_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g3)))(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
inline TAknLayoutScalableTableLimits popup_call2_audio_in_window_g_Limits()		{ return (*(Tpopup_call2_audio_in_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3302
inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3304
inline TAknWindowComponentLayout popup_call2_audio_in_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3306
inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t1_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 TAknTextComponentLayout popup_call2_audio_in_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t1)))(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 popup_call2_audio_in_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t2_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 TAknTextComponentLayout popup_call2_audio_in_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t2)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_in_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_in_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t5_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout popup_call2_audio_in_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3326
inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3328
inline TAknTextComponentLayout popup_call2_audio_in_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3330
inline TAknLayoutScalableTableLimits popup_call2_audio_in_window_t_Limits()		{ return (*(Tpopup_call2_audio_in_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3332
inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call2_audio_in_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3334
inline TAknTextComponentLayout popup_call2_audio_in_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3336
// LAF Table : bg_popup_call2_in_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3337
inline TAknWindowComponentLayout bg_popup_call2_in_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_in_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3340
inline TAknTextComponentLayout popup_cale_lunar_info_window_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3342
inline TAknLayoutScalableTableLimits popup_cale_lunar_info_window_t_Limits()		{ return (*(Tpopup_cale_lunar_info_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3344
inline TAknTextComponentLayout popup_cale_lunar_info_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3346
// LAF Table : bg_popup_call2_in_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3347
inline TAknLayoutScalableParameterLimits bg_popup_call2_rect_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call2_rect_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3349
inline TAknWindowComponentLayout bg_popup_call2_rect_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3351
// LAF Table : call2_cli_visual_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3352
inline TAknWindowComponentLayout call2_cli_visual_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_graphic_pane)))(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 call2_cli_visual_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_text_pane)))(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
// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3357
inline TAknWindowComponentLayout smil_status_volume_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_volume_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3359
inline TAknLayoutScalableTableLimits smil_status_volume_pane_g_Limits()		{ return (*(Tsmil_status_volume_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3361
// LAF Table : call2_cli_visual_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3362
inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_graphic_pane_g1)))(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
inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3366
inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3368
inline TAknLayoutScalableTableLimits call2_cli_visual_graphic_pane_g_Limits()		{ return (*(Tcall2_cli_visual_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3370
inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall2_cli_visual_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3372
// LAF Table : bg_popup_call2_rect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3373
inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g1)))(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 TAknWindowComponentLayout bg_popup_call2_rect_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call2_rect_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g3)))(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 TAknWindowComponentLayout bg_popup_call2_rect_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g4)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call2_rect_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g5)))(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
inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3385
inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3387
inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3389
inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3391
inline TAknLayoutScalableTableLimits bg_popup_call2_rect_pane_g_Limits()		{ return (*(Tbg_popup_call2_rect_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3393
inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_rect_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_rect_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3395
// LAF Table : bg_popup_call2_bubble_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3396
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g1)))(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
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3400
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3402
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3404
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3406
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3408
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3410
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3412
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3414
inline TAknLayoutScalableTableLimits bg_popup_call2_bubble_pane_g_Limits()		{ return (*(Tbg_popup_call2_bubble_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3416
inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_bubble_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_bubble_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3418
// LAF Table : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3419
inline TAknWindowComponentLayout aid_cale_week_size_cell_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cale_week_size_cell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cale_week_size_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3421
// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3422
inline TAknLayoutScalableParameterLimits aid_cams_cif_uncrop_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_cams_cif_uncrop_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cams_cif_uncrop_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_cams_cif_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cams_cif_uncrop_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cams_cif_uncrop_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3427
inline TAknLayoutScalableParameterLimits aid_cams_size_cell_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_cams_size_cell_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cams_size_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3429
inline TAknWindowComponentLayout aid_cams_size_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cams_size_cell_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cams_size_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3431
inline TAknLayoutScalableParameterLimits grid_cams_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_cams_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cams_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3433
inline TAknLayoutScalableParameterLimits linegrid_cams_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlinegrid_cams_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cams_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3435
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3436
inline TAknTextComponentLayout call_video_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3438
inline TAknTextComponentLayout call_video_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3440
inline TAknLayoutScalableTableLimits call_video_pane_t_Limits()		{ return (*(Tcall_video_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3442
inline TAknTextComponentLayout call_video_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_video_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3444
// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3445
inline TAknLayoutScalableParameterLimits aid_cale_month_size_cell_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_cale_month_size_cell_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cale_month_size_cell_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_cale_month_size_cell_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cale_month_size_cell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cale_month_size_cell_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3450
inline TAknWindowComponentLayout smil_status_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_volume_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3452
inline TAknLayoutScalableParameterLimits volume_smil_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tvolume_smil_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_volume_smil_pane_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
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3455
inline TAknWindowComponentLayout aid_popup2_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_popup2_width_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_popup2_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3457
// LAF Table : cell_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3458
inline TAknLayoutScalableParameterLimits cell_qdial_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_qdial_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g4_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 TAknWindowComponentLayout cell_qdial_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_qdial_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_qdial_pane_g4)))(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
// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3463
inline TAknLayoutScalableParameterLimits aid_blid_cardinal_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_blid_cardinal_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_blid_cardinal_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3465
inline TAknLayoutScalableParameterLimits aid_blid_destination_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_blid_destination_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_blid_destination_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3467
inline TAknWindowComponentLayout aid_blid_destination_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_blid_destination_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_blid_destination_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_call_poc_act_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3470
inline TAknLayoutScalableParameterLimits bg_popup_call_poc_act_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_poc_act_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3472
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3474
// LAF Table : popup_call_poc_inact_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3475
inline TAknLayoutScalableParameterLimits bg_popup_call_poc_inact_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_poc_inact_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_inact_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_inact_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_popup_call_poc_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3480
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3482
inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g2)))(aVariety, aCol, aRow); }
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 bg_popup_call_poc_act_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g3)))(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 bg_popup_call_poc_act_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g4)))(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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g5)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g6)))(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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g7)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_poc_act_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_poc_act_pane_g8)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3497
inline TAknWindowComponentLayout main_usb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane)))(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 TAknWindowComponentLayout popup_cale_lunar_info_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_lunar_info_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_lunar_info_window)))(aVariety, aCol, aRow); }
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
// LAF Table : im_reading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3502
inline TAknLayoutScalableParameterLimits im_reading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tim_reading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_reading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3504
inline TAknLayoutScalableParameterLimits list_im_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_im_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_im_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3506
inline TAknLayoutScalableParameterLimits scroll_pane_cp07_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3508
// LAF Table : mup_equalizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3509
inline TAknWindowComponentLayout grid_highlight_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp012_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp012)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3511
inline TAknLayoutScalableParameterLimits mup_scale_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_scale_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3513
// LAF Table : main_usb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3514
inline TAknLayoutScalableParameterLimits main_usb_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g1_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 main_usb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g1)))(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 TAknLayoutScalableParameterLimits main_usb_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_usb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_usb_pane_g_Limits()		{ return (*(Tmain_usb_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g_Limits)))(); }
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 main_usb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_usb_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout main_usb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits main_usb_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3530
inline TAknTextComponentLayout main_usb_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3532
inline TAknLayoutScalableParameterLimits main_usb_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3534
inline TAknTextComponentLayout main_usb_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3536
inline TAknLayoutScalableParameterLimits main_usb_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3538
inline TAknTextComponentLayout main_usb_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3540
inline TAknLayoutScalableParameterLimits main_usb_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3542
inline TAknTextComponentLayout main_usb_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3544
inline TAknLayoutScalableParameterLimits main_usb_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3546
inline TAknTextComponentLayout main_usb_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3548
inline TAknLayoutScalableParameterLimits main_usb_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t6_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 TAknTextComponentLayout main_usb_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_usb_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t6)))(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 TAknLayoutScalableTableLimits main_usb_pane_t_Limits()		{ return (*(Tmain_usb_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_usb_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_usb_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_usb_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
// LAF Table : main_location2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3557
inline TAknWindowComponentLayout aid_text_placing(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_text_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_text_placing)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3559
inline TAknLayoutScalableParameterLimits main_location2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_location2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3561
inline TAknLayoutScalableParameterLimits main_location2_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_location2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3563
inline TAknLayoutScalableParameterLimits main_location2_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_location2_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3565
inline TAknLayoutScalableParameterLimits main_location2_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_location2_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3567
inline TAknTextComponentLayout main_location2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_location2_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t4)))(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 TAknLayoutScalableParameterLimits main_location2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_location2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_location2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
// LAF Table : find_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3572
inline TAknLayoutScalableParameterLimits find_pinb_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfind_pinb_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3574
inline TAknWindowComponentLayout find_pinb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3576
inline TAknLayoutScalableTableLimits find_pinb_pane_g_Limits()		{ return (*(Tfind_pinb_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3578
inline TAknLayoutScalableParameterLimits find_pinb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfind_pinb_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3580
inline TAknWindowComponentLayout find_pinb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pinb_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3582
inline TAknLayoutScalableParameterLimits find_pinb_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfind_pinb_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3584
inline TAknLayoutScalableParameterLimits find_pinb_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfind_pinb_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3586
inline TAknLayoutScalableParameterLimits find_pinb_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfind_pinb_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pinb_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3588
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3589
inline TAknWindowComponentLayout main_call3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3591
// LAF Table : cale_month_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3592
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t1_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 TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3598
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3600
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3602
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3604
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3606
inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcale_month_day_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_day_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 : smil_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3609
inline TAknWindowComponentLayout smil_status_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane)))(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
// LAF Table : postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3612
inline TAknLayoutScalableParameterLimits postcard_address_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_address_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_address_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3614
inline TAknWindowComponentLayout postcard_address_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_address_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_address_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3616
inline TAknLayoutScalableParameterLimits postcard_message_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_message_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout postcard_message_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_message_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3620
// LAF Table : call2_cli_visual_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3621
inline TAknLayoutScalableParameterLimits call2_cli_visual_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall2_cli_visual_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3623
inline TAknTextComponentLayout call2_cli_visual_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcall2_cli_visual_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call2_cli_visual_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3625
// LAF Table : postcard_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3626
inline TAknLayoutScalableParameterLimits postcard_message_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_message_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3628
inline TAknTextComponentLayout postcard_message_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tpostcard_message_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3630
// LAF Table : postcard_address_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3631
inline TAknLayoutScalableParameterLimits postcard_address_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_address_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_address_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3633
inline TAknTextComponentLayout postcard_address_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tpostcard_address_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_address_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3635
// LAF Table : main_call3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3636
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call3_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window)))(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 : popup_call3_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3641
inline TAknLayoutScalableParameterLimits bg_popup_call3_in_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_call3_in_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_in_pane_ParamLimits)))(aVariety); }
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_popup_call3_in_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_in_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_in_pane)))(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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_call3_audio_in_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3649
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3651
inline TAknWindowComponentLayout popup_call3_audio_in_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3653
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3655
inline TAknWindowComponentLayout popup_call3_audio_in_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3657
inline TAknLayoutScalableTableLimits popup_call3_audio_in_window_g_Limits()		{ return (*(Tpopup_call3_audio_in_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3659
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 popup_call3_audio_in_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout popup_call3_audio_in_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3667
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3669
inline TAknTextComponentLayout popup_call3_audio_in_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3671
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3673
inline TAknTextComponentLayout popup_call3_audio_in_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3675
inline TAknLayoutScalableTableLimits popup_call3_audio_in_window_t_Limits()		{ return (*(Tpopup_call3_audio_in_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout popup_call3_audio_in_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3681
// LAF Table : bg_popup_call3_in_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3682
inline TAknWindowComponentLayout bg_popup_call3_rect_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane)))(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
// LAF Table : bg_popup_call3_rect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3685
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3687
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g2)))(aVariety, aCol, aRow); }
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_popup_call3_rect_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g3)))(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 TAknWindowComponentLayout bg_popup_call3_rect_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g4)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call3_rect_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g5)))(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
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3697
inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call3_rect_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call3_rect_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3699
// LAF Table : mup_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3700
inline TAknWindowComponentLayout mup_visualizer_osc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_osc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_osc_pane)))(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
inline TAknWindowComponentLayout mup_visualizer_spec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_spec_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_spec_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3704
// LAF Table : popup_call3_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3705
inline TAknLayoutScalableParameterLimits call3_video_qcif_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall3_video_qcif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_qcif_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call3_video_qcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall3_video_qcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_qcif_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call3_video_qcif_uncrop_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall3_video_qcif_uncrop_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_qcif_uncrop_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call3_video_qcif_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall3_video_qcif_uncrop_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_qcif_uncrop_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call3_video_subqcif_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall3_video_subqcif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_subqcif_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout call3_video_subqcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall3_video_subqcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_subqcif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3717
inline TAknLayoutScalableParameterLimits call3_video_subqcif_uncrop_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcall3_video_subqcif_uncrop_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_subqcif_uncrop_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3719
inline TAknWindowComponentLayout call3_video_subqcif_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall3_video_subqcif_uncrop_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call3_video_subqcif_uncrop_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3721
inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call3_audio_in_window_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g4_ParamLimits)))(aVariety); }
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 popup_call3_audio_in_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call3_audio_in_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call3_audio_in_window_g4)))(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
// LAF Table : mup_visualizer_spec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3726
inline TAknWindowComponentLayout mup_spec_half_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_spec_half_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_half_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3728
inline TAknWindowComponentLayout mup_spec_half_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_spec_half_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_half_pane_cp)))(aVariety, aCol, aRow); }
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
// LAF Table : mup_visualizer_osc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3731
inline TAknWindowComponentLayout mup_osc_middle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_osc_middle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_osc_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3733
inline TAknWindowComponentLayout mup_visualizer_osc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_visualizer_osc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_visualizer_osc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3735
// LAF Table : mup_spec_half_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3736
inline TAknLayoutScalableParameterLimits mup_spec_bar_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_spec_bar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3738
inline TAknWindowComponentLayout mup_spec_bar_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tmup_spec_bar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_bar_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3740
// LAF Table : mup_spec_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3741
inline TAknWindowComponentLayout mup_spec_bar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_spec_bar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_bar_pane_g1)))(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
inline TAknWindowComponentLayout mup_spec_bar_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_spec_bar_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_bar_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3745
inline TAknLayoutScalableTableLimits mup_spec_bar_pane_g_Limits()		{ return (*(Tmup_spec_bar_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_bar_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3747
inline TAknWindowComponentLayout mup_spec_bar_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_spec_bar_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_spec_bar_pane_g)))(aLineIndex, 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 : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3750
inline TAknLayoutScalableParameterLimits aid_cale_week_size_cell_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_cale_week_size_cell_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cale_week_size_cell_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits bg_cale_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_heading_pane_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits bg_cale_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3756
inline TAknLayoutScalableParameterLimits cale_week_corner_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_corner_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_corner_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3758
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3760
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3762
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3764
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3766
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g4_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3770
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3772
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3774
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3776
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3778
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g10_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g10_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 TAknLayoutScalableParameterLimits cale_week_scroll_pane_g11_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g11_ParamLimits)))(aVariety); }
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 cale_week_scroll_pane_g12_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g12_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 TAknLayoutScalableParameterLimits cale_week_scroll_pane_g13_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g13_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g14_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g14_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3788
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g15_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3790
inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcale_week_scroll_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_scroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3792
inline TAknLayoutScalableParameterLimits cale_week_time_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3794
inline TAknLayoutScalableParameterLimits grid_cale_week_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_cale_week_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cale_week_pane_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout listscroll_cale_week_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cale_week_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_week_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3798
inline TAknLayoutScalableParameterLimits scroll_pane_cp08_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3800
// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3801
inline TAknLayoutScalableParameterLimits cale_month_corner_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_corner_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_corner_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3803
inline TAknTextComponentLayout cale_month_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcale_month_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3805
inline TAknLayoutScalableParameterLimits cale_month_week_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3807
// LAF Table : popup_call_status_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3808
inline TAknLayoutScalableParameterLimits popup_call_status_window_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_status_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g1_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 TAknLayoutScalableParameterLimits popup_call_status_window_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_status_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g2_ParamLimits)))(aVariety); }
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 popup_call_status_window_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call_status_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g3_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 TAknLayoutScalableParameterLimits popup_call_status_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_call_status_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call_status_window_g_ParamLimits)))(aLineIndex, aVariety); }
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
// LAF Table : popup_clock_analogue_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3817
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
  3818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3819
// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3820
inline TAknWindowComponentLayout msg_header_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g1)))(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
// LAF Table : postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3823
inline TAknLayoutScalableParameterLimits postcard_address2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_address2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_address2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3825
inline TAknWindowComponentLayout postcard_address2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_address2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_address2_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 TAknLayoutScalableParameterLimits postcard_message2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpostcard_message2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message2_pane_ParamLimits)))(aVariety); }
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 postcard_message2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_message2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message2_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
// LAF Table : postcard_message2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3832
inline TAknLayoutScalableParameterLimits message2_row_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmessage2_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_message2_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3834
inline TAknWindowComponentLayout message2_row_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tmessage2_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_message2_row_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3836
// LAF Table : postcard_address2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3837
inline TAknLayoutScalableParameterLimits address2_row_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taddress2_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_address2_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3839
inline TAknWindowComponentLayout address2_row_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Taddress2_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_address2_row_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3841
// LAF Table : message2_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3842
inline TAknWindowComponentLayout postcard_message2_row_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_message2_row_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message2_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3844
inline TAknTextComponentLayout postcard_message2_row_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpostcard_message2_row_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_postcard_message2_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3846
// LAF Table : address2_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3847
inline TAknWindowComponentLayout address2_row_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taddress2_row_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_address2_row_pane_g1)))(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
inline TAknTextComponentLayout address2_row_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taddress2_row_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_address2_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3851
// LAF Table : main_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3852
inline TAknWindowComponentLayout aid_size_cell_vorec(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_vorec_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_vorec)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3855
inline TAknWindowComponentLayout main_rss_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_rss_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_rss_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3857
// LAF Table : main_rss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3858
inline TAknLayoutScalableParameterLimits rss_list_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Trss_list_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3860
inline TAknWindowComponentLayout rss_list_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Trss_list_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss_list_single_pane)))(aRow, aVariety, aCol); }
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 : rss_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3863
inline TAknTextComponentLayout rss_list_single_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss_list_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss_list_single_pane_t1)))(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
inline TAknTextComponentLayout rss_list_single_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss_list_single_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss_list_single_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3867
inline TAknLayoutScalableTableLimits rss_list_single_pane_t_Limits()		{ return (*(Trss_list_single_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss_list_single_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3869
inline TAknTextComponentLayout rss_list_single_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss_list_single_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss_list_single_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3871
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3872
inline TAknWindowComponentLayout main_camera2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3874
inline TAknWindowComponentLayout main_video2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane)))(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
// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3877
inline TAknLayoutScalableParameterLimits cams_zoom_pane_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcams_zoom_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3879
inline TAknWindowComponentLayout cams_zoom_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_cp2)))(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 TAknLayoutScalableParameterLimits image2_vga_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Timage2_vga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image2_vga_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout image2_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage2_vga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image2_vga_pane)))(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 TAknLayoutScalableParameterLimits main_camera2_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_camera2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g1)))(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 TAknLayoutScalableParameterLimits main_camera2_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_camera2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g2)))(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 TAknLayoutScalableParameterLimits main_camera2_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_camera2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3897
inline TAknLayoutScalableParameterLimits main_camera2_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3899
inline TAknWindowComponentLayout main_camera2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3901
inline TAknLayoutScalableParameterLimits main_camera2_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3903
inline TAknWindowComponentLayout main_camera2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3905
inline TAknLayoutScalableParameterLimits main_camera2_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3907
inline TAknWindowComponentLayout main_camera2_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3909
inline TAknLayoutScalableParameterLimits main_camera2_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3911
inline TAknWindowComponentLayout main_camera2_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3913
inline TAknLayoutScalableParameterLimits main_camera2_pane_g8_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3915
inline TAknWindowComponentLayout main_camera2_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3917
inline TAknLayoutScalableTableLimits main_camera2_pane_g_Limits()		{ return (*(Tmain_camera2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3919
inline TAknLayoutScalableParameterLimits main_camera2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_camera2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits main_camera2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t1_ParamLimits)))(aVariety); }
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 main_camera2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t1)))(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 TAknLayoutScalableParameterLimits main_camera2_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t2_ParamLimits)))(aVariety); }
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 main_camera2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t2)))(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
inline TAknLayoutScalableParameterLimits main_camera2_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3933
inline TAknTextComponentLayout main_camera2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3935
inline TAknLayoutScalableParameterLimits main_camera2_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3937
inline TAknTextComponentLayout main_camera2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_camera2_pane_t_Limits()		{ return (*(Tmain_camera2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits main_camera2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3943
inline TAknTextComponentLayout main_camera2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3945
// LAF Table : main_video2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3946
inline TAknLayoutScalableParameterLimits cams_zoom_pane_cp4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcams_zoom_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3948
inline TAknWindowComponentLayout cams_zoom_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3950
inline TAknLayoutScalableParameterLimits image2_cif_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Timage2_cif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image2_cif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3952
inline TAknWindowComponentLayout image2_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage2_cif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image2_cif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3954
inline TAknLayoutScalableParameterLimits image2_subqcif_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Timage2_subqcif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image2_subqcif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3956
inline TAknWindowComponentLayout image2_subqcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage2_subqcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image2_subqcif_pane)))(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
inline TAknLayoutScalableParameterLimits main_video2_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3960
inline TAknWindowComponentLayout main_video2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3962
inline TAknLayoutScalableParameterLimits main_video2_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3964
inline TAknWindowComponentLayout main_video2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g2)))(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 TAknLayoutScalableParameterLimits main_video2_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g3_ParamLimits)))(aVariety); }
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 main_video2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g3)))(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
inline TAknLayoutScalableParameterLimits main_video2_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3972
inline TAknWindowComponentLayout main_video2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3974
inline TAknLayoutScalableParameterLimits main_video2_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3976
inline TAknWindowComponentLayout main_video2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3978
inline TAknLayoutScalableParameterLimits main_video2_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3980
inline TAknWindowComponentLayout main_video2_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3982
inline TAknLayoutScalableTableLimits main_video2_pane_g_Limits()		{ return (*(Tmain_video2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3984
inline TAknLayoutScalableParameterLimits main_video2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_video2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3986
inline TAknWindowComponentLayout main_video2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3988
inline TAknLayoutScalableParameterLimits main_video2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3990
inline TAknTextComponentLayout main_video2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3992
inline TAknLayoutScalableParameterLimits main_video2_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3994
inline TAknTextComponentLayout main_video2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3996
inline TAknLayoutScalableParameterLimits main_video2_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_video2_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3998
inline TAknTextComponentLayout main_video2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  3999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4000
inline TAknLayoutScalableTableLimits main_video2_pane_t_Limits()		{ return (*(Tmain_video2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4002
inline TAknLayoutScalableParameterLimits main_video2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_video2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4004
inline TAknTextComponentLayout main_video2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4006
// LAF Table : main_call_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4007
inline TAknWindowComponentLayout call_muted_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_muted_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_muted_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits call_muted_g_Limits()		{ return (*(Tcall_muted_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_muted_g_Limits)))(); }
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
inline TAknWindowComponentLayout call_muted_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall_muted_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_muted_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4013
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4014
inline TAknWindowComponentLayout main_mup2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_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
// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4017
inline TAknLayoutScalableParameterLimits main_mup2_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4019
inline TAknWindowComponentLayout main_mup2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_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 TAknLayoutScalableParameterLimits main_mup2_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g2)))(aVariety, aCol, aRow); }
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
// LAF Table : mup_volume_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4026
inline TAknWindowComponentLayout main_mup_pane_g13_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_pane_g13_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_pane_g13_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4028
inline TAknWindowComponentLayout mup_volume_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4030
// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4031
inline TAknLayoutScalableParameterLimits main_mup2_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g4_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 TAknWindowComponentLayout main_mup2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g4)))(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 main_mup2_pane_g5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g5_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 TAknWindowComponentLayout main_mup2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g5)))(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 main_mup2_pane_g6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g6_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 TAknWindowComponentLayout main_mup2_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g6)))(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 TAknLayoutScalableParameterLimits main_mup2_pane_g7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g7_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup2_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_mup2_pane_g_Limits()		{ return (*(Tmain_mup2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits main_mup2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4051
inline TAknWindowComponentLayout main_mup2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4053
inline TAknLayoutScalableParameterLimits main_mup2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4055
inline TAknTextComponentLayout main_mup2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup2_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mup2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t2)))(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 main_mup2_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t3_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 main_mup2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t3)))(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
inline TAknLayoutScalableParameterLimits main_mup2_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4067
inline TAknTextComponentLayout main_mup2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4069
inline TAknLayoutScalableParameterLimits main_mup2_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4071
inline TAknTextComponentLayout main_mup2_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4073
inline TAknLayoutScalableParameterLimits main_mup2_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4075
inline TAknTextComponentLayout main_mup2_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4077
inline TAknLayoutScalableTableLimits main_mup2_pane_t_Limits()		{ return (*(Tmain_mup2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4079
inline TAknLayoutScalableParameterLimits main_mup2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mup2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout main_mup2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_t)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits mup2_visualizer_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_visualizer_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4085
inline TAknWindowComponentLayout mup2_visualizer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4087
inline TAknLayoutScalableParameterLimits mup_progress_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_progress_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp_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 mup_progress_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp)))(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
// LAF Table : mup2_volume_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4092
inline TAknLayoutScalableParameterLimits mup_volume_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_volume_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4094
inline TAknWindowComponentLayout mup_volume_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4096
// LAF Table : mup2_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4097
inline TAknLayoutScalableParameterLimits mup2_visualizer_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_visualizer_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup2_visualizer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits mup2_visualizer_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_visualizer_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup2_visualizer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits mup2_visualizer_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_visualizer_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup2_visualizer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits mup2_visualizer_pane_g_Limits()		{ return (*(Tmup2_visualizer_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits mup2_visualizer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmup2_visualizer_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 mup2_visualizer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_pane_g)))(aLineIndex, 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 : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4116
inline TAknWindowComponentLayout aid_size_cell_fmradio(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_fmradio_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_fmradio)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4119
inline TAknWindowComponentLayout aid_height_parent_landcape(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_parent_landcape_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_parent_landcape)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4121
// LAF Table : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4122
inline TAknWindowComponentLayout wml_content_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_content_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_content_pane_cp)))(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 wml_tabs_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_pane)))(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
// LAF Table : wml_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4127
inline TAknWindowComponentLayout popup_wml_miniature_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_wml_miniature_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_wml_miniature_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4129
inline TAknWindowComponentLayout scroll_pane_cp021(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp021_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp021)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4131
inline TAknWindowComponentLayout wml_content_pane_comp8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_content_pane_comp8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_content_pane_comp8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4133
// LAF Table : popup_wml_miniature_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4134
inline TAknWindowComponentLayout bg_popup_sub_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4136
inline TAknWindowComponentLayout popup_wml_miniature_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_wml_miniature_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_wml_miniature_window_g1)))(aVariety, aCol, aRow); }
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 wml_miniature_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane)))(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 : wml_miniature_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4141
inline TAknWindowComponentLayout aid_size_wml_view(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_wml_view_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_wml_view)))(aVariety, aCol, aRow); }
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 wml_miniature_view_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_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 TAknWindowComponentLayout wml_miniature_view_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout wml_miniature_view_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g3)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout wml_miniature_view_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4151
inline TAknWindowComponentLayout wml_miniature_view_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4153
inline TAknWindowComponentLayout wml_miniature_view_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4155
inline TAknWindowComponentLayout wml_miniature_view_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4157
inline TAknWindowComponentLayout wml_miniature_view_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4159
inline TAknLayoutScalableTableLimits wml_miniature_view_pane_g_Limits()		{ return (*(Twml_miniature_view_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g_Limits)))(); }
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 wml_miniature_view_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_miniature_view_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_miniature_view_pane_g)))(aLineIndex, 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 : wml_tabs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4164
inline TAknLayoutScalableParameterLimits background_graphic_ParamLimits(TInt aVariety = 0)		{ return (*(Tbackground_graphic_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_background_graphic_ParamLimits)))(aVariety); }
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 background_graphic(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbackground_graphic_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_background_graphic)))(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
inline TAknWindowComponentLayout wml_tabs_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4170
inline TAknLayoutScalableParameterLimits wml_tabs_3_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_3_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4172
inline TAknWindowComponentLayout wml_tabs_3_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4174
inline TAknLayoutScalableParameterLimits wml_tabs_4_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4176
inline TAknWindowComponentLayout wml_tabs_4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4178
inline TAknLayoutScalableParameterLimits wml_tabs_5_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_5_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_5_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4180
inline TAknWindowComponentLayout wml_tabs_5_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_5_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_5_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4182
inline TAknLayoutScalableParameterLimits wml_tabs_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4184
inline TAknWindowComponentLayout wml_tabs_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4186
inline TAknLayoutScalableParameterLimits wml_tabs_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4188
inline TAknWindowComponentLayout wml_tabs_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4190
// LAF Table : wml_tabs_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4191
inline TAknLayoutScalableParameterLimits wml_tabs_2_active_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_2_active_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_2_active_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout wml_tabs_2_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_2_active_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_2_active_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits wml_tabs_2_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_2_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_2_passive_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout wml_tabs_2_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_2_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_2_passive_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : wml_tabs_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4200
inline TAknLayoutScalableParameterLimits wml_tabs_3_active_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_3_active_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_active_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4202
inline TAknWindowComponentLayout wml_tabs_3_active_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_3_active_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_active_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4204
inline TAknLayoutScalableParameterLimits wml_tabs_3_passive_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_3_passive_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4206
inline TAknWindowComponentLayout wml_tabs_3_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_3_passive_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4208
inline TAknLayoutScalableParameterLimits wml_tabs_3_passive_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Twml_tabs_3_passive_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_passive_pane_cp_ParamLimits)))(aVariety); }
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 wml_tabs_3_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twml_tabs_3_passive_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_tabs_3_passive_pane_cp)))(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 : wml_tabs_4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4213
inline TAknWindowComponentLayout tabs_4_active_pane(TInt aVariety = 0, 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
  4214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4215
inline TAknWindowComponentLayout tabs_4_passive_pane(TInt aVariety = 0, 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
  4216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4217
inline TAknWindowComponentLayout tabs_4_passive_pane_cp(TInt aVariety = 0, 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
  4218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4219
inline TAknWindowComponentLayout tabs_4_passive_pane_cp2(TInt aVariety = 0, 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
  4220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4221
// LAF Table : aid_cale_month_size_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4222
inline TAknWindowComponentLayout aid_height_text(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_text_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_text)))(aVariety, aCol, aRow); }
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 : main_mup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4225
inline TAknLayoutScalableParameterLimits mup_volume_cont_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_volume_cont_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_cont_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup_volume_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_cont_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : listscroll_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4230
inline TAknWindowComponentLayout aid_size_cell_pinb(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_pinb_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_pinb)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4232
inline TAknWindowComponentLayout aid_size_list_pinb(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_list_pinb_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_list_pinb)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4234
// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4235
inline TAknLayoutScalableParameterLimits mup2_volume_cont_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_volume_cont_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_volume_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4237
inline TAknWindowComponentLayout mup2_volume_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_volume_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_volume_cont_pane)))(aVariety, aCol, aRow); }
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 : mup2_volume_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4240
inline TAknLayoutScalableParameterLimits mup2_volume_cont_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_volume_cont_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_volume_cont_pane_g1_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
inline TAknWindowComponentLayout mup2_volume_cont_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_volume_cont_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_volume_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4244
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4245
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
  4246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4247
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
  4248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4249
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
  4250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4251
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
  4252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4253
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4254
inline TAknWindowComponentLayout main_rss2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_rss2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_rss2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4256
// LAF Table : main_rss2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4257
inline TAknWindowComponentLayout listscroll_rss2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_rss2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_rss2_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout rss2_navigation_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_navigation_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : listscroll_rss2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4262
inline TAknWindowComponentLayout list_rss2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_rss2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_rss2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4264
inline TAknWindowComponentLayout scroll_pane_cp22(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp22_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp22)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4266
// LAF Table : rss2_navigation_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4267
inline TAknWindowComponentLayout rss2_navigation_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_navigation_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane_g1)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout rss2_navigation_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_navigation_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4271
inline TAknWindowComponentLayout rss2_navigation_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_navigation_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4273
inline TAknLayoutScalableTableLimits rss2_navigation_pane_g_Limits()		{ return (*(Trss2_navigation_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4275
inline TAknWindowComponentLayout rss2_navigation_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_navigation_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4277
inline TAknTextComponentLayout rss2_navigation_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_navigation_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_navigation_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4279
// LAF Table : list_rss2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4280
inline TAknLayoutScalableParameterLimits rss2_list_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Trss2_list_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_list_single_pane_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 TAknWindowComponentLayout rss2_list_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Trss2_list_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_list_single_pane)))(aRow, aVariety, aCol); }
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 : rss2_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4285
inline TAknTextComponentLayout rss2_list_single_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_list_single_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_list_single_pane_t2)))(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 TAknLayoutScalableParameterLimits rss2_list_single_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Trss2_list_single_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_list_single_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout rss2_list_single_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_list_single_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_list_single_pane_t3)))(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 TAknTextComponentLayout rss2_list_single_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Trss2_list_single_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_rss2_list_single_pane_t4)))(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
// LAF Table : smil_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4294
inline TAknWindowComponentLayout smil_status_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil_status_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4296
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4297
inline TAknLayoutScalableParameterLimits main_image2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_image2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image2_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_image2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4301
// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4302
inline TAknLayoutScalableParameterLimits main_camera2_pane_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4304
inline TAknWindowComponentLayout main_camera2_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4306
inline TAknLayoutScalableParameterLimits main_camera2_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t5_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
inline TAknTextComponentLayout main_camera2_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4310
inline TAknLayoutScalableParameterLimits main_camera2_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_camera2_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4312
inline TAknTextComponentLayout main_camera2_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t6)))(aVariety, aCol, aRow); }
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 : main_image2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4315
inline TAknLayoutScalableParameterLimits main_image2_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_image2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image2_pane_g1_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
inline TAknWindowComponentLayout main_image2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4319
// LAF Table : main_smil2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4320
inline TAknLayoutScalableParameterLimits smil2_video_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil2_video_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_video_pane_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
inline TAknWindowComponentLayout smil2_video_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_video_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4324
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4325
inline TAknWindowComponentLayout aid_zoom_text_primary_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_zoom_text_primary_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_zoom_text_primary_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4327
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
  4328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4329
// LAF Table : im_reading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4330
inline TAknWindowComponentLayout im_reading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tim_reading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_im_reading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4332
// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4333
inline TAknLayoutScalableParameterLimits cams2_bc_adjust_pane_cp_ParamLimits(TInt aVariety = 0)		{ return (*(Tcams2_bc_adjust_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_bc_adjust_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4335
inline TAknWindowComponentLayout cams2_bc_adjust_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_bc_adjust_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_bc_adjust_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4337
// LAF Table : main_video2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4338
inline TAknLayoutScalableParameterLimits cams2_bc_adjust_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcams2_bc_adjust_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_bc_adjust_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4340
inline TAknWindowComponentLayout cams2_bc_adjust_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_bc_adjust_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_bc_adjust_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cams2_bc_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4343
inline TAknWindowComponentLayout cams2_bc_adjust_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_bc_adjust_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_bc_adjust_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4345
inline TAknWindowComponentLayout cams2_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4347
// LAF Table : cams2_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4348
inline TAknWindowComponentLayout cams2_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g1)))(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 cams2_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g2)))(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
inline TAknLayoutScalableTableLimits cams2_slider_pane_g_Limits()		{ return (*(Tcams2_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4354
inline TAknWindowComponentLayout cams2_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4356
// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4357
inline TAknLayoutScalableParameterLimits calc_display_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcalc_display_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4359
inline TAknLayoutScalableParameterLimits calc_paper_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcalc_paper_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_paper_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4361
inline TAknLayoutScalableParameterLimits grid_calc_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_calc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_calc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4363
// LAF Table : popup_clock_digital_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4364
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
  4365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4366
// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4367
inline TAknTextComponentLayout main_image_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t1)))(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 : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4370
inline TAknLayoutScalableParameterLimits aid_size_cell_calc_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_calc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_calc_ParamLimits)))(aVariety); }
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 aid_size_cell_calc(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_calc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_calc)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4375
inline TAknLayoutScalableParameterLimits popup_blid_sat_info2_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_blid_sat_info2_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4377
inline TAknWindowComponentLayout popup_blid_sat_info2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4379
// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4380
inline TAknWindowComponentLayout aid_size_cell_blid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_blid_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_blid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4382
inline TAknWindowComponentLayout bg_popup_window_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4384
inline TAknWindowComponentLayout grid_popup_blid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_popup_blid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_popup_blid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4386
inline TAknLayoutScalableParameterLimits heading_pane_cp05_ParamLimits(TInt aVariety = 0)		{ return (*(Theading_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4388
inline TAknWindowComponentLayout heading_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4390
// LAF Table : grid_popup_blid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4391
inline TAknLayoutScalableParameterLimits cell_popup_blid_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_popup_blid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_popup_blid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4393
inline TAknWindowComponentLayout cell_popup_blid_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_popup_blid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_popup_blid_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4395
// LAF Table : cell_popup_blid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4396
inline TAknWindowComponentLayout cell_popup_blid_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_popup_blid_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_popup_blid_pane_g1)))(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 TAknTextComponentLayout cell_popup_blid_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_popup_blid_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_popup_blid_pane_t1)))(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
// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4401
inline TAknLayoutScalableParameterLimits mup2_indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4403
inline TAknWindowComponentLayout mup2_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_indicator_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
// LAF Table : mup2_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4406
inline TAknWindowComponentLayout mup2_visualizer_osc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_osc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_osc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4408
inline TAknLayoutScalableParameterLimits mup2_visualizer_spec_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_visualizer_spec_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_spec_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4410
inline TAknWindowComponentLayout mup2_visualizer_spec_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_spec_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_spec_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4412
// LAF Table : mup2_visualizer_spec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4413
inline TAknWindowComponentLayout mup2_spec_half_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_spec_half_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_half_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4415
inline TAknWindowComponentLayout mup2_spec_half_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_spec_half_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_half_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4417
// LAF Table : mup2_spec_half_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4418
inline TAknLayoutScalableParameterLimits mup2_spec_bar_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup2_spec_bar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4420
inline TAknWindowComponentLayout mup2_spec_bar_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0)		{ return (*(Tmup2_spec_bar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_bar_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4422
// LAF Table : mup2_spec_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4423
inline TAknWindowComponentLayout mup2_spec_bar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_spec_bar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_bar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4425
inline TAknWindowComponentLayout mup2_spec_bar_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_spec_bar_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_bar_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4427
inline TAknLayoutScalableTableLimits mup2_spec_bar_pane_g_Limits()		{ return (*(Tmup2_spec_bar_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_bar_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4429
inline TAknWindowComponentLayout mup2_spec_bar_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_spec_bar_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_spec_bar_pane_g)))(aLineIndex, 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
// LAF Table : mup2_visualizer_osc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4432
inline TAknWindowComponentLayout mup2_osc_middle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_osc_middle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_osc_middle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4434
inline TAknWindowComponentLayout mup2_visualizer_osc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup2_visualizer_osc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup2_visualizer_osc_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
// LAF Table : popup_number_entry_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4437
inline TAknLayoutScalableParameterLimits popup_number_entry_window_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_number_entry_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4439
inline TAknLayoutScalableParameterLimits popup_number_entry_window_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_number_entry_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t2_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits popup_number_entry_window_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_number_entry_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t3_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits popup_number_entry_window_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_number_entry_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4445
inline TAknTextComponentLayout popup_number_entry_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4447
inline TAknLayoutScalableParameterLimits popup_number_entry_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tpopup_number_entry_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4449
inline TAknLayoutScalableParameterLimits text_title_cp2_ParamLimits(TInt aVariety = 0)		{ return (*(Ttext_title_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_text_title_cp2_ParamLimits)))(aVariety); }
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
// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4452
inline TAknWindowComponentLayout aid_hotspot_pointer_text2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hotspot_pointer_text2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hotspot_pointer_text2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4454
inline TAknLayoutScalableParameterLimits main_viewer_pane_g9_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_viewer_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g9_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_viewer_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_viewer_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_viewer_pane_g9)))(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 : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4459
inline TAknLayoutScalableParameterLimits cale_month_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_pane_t1_ParamLimits)))(aVariety); }
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
// LAF Table : listscroll_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4462
inline TAknLayoutScalableParameterLimits bg_cale_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4464
inline TAknLayoutScalableParameterLimits list_cale_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cale_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_pane_ParamLimits)))(aVariety); }
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 listscroll_cale_day_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cale_day_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_day_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
inline TAknLayoutScalableParameterLimits scroll_pane_cp09_ParamLimits(TInt aVariety = 0)		{ return (*(Tscroll_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4470
// LAF Table : main_mup_eq_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4471
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_mup_eq_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4475
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4477
inline TAknTextComponentLayout main_mup_eq_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4479
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t3_ParamLimits)))(aVariety); }
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 main_mup_eq_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t3)))(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
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4485
inline TAknTextComponentLayout main_mup_eq_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4487
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4489
inline TAknTextComponentLayout main_mup_eq_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t5)))(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 TAknLayoutScalableParameterLimits main_mup_eq_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t6_ParamLimits)))(aVariety); }
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 main_mup_eq_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t6)))(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 TAknLayoutScalableParameterLimits main_mup_eq_pane_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t7_ParamLimits)))(aVariety); }
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 main_mup_eq_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t7)))(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
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t8_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4501
inline TAknTextComponentLayout main_mup_eq_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4503
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t9_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4505
inline TAknTextComponentLayout main_mup_eq_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4507
inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t10_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4509
inline TAknTextComponentLayout main_mup_eq_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4511
inline TAknLayoutScalableTableLimits main_mup_eq_pane_t_Limits()		{ return (*(Tmain_mup_eq_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mup_eq_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_mup_eq_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 main_mup_eq_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_eq_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_eq_pane_t)))(aLineIndex, 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 TAknLayoutScalableParameterLimits mup_equalizer_pane_cp5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp5_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits mup_equalizer_pane_cp6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp6_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmup_equalizer_pane_cp7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_equalizer_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4523
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4524
inline TAknWindowComponentLayout main_gallery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_gallery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_gallery_pane)))(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
// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4527
inline TAknWindowComponentLayout smil2_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4529
inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil_status_volume_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4531
inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil_status_volume_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4533
inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tsmil_status_volume_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g3_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits smil_status_volume_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tsmil_status_volume_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil_status_volume_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4538
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp07_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_popup_window_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4540
inline TAknWindowComponentLayout blid_firmament_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_firmament_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4542
// LAF Table : main_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4543
inline TAknLayoutScalableParameterLimits aid_size_cell_gallery_ParamLimits(TInt aVariety = 0)		{ return (*(Taid_size_cell_gallery_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_gallery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4545
inline TAknWindowComponentLayout aid_size_cell_gallery(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_gallery_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_gallery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4547
inline TAknLayoutScalableParameterLimits grid_gallery_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tgrid_gallery_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_gallery_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4549
inline TAknWindowComponentLayout grid_gallery_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_gallery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_gallery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4551
// LAF Table : grid_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4552
inline TAknLayoutScalableParameterLimits cell_gallery_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_gallery_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_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 cell_gallery_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_gallery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane)))(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 : cell_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4557
inline TAknLayoutScalableParameterLimits bg_cell_gallery_focus_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cell_gallery_focus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_cell_gallery_focus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_gallery_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_gallery_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_gallery_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_gallery_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_gallery_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_gallery_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g2)))(aVariety, aCol, aRow); }
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 cell_gallery_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_gallery_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g3_ParamLimits)))(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 cell_gallery_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g3)))(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 TAknLayoutScalableParameterLimits cell_gallery_pane_g4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_gallery_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g4_ParamLimits)))(aVariety); }
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 cell_gallery_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g4)))(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 TAknLayoutScalableTableLimits cell_gallery_pane_g_Limits()		{ return (*(Tcell_gallery_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits cell_gallery_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcell_gallery_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4581
inline TAknWindowComponentLayout cell_gallery_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4583
// LAF Table : bg_cell_gallery_focus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4584
inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4586
inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4588
inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4590
inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g4)))(aVariety, aCol, aRow); }
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 bg_cell_gallery_focus_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g5)))(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 TAknWindowComponentLayout bg_cell_gallery_focus_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g6)))(aVariety, aCol, aRow); }
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 bg_cell_gallery_focus_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g7)))(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 TAknWindowComponentLayout bg_cell_gallery_focus_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g8)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits bg_cell_gallery_focus_pane_g_Limits()		{ return (*(Tbg_cell_gallery_focus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g_Limits)))(); }
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 TAknWindowComponentLayout bg_cell_gallery_focus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cell_gallery_focus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cell_gallery_focus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : blid_firmament_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4605
inline TAknWindowComponentLayout aid_firma_cardinal(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_firma_cardinal_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_firma_cardinal)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4607
inline TAknTextComponentLayout blid_firmament_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_firmament_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4609
inline TAknTextComponentLayout blid_firmament_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_firmament_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4611
inline TAknTextComponentLayout blid_firmament_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_firmament_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4613
inline TAknTextComponentLayout blid_firmament_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_firmament_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4615
inline TAknLayoutScalableTableLimits blid_firmament_pane_t_Limits()		{ return (*(Tblid_firmament_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4617
inline TAknTextComponentLayout blid_firmament_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_firmament_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4619
inline TAknWindowComponentLayout blid_sat_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_sat_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4621
// LAF Table : blid_sat_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4622
inline TAknWindowComponentLayout blid_sat_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_sat_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane_g1)))(aVariety, aCol, aRow); }
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 blid_sat_info_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_sat_info_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane_g2)))(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 TAknLayoutScalableTableLimits blid_sat_info_pane_g_Limits()		{ return (*(Tblid_sat_info_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane_g_Limits)))(); }
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 blid_sat_info_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_sat_info_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane_g)))(aLineIndex, 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 TAknTextComponentLayout blid_sat_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid_sat_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : smil2_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4633
inline TAknWindowComponentLayout smil2_volume_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4635
inline TAknWindowComponentLayout smil2_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4637
// LAF Table : smil2_volume_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4638
inline TAknWindowComponentLayout smil2_volume_content_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4640
inline TAknWindowComponentLayout smil2_volume_content_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout smil2_volume_content_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g3)))(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
inline TAknWindowComponentLayout smil2_volume_content_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4646
inline TAknWindowComponentLayout smil2_volume_content_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4648
inline TAknWindowComponentLayout smil2_volume_content_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4650
inline TAknWindowComponentLayout smil2_volume_content_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4652
inline TAknWindowComponentLayout smil2_volume_content_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4654
inline TAknWindowComponentLayout smil2_volume_content_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4656
inline TAknWindowComponentLayout smil2_volume_content_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g10)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits smil2_volume_content_pane_g_Limits()		{ return (*(Tsmil2_volume_content_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g_Limits)))(); }
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 TAknWindowComponentLayout smil2_volume_content_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmil2_volume_content_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_smil2_volume_content_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : cale_week_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4663
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4665
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t2_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 TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t3_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4671
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4673
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4675
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4677
inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcale_week_day_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_day_heading_pane_t_ParamLimits)))(aLineIndex, 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
// LAF Table : cale_week_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4680
inline TAknLayoutScalableParameterLimits bg_cale_side_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_side_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4682
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4684
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4686
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4688
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t4_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_week_time_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t5_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_week_time_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t6_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4696
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t8_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4698
inline TAknLayoutScalableParameterLimits cale_week_time_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcale_week_time_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_week_time_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4700
// LAF Table : cell_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4701
inline TAknLayoutScalableParameterLimits cell_cale_week_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cale_week_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_week_pane_g2_ParamLimits)))(aVariety); }
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
// LAF Table : cale_month_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4704
inline TAknLayoutScalableParameterLimits bg_cale_side_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tbg_cale_side_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cale_side_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4706
inline TAknLayoutScalableParameterLimits cale_month_week_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4708
inline TAknLayoutScalableParameterLimits cale_month_week_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t2_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 TAknLayoutScalableParameterLimits cale_month_week_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t3_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cale_month_week_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4714
inline TAknLayoutScalableParameterLimits cale_month_week_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4716
inline TAknLayoutScalableParameterLimits cale_month_week_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4718
inline TAknLayoutScalableParameterLimits cale_month_week_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcale_month_week_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cale_month_week_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4720
// LAF Table : cell_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4721
inline TAknLayoutScalableParameterLimits cell_cale_month_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cale_month_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cale_month_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4723
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4724
inline TAknWindowComponentLayout main_cale_event_viewer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cale_event_viewer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_event_viewer_pane)))(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
// LAF Table : main_cale_event_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4727
inline TAknWindowComponentLayout listscroll_cale_event_viewer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cale_event_viewer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_event_viewer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4729
// LAF Table : listscroll_cale_event_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4730
inline TAknWindowComponentLayout list_cale_ev_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_ev_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_ev_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4732
inline TAknWindowComponentLayout scroll_pane_cp023(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp023_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp023)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4734
// LAF Table : list_cale_ev_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4735
inline TAknLayoutScalableParameterLimits field_cale_ev_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout field_cale_ev_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4739
// LAF Table : field_cale_ev_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4740
inline TAknLayoutScalableParameterLimits field_cale_ev_content_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_content_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_content_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout field_cale_ev_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_content_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_cale_ev_pane_g1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout field_cale_ev_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4748
inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g2_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4750
inline TAknWindowComponentLayout field_cale_ev_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4752
inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g3_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4754
inline TAknWindowComponentLayout field_cale_ev_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4756
inline TAknLayoutScalableTableLimits field_cale_ev_pane_g_Limits()		{ return (*(Tfield_cale_ev_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4758
inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tfield_cale_ev_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g_ParamLimits)))(aLineIndex, 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 field_cale_ev_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits field_cale_ev_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4764
inline TAknTextComponentLayout field_cale_ev_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4766
// LAF Table : field_cale_ev_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4767
inline TAknLayoutScalableParameterLimits field_cale_ev_content_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev_content_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_content_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4769
inline TAknTextComponentLayout field_cale_ev_content_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tfield_cale_ev_content_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev_content_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4771
// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4772
inline TAknWindowComponentLayout bg_button_pane_cp01(TInt aVariety = 0, 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
  4773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4774
// LAF Table : main_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4775
inline TAknLayoutScalableParameterLimits listscroll_cale_week_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_cale_week_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_week_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4777
inline TAknWindowComponentLayout popup_toolbar_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4779
// LAF Table : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4780
inline TAknLayoutScalableParameterLimits listscroll_cale_week_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_cale_week_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_week_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4782
// LAF Table : main_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4783
inline TAknLayoutScalableParameterLimits listscroll_cale_day_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_cale_day_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_day_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4785
inline TAknWindowComponentLayout popup_toolbar_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_window_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4787
// LAF Table : listscroll_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4788
inline TAknLayoutScalableParameterLimits listscroll_cale_day_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_cale_day_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_day_pane_t1_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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4791
inline TAknLayoutScalableParameterLimits main_cale_month_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cale_month_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4793
inline TAknLayoutScalableParameterLimits popup_toolbar_window_cp03_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar_window_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp03_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 popup_toolbar_window_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_window_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp03)))(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
// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4798
inline TAknLayoutScalableParameterLimits main_image_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_image_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4800
inline TAknWindowComponentLayout main_image_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4802
inline TAknLayoutScalableParameterLimits main_image_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_image_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4804
inline TAknWindowComponentLayout main_image_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4806
inline TAknLayoutScalableTableLimits main_image_pane_g_Limits()		{ return (*(Tmain_image_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4808
inline TAknLayoutScalableParameterLimits main_image_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_image_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4810
inline TAknWindowComponentLayout main_image_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4812
inline TAknLayoutScalableParameterLimits main_image_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_image_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4814
inline TAknLayoutScalableParameterLimits main_image_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_image_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4816
inline TAknTextComponentLayout main_image_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4818
inline TAknLayoutScalableParameterLimits main_image_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_image_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4820
inline TAknTextComponentLayout main_image_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4822
inline TAknLayoutScalableParameterLimits main_image_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_image_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4824
inline TAknTextComponentLayout main_image_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4826
inline TAknLayoutScalableTableLimits main_image_pane_t_Limits()		{ return (*(Tmain_image_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4828
inline TAknLayoutScalableParameterLimits main_image_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_image_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4830
inline TAknTextComponentLayout main_image_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image_pane_t)))(aLineIndex, 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 popup_image_details_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_cp01)))(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
inline TAknLayoutScalableParameterLimits popup_toobar_trans_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toobar_trans_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toobar_trans_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4836
inline TAknWindowComponentLayout popup_toobar_trans_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toobar_trans_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toobar_trans_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4838
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4839
inline TAknLayoutScalableParameterLimits popup_image_details_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4841
inline TAknWindowComponentLayout popup_image_details_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4843
inline TAknWindowComponentLayout popup_image_focus_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4845
// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4846
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout camera2_autofocus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_image_focus_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4851
inline TAknWindowComponentLayout bg_popup_sub_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4853
inline TAknWindowComponentLayout popup_image_focus_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4855
inline TAknWindowComponentLayout popup_image_focus_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4857
inline TAknWindowComponentLayout popup_image_focus_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4859
inline TAknWindowComponentLayout popup_image_focus_window_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4861
inline TAknLayoutScalableTableLimits popup_image_focus_window_g_Limits()		{ return (*(Tpopup_image_focus_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_g_Limits)))(); }
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 popup_image_focus_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_g)))(aLineIndex, 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 TAknTextComponentLayout popup_image_focus_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_t1)))(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 TAknTextComponentLayout popup_image_focus_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_t2)))(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 TAknTextComponentLayout popup_image_focus_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_t3)))(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 TAknLayoutScalableTableLimits popup_image_focus_window_t_Limits()		{ return (*(Tpopup_image_focus_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_image_focus_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_focus_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_focus_window_t)))(aLineIndex, 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
// LAF Table : camera2_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4876
inline TAknWindowComponentLayout camera2_autofocus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4878
// LAF Table : popup_image_details_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4879
inline TAknWindowComponentLayout bg_tb_trans_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp01)))(aVariety, aCol, aRow); }
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 popup_image_details_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g1)))(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
inline TAknWindowComponentLayout popup_image_details_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4885
inline TAknLayoutScalableTableLimits popup_image_details_window_g_Limits()		{ return (*(Tpopup_image_details_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4887
inline TAknWindowComponentLayout popup_image_details_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4889
inline TAknTextComponentLayout popup_image_details_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4891
inline TAknTextComponentLayout popup_image_details_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4893
inline TAknTextComponentLayout popup_image_details_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4895
inline TAknTextComponentLayout popup_image_details_window_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4897
inline TAknTextComponentLayout popup_image_details_window_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4899
inline TAknLayoutScalableTableLimits popup_image_details_window_t_Limits()		{ return (*(Tpopup_image_details_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4901
inline TAknTextComponentLayout popup_image_details_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4903
// LAF Table : calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4904
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4906
inline TAknWindowComponentLayout grid_highlight_pane_cp013(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp013_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp013)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4908
inline TAknLayoutScalableParameterLimits list_calc_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_calc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_pane_ParamLimits)))(aVariety); }
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 scroll_pane_cp024(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp024_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp024)))(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 : calc_display_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4913
inline TAknLayoutScalableParameterLimits bg_calc_display_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_display_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_display_pane_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 TAknLayoutScalableParameterLimits calc_display_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcalc_display_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t1_ParamLimits)))(aVariety); }
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 calc_display_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcalc_display_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t2_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
inline TAknLayoutScalableParameterLimits calc_display_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tcalc_display_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4921
inline TAknLayoutScalableParameterLimits calc_display_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tcalc_display_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_display_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4923
// LAF Table : cell_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4924
inline TAknWindowComponentLayout cell_calc_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_calc_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane_g2)))(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
inline TAknLayoutScalableTableLimits cell_calc_pane_g_Limits()		{ return (*(Tcell_calc_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4928
inline TAknWindowComponentLayout cell_calc_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_calc_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4930
inline TAknTextComponentLayout cell_calc_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_calc_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_calc_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4932
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tgrid_highlight_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4934
inline TAknLayoutScalableParameterLimits toolbar_button_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Ttoolbar_button_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4936
inline TAknWindowComponentLayout toolbar_button_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttoolbar_button_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_toolbar_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4938
// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4939
inline TAknLayoutScalableParameterLimits temp_image_control_pane_ParamLimits(TInt aVariety)		{ return (*(Ttemp_image_control_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_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 temp_image_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttemp_image_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4944
inline TAknWindowComponentLayout main_mp3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : temp_image_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4947
inline TAknLayoutScalableParameterLimits temp_image_control_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Ttemp_image_control_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4949
inline TAknWindowComponentLayout temp_image_control_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttemp_image_control_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits temp_image_control_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Ttemp_image_control_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout temp_image_control_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttemp_image_control_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits temp_image_control_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Ttemp_image_control_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout temp_image_control_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttemp_image_control_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4959
inline TAknLayoutScalableParameterLimits temp_image_control_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Ttemp_image_control_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4961
inline TAknWindowComponentLayout temp_image_control_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttemp_image_control_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4963
inline TAknLayoutScalableTableLimits temp_image_control_pane_g_Limits()		{ return (*(Ttemp_image_control_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4965
inline TAknLayoutScalableParameterLimits temp_image_control_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Ttemp_image_control_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g_ParamLimits)))(aLineIndex, 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 temp_image_control_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttemp_image_control_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_temp_image_control_pane_g)))(aLineIndex, 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
// LAF Table : main_mp3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4970
inline TAknWindowComponentLayout main_mp3_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4972
inline TAknWindowComponentLayout main_mp3_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4974
inline TAknLayoutScalableTableLimits main_mp3_pane_g_Limits()		{ return (*(Tmain_mp3_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4976
inline TAknWindowComponentLayout main_mp3_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4978
inline TAknTextComponentLayout main_mp3_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4980
// LAF Table : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4981
inline TAknLayoutScalableParameterLimits main_camera_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4983
inline TAknWindowComponentLayout main_camera_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4985
// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4986
inline TAknLayoutScalableParameterLimits main_video_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tmain_video_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4988
inline TAknWindowComponentLayout main_video_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4990
// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4991
inline TAknLayoutScalableParameterLimits main_camera2_pane_t7_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera2_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t7_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 TAknTextComponentLayout main_camera2_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera2_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera2_pane_t7)))(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
// LAF Table : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4996
inline TAknLayoutScalableParameterLimits scroll_pane_cp025_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp025_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp025_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4998
inline TAknWindowComponentLayout scroll_pane_cp025(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp025_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp025)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  4999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5000
inline TAknLayoutScalableParameterLimits scroll_pane_cp026_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp026_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp026_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5002
inline TAknWindowComponentLayout scroll_pane_cp026(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp026_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp026)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5004
inline TAknLayoutScalableParameterLimits wml_content_pane_ParamLimits(TInt aVariety)		{ return (*(Twml_content_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wml_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5006
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5007
inline TAknWindowComponentLayout main_touch_calib_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_touch_calib_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5010
inline TAknWindowComponentLayout main_touch_calib_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5012
inline TAknWindowComponentLayout main_touch_calib_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5014
inline TAknWindowComponentLayout main_touch_calib_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g3)))(aVariety, aCol, aRow); }
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 main_touch_calib_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g4)))(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 TAknLayoutScalableTableLimits main_touch_calib_pane_g_Limits()		{ return (*(Tmain_touch_calib_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g_Limits)))(); }
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 main_touch_calib_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g)))(aLineIndex, 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 TAknTextComponentLayout main_touch_calib_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_touch_calib_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t2)))(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 TAknLayoutScalableTableLimits main_touch_calib_pane_t_Limits()		{ return (*(Tmain_touch_calib_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_touch_calib_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t)))(aLineIndex, 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
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5031
inline TAknWindowComponentLayout mup_progress_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5033
inline TAknWindowComponentLayout navi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5035
inline TAknTextComponentLayout navi_pane_mp_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mp_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mp_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5037
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5038
inline TAknLayoutScalableParameterLimits main_mp3_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_ParamLimits)))(aVariety); }
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 : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5041
inline TAknLayoutScalableParameterLimits navi_pane_ParamLimits(TInt aVariety)		{ 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
  5042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5043
// LAF Table : main_mp3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5044
inline TAknLayoutScalableParameterLimits main_mp3_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits main_mp3_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5048
inline TAknLayoutScalableParameterLimits main_mp3_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5050
inline TAknWindowComponentLayout main_mp3_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5052
inline TAknLayoutScalableParameterLimits main_mp3_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp3_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp3_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp3_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp3_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp3_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp3_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g7_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_mp3_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5068
inline TAknLayoutScalableParameterLimits main_mp3_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp3_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5070
inline TAknWindowComponentLayout main_mp3_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5072
inline TAknLayoutScalableParameterLimits main_mp3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mp3_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5074
inline TAknTextComponentLayout main_mp3_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5076
inline TAknTextComponentLayout main_mp3_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5078
inline TAknTextComponentLayout main_mp3_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5080
inline TAknTextComponentLayout main_mp3_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5082
inline TAknLayoutScalableTableLimits main_mp3_pane_t_Limits()		{ return (*(Tmain_mp3_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5084
inline TAknTextComponentLayout main_mp3_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5086
inline TAknWindowComponentLayout mup_progress_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5088
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5089
inline TAknWindowComponentLayout aid_zoom_text_secondary2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_zoom_text_secondary2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_zoom_text_secondary2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5091
// LAF Table : listscroll_cale_event_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5092
inline TAknWindowComponentLayout list_cale_ev2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_ev2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_ev2_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 scroll_pane_cp023_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp023_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp023_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
// LAF Table : list_cale_ev2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5097
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tfield_cale_ev2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5099
inline TAknWindowComponentLayout field_cale_ev2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tfield_cale_ev2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5101
// LAF Table : field_cale_ev2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5102
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g1_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 field_cale_ev2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g1)))(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
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5108
inline TAknWindowComponentLayout field_cale_ev2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5110
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5112
inline TAknWindowComponentLayout field_cale_ev2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g3)))(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 TAknLayoutScalableTableLimits field_cale_ev2_pane_g_Limits()		{ return (*(Tfield_cale_ev2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5118
inline TAknWindowComponentLayout field_cale_ev2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5120
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5122
inline TAknTextComponentLayout field_cale_ev2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_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
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5126
inline TAknTextComponentLayout field_cale_ev2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5128
inline TAknLayoutScalableTableLimits field_cale_ev2_pane_t_Limits()		{ return (*(Tfield_cale_ev2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5130
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5132
inline TAknTextComponentLayout field_cale_ev2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5134
// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5135
inline TAknLayoutScalableParameterLimits main_postcard_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_postcard_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5137
inline TAknWindowComponentLayout main_postcard_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5139
inline TAknLayoutScalableParameterLimits main_postcard_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tmain_postcard_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g6_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 main_postcard_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_postcard_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_postcard_pane_g6)))(aVariety, aCol, aRow); }
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 : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5144
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_ParamLimits)))(aVariety); }
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 camera2_autofocus_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5149
inline TAknWindowComponentLayout main_mup3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5152
inline TAknLayoutScalableParameterLimits main_mup3_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5154
inline TAknWindowComponentLayout main_mup3_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g1)))(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
inline TAknLayoutScalableParameterLimits main_mup3_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5158
inline TAknWindowComponentLayout main_mup3_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5160
inline TAknLayoutScalableParameterLimits main_mup3_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5162
inline TAknWindowComponentLayout main_mup3_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g3)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits main_mup3_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5166
inline TAknWindowComponentLayout main_mup3_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5168
inline TAknLayoutScalableParameterLimits main_mup3_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5170
inline TAknWindowComponentLayout main_mup3_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g5)))(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 TAknLayoutScalableParameterLimits main_mup3_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup3_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup3_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g7_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup3_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g7)))(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 TAknLayoutScalableTableLimits main_mup3_pane_g_Limits()		{ return (*(Tmain_mup3_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mup3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mup3_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_mup3_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g)))(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
inline TAknLayoutScalableParameterLimits main_mup3_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5188
inline TAknTextComponentLayout main_mup3_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5190
inline TAknLayoutScalableParameterLimits main_mup3_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5192
inline TAknTextComponentLayout main_mup3_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5194
inline TAknLayoutScalableParameterLimits main_mup3_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5196
inline TAknTextComponentLayout main_mup3_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup3_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t5_ParamLimits)))(aVariety); }
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 main_mup3_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t5)))(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 TAknLayoutScalableParameterLimits main_mup3_pane_t6_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t6_ParamLimits)))(aVariety); }
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 main_mup3_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t6)))(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 TAknLayoutScalableTableLimits main_mup3_pane_t_Limits()		{ return (*(Tmain_mup3_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mup3_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mup3_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout main_mup3_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5212
inline TAknLayoutScalableParameterLimits mup3_progress_pane_ParamLimits(TInt aVariety)		{ return (*(Tmup3_progress_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5214
inline TAknWindowComponentLayout mup3_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_progress_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5216
inline TAknLayoutScalableParameterLimits popup_mup3_control_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_mup3_control_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup3_control_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5218
inline TAknWindowComponentLayout popup_mup3_control_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup3_control_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup3_control_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5220
inline TAknWindowComponentLayout popup_mup3_text_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup3_text_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup3_text_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5222
// LAF Table : mup3_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5223
inline TAknTextComponentLayout mup3_progress_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_progress_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t1)))(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
inline TAknTextComponentLayout mup3_progress_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_progress_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5227
inline TAknTextComponentLayout mup3_progress_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_progress_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5229
inline TAknLayoutScalableTableLimits mup3_progress_pane_t_Limits()		{ return (*(Tmup3_progress_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t_Limits)))(); }
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 mup3_progress_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_progress_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t)))(aLineIndex, 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
inline TAknWindowComponentLayout mup_progress_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5235
// LAF Table : popup_mup3_control_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5236
inline TAknWindowComponentLayout bg_tb_trans_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp04)))(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
inline TAknWindowComponentLayout mup3_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_volume_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5240
inline TAknWindowComponentLayout popup_mup3_control_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup3_control_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup3_control_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5242
// LAF Table : mup3_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5243
inline TAknWindowComponentLayout mup3_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_volume_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5245
inline TAknWindowComponentLayout mup3_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_volume_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5247
inline TAknWindowComponentLayout mup3_volume_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_volume_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_volume_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5249
inline TAknLayoutScalableTableLimits mup3_volume_pane_g_Limits()		{ return (*(Tmup3_volume_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5251
inline TAknWindowComponentLayout mup3_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_volume_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5253
// LAF Table : popup_mup3_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5254
inline TAknWindowComponentLayout bg_tb_trans_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp03)))(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 TAknWindowComponentLayout popup_mup3_text_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup3_text_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup3_text_window_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_mup3_text_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mup3_text_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup3_text_window_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : list_calc_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5261
inline TAknLayoutScalableParameterLimits list_calc_item_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_calc_item_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_calc_item_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5263
// LAF Table : mup_volume_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5264
inline TAknWindowComponentLayout mup_volume_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_volume_pane_cp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_volume_pane_cp_g1)))(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 : main_touch_calib_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5267
inline TAknTextComponentLayout main_touch_calib_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t3)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_touch_calib_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t4)))(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 TAknTextComponentLayout main_touch_calib_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t5)))(aVariety, aCol, aRow); }
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
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5274
inline TAknWindowComponentLayout aid_cell_size_toolbar2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cell_size_toolbar2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cell_size_toolbar2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5276
inline TAknWindowComponentLayout aid_popup3_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_popup3_width_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_popup3_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5278
inline TAknWindowComponentLayout aid_zoom_text_msg_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_zoom_text_msg_primary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_zoom_text_msg_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5280
// LAF Table : main_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5281
inline TAknTextComponentLayout vorec_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvorec_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vorec_t7)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5284
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5286
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5288
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5290
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5292
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5294
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5296
inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g7_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 TAknLayoutScalableParameterLimits bg_calc_paper_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g8_ParamLimits)))(aVariety); }
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 bg_calc_paper_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tbg_calc_paper_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_calc_paper_pane_g_ParamLimits)))(aLineIndex, 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 TAknLayoutScalableParameterLimits calc_bg_paper_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tcalc_bg_paper_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calc_bg_paper_pane_g9_ParamLimits)))(aVariety); }
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
// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5305
inline TAknLayoutScalableParameterLimits image_qvga_pane_ParamLimits(TInt aVariety)		{ return (*(Timage_qvga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_qvga_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5307
inline TAknWindowComponentLayout image_qvga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage_qvga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image_qvga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5309
// LAF Table : popup_mup_playback_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5310
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp04_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp04_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 TAknLayoutScalableParameterLimits popup_mup_playback_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_mup_playback_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_g1_ParamLimits)))(aVariety); }
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 popup_mup_playback_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_mup_playback_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t1_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 TAknLayoutScalableParameterLimits popup_mup_playback_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_mup_playback_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t2_ParamLimits)))(aVariety); }
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 popup_mup_playback_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_mup_playback_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mup_playback_window_t_ParamLimits)))(aLineIndex, 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
// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5321
inline TAknLayoutScalableParameterLimits main_mup2_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup2_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5323
inline TAknWindowComponentLayout main_mup2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5325
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5326
inline TAknWindowComponentLayout popup_toolbar_window_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar_window_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp04)))(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
// LAF Table : popup_call2_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5329
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_second_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5331
inline TAknWindowComponentLayout popup_call2_audio_second_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5333
// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5334
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_first_window_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5336
inline TAknWindowComponentLayout popup_call2_audio_first_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5338
// LAF Table : popup_call2_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5339
inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_in_window_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_in_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_in_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_in_window_g4)))(aVariety, aCol, aRow); }
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
// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5344
inline TAknLayoutScalableParameterLimits aid_area_sk_bg_cut_ParamLimits(TInt aVariety)		{ return (*(Taid_area_sk_bg_cut_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_sk_bg_cut_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5346
inline TAknWindowComponentLayout aid_area_sk_bg_cut(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_area_sk_bg_cut_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_sk_bg_cut)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5348
inline TAknLayoutScalableParameterLimits aid_area_sk_bg_cut_2_ParamLimits(TInt aVariety)		{ return (*(Taid_area_sk_bg_cut_2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_sk_bg_cut_2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5350
inline TAknWindowComponentLayout aid_area_sk_bg_cut_2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_area_sk_bg_cut_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_sk_bg_cut_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5352
// LAF Table : cell_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5353
inline TAknWindowComponentLayout aid_placing_details_win(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_placing_details_win_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_details_win)))(aVariety, aCol, aRow); }
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 aid_placing_details_win_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_placing_details_win_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_details_win_2)))(aVariety, aCol, aRow); }
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
// LAF Table : camera2_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5358
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5360
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5361
inline TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fixed_preview_cale_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_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 popup_fixed_preview_cale_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fixed_preview_cale_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window)))(aVariety, aCol, aRow); }
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
// LAF Table : navi_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5366
inline TAknWindowComponentLayout navi_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5368
inline TAknWindowComponentLayout navi_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5370
inline TAknWindowComponentLayout navi_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5372
inline TAknWindowComponentLayout navi_slider_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5374
inline TAknWindowComponentLayout navi_slider_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_slider_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_slider_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5376
// LAF Table : mup_scale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5377
inline TAknWindowComponentLayout mup_scale_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g3)))(aVariety, aCol, aRow); }
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 mup_scale_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g4)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout mup_scale_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g5)))(aVariety, aCol, aRow); }
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 mup_scale_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g6)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout mup_scale_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_scale_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_scale_pane_g7)))(aVariety, aCol, aRow); }
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
// LAF Table : cams2_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5388
inline TAknWindowComponentLayout cams2_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5390
inline TAknWindowComponentLayout cams2_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5392
inline TAknWindowComponentLayout cams2_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5394
inline TAknWindowComponentLayout cams2_slider_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g6)))(aVariety, aCol, aRow); }
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 cams2_slider_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams2_slider_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams2_slider_pane_g7)))(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
// LAF Table : camera2_autofocus_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5399
inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5401
// LAF Table : popup_fixed_preview_cale_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5402
inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp02_ParamLimits(TInt aVariety)		{ 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
  5403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5404
inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp02(TInt aVariety, 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
  5405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5406
inline TAknLayoutScalableParameterLimits list_fp_cale_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_fp_cale_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_fp_cale_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_fp_cale_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_fp_cale_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_fp_cale_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fixed_preview_cale_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_fixed_preview_cale_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fixed_preview_cale_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fixed_preview_cale_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_fixed_preview_cale_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fixed_preview_cale_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_fixed_preview_cale_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_fixed_preview_cale_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fixed_preview_cale_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_fixed_preview_cale_window_t_Limits()		{ return (*(Tpopup_fixed_preview_cale_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_fixed_preview_cale_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout popup_fixed_preview_cale_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_fixed_preview_cale_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fixed_preview_cale_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5428
// LAF Table : list_fp_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5429
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_fp_cale_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_fp_cale_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_fp_cale_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_single_fp_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5434
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5436
inline TAknWindowComponentLayout list_single_fp_cale_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5438
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5440
inline TAknWindowComponentLayout list_single_fp_cale_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5442
inline TAknLayoutScalableTableLimits list_single_fp_cale_pane_g_Limits()		{ return (*(Tlist_single_fp_cale_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5444
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5446
inline TAknWindowComponentLayout list_single_fp_cale_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5448
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5450
inline TAknTextComponentLayout list_single_fp_cale_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5452
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5454
inline TAknTextComponentLayout list_single_fp_cale_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5456
inline TAknLayoutScalableTableLimits list_single_fp_cale_pane_t_Limits()		{ return (*(Tlist_single_fp_cale_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5458
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5460
inline TAknTextComponentLayout list_single_fp_cale_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// Generic API
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5463
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
  5464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5465
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
  5466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5467
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
  5468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5469
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
  5470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5471
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5472
inline TAknWindowComponentLayout main_dialer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_dialer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_dialer_pane)))(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
// LAF Table : main_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5475
inline TAknWindowComponentLayout aid_cell_size_keypad(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cell_size_keypad_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cell_size_keypad)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5477
inline TAknWindowComponentLayout dialer_ne_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5479
inline TAknWindowComponentLayout grid_dialer_command_1_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_dialer_command_1_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_dialer_command_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5481
inline TAknWindowComponentLayout grid_dialer_command_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_dialer_command_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_dialer_command_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5483
inline TAknWindowComponentLayout grid_dialer_keypad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_dialer_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_dialer_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5485
// LAF Table : dialer_ne_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5486
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_call_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp06_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp06)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits dialer_ne_clear_pane_ParamLimits(TInt aVariety)		{ return (*(Tdialer_ne_clear_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_clear_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout dialer_ne_clear_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_clear_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_clear_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5494
inline TAknWindowComponentLayout dialer_ne_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5496
inline TAknLayoutScalableParameterLimits dialer_ne_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tdialer_ne_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5498
inline TAknTextComponentLayout dialer_ne_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5500
inline TAknLayoutScalableParameterLimits dialer_ne_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tdialer_ne_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5502
inline TAknTextComponentLayout dialer_ne_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5504
inline TAknLayoutScalableParameterLimits dialer_ne_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tdialer_ne_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5506
inline TAknTextComponentLayout dialer_ne_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5508
inline TAknLayoutScalableTableLimits dialer_ne_pane_t_Limits()		{ return (*(Tdialer_ne_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5510
inline TAknLayoutScalableParameterLimits dialer_ne_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tdialer_ne_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5512
inline TAknTextComponentLayout dialer_ne_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5514
inline TAknLayoutScalableParameterLimits dialer_ne_pane_t3_copy1_ParamLimits(TInt aVariety)		{ return (*(Tdialer_ne_pane_t3_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5516
inline TAknTextComponentLayout dialer_ne_pane_t3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_pane_t3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_pane_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5518
// LAF Table : grid_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5519
inline TAknLayoutScalableParameterLimits cell_dialer_keypad_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_dialer_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_keypad_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_dialer_keypad_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_dialer_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_keypad_pane)))(aCol, aRow, 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
// LAF Table : grid_dialer_command_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5524
inline TAknLayoutScalableParameterLimits cell_dialer_command_1_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer_command_1_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5526
inline TAknWindowComponentLayout cell_dialer_command_1_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tcell_dialer_command_1_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_1_pane)))(aVariety, aRow, aCol); }
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
// LAF Table : grid_dialer_command_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5529
inline TAknLayoutScalableParameterLimits cell_dialer_command_2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_dialer_command_2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5531
inline TAknWindowComponentLayout cell_dialer_command_2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tcell_dialer_command_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5533
// LAF Table : cell_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5534
inline TAknLayoutScalableParameterLimits bg_button_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp02_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_button_pane_cp02(TInt aVariety, 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
  5537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5538
inline TAknLayoutScalableParameterLimits cell_dialer_keypad_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer_keypad_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_keypad_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_dialer_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer_keypad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_keypad_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_dialer_command_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5543
inline TAknLayoutScalableParameterLimits bg_button_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5545
inline TAknWindowComponentLayout bg_button_pane_cp03(TInt aVariety, 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
  5546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5547
inline TAknLayoutScalableParameterLimits cell_dialer_command_1_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer_command_1_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_1_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_dialer_command_1_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer_command_1_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_1_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_dialer_command_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5552
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
  5553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5554
inline TAknWindowComponentLayout cell_dialer_command_2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer_command_2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer_command_2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5556
// LAF Table : dialer_ne_clear_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5557
inline TAknWindowComponentLayout bg_button_pane_cp06(TInt aVariety = 0, 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
  5558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5559
inline TAknWindowComponentLayout dialer_ne_clear_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer_ne_clear_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer_ne_clear_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5562
inline TAknWindowComponentLayout navi_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5564
inline TAknWindowComponentLayout navi_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5566
inline TAknLayoutScalableTableLimits navi_pane_g_Limits()		{ return (*(Tnavi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5568
inline TAknWindowComponentLayout navi_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 navi_pane_mv_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mv_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mv_g2)))(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 TAknWindowComponentLayout navi_pane_mv_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mv_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mv_g5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout navi_pane_mv_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mv_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mv_t1)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5577
inline TAknWindowComponentLayout main_clock2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5579
// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5580
inline TAknLayoutScalableParameterLimits main_clock2_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_list_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_clock2_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_list_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_clock2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_clock2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_clock2_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_clock2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_clock2_pane_t_Limits()		{ return (*(Tmain_clock2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t_Limits)))(); }
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 main_clock2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_clock2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t_ParamLimits)))(aLineIndex, 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 main_clock2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t)))(aLineIndex, 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 TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp03_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp03_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_clock_analogue_window_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp03)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_clock_digital_window_cp02_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_digital_window_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_cp02_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_clock_digital_window_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_window_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5606
// LAF Table : main_clock2_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5607
inline TAknLayoutScalableParameterLimits main_clock2_list_single_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_list_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_list_single_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_clock2_list_single_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tmain_clock2_list_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_list_single_pane)))(aVariety, aRow, aCol); }
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
// LAF Table : main_clock2_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5612
inline TAknWindowComponentLayout list_highlight_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5614
inline TAknTextComponentLayout main_clock2_list_single_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_list_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5616
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5617
inline TAknLayoutScalableParameterLimits popup_toolbar_window_cp04_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar_window_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar_window_cp04_ParamLimits)))(aVariety); }
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
// LAF Table : camera2_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5620
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5622
inline TAknWindowComponentLayout camera2_autofocus_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5624
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5626
inline TAknWindowComponentLayout camera2_autofocus_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5628
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5630
inline TAknWindowComponentLayout camera2_autofocus_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5632
inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5634
inline TAknWindowComponentLayout camera2_autofocus_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits camera2_autofocus_pane_g_Limits()		{ return (*(Tcamera2_autofocus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g_Limits)))(); }
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 camera2_autofocus_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcamera2_autofocus_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g_ParamLimits)))(aLineIndex, 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 camera2_autofocus_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_g)))(aLineIndex, 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
// LAF Table : camera2_autofocus_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5643
inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5645
inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5647
inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5649
inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5651
inline TAknLayoutScalableTableLimits camera2_autofocus_pane_cp_g_Limits()		{ return (*(Tcamera2_autofocus_pane_cp_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5653
inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcamera2_autofocus_pane_cp_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_camera2_autofocus_pane_cp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5655
// LAF Table : main_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5656
inline TAknWindowComponentLayout popup_dialer_spcha_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_dialer_spcha_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_dialer_spcha_window)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_dialer_spcha_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5659
inline TAknWindowComponentLayout bg_popup_sub_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5661
inline TAknWindowComponentLayout list_spcha_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_spcha_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_spcha_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5663
// LAF Table : list_spcha_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5664
inline TAknLayoutScalableParameterLimits list_single_spcha_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_spcha_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_spcha_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_single_spcha_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_spcha_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_spcha_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5668
// LAF Table : list_single_spcha_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5669
inline TAknWindowComponentLayout list_highlight_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp06)))(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 TAknTextComponentLayout list_single_spcha_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_spcha_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_spcha_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_call2_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5674
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_out_window_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5676
inline TAknWindowComponentLayout popup_call2_audio_out_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5678
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5679
inline TAknWindowComponentLayout main_imed2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_imed2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_imed2_pane)))(aVariety, aCol, aRow); }
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 popup_imed_adjust2_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_adjust2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window)))(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 TAknLayoutScalableParameterLimits popup_imed_trans_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_imed_trans_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_trans_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_imed_trans_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_trans_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_trans_window)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5688
inline TAknTextComponentLayout popup_blid_sat_info2_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5690
inline TAknTextComponentLayout popup_blid_sat_info2_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5692
inline TAknLayoutScalableTableLimits popup_blid_sat_info2_window_t_Limits()		{ return (*(Tpopup_blid_sat_info2_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5694
inline TAknTextComponentLayout popup_blid_sat_info2_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5696
// LAF Table : popup_imed_trans_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5697
inline TAknWindowComponentLayout aid_size_cell_colour_35(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_colour_35_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_35)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout aid_size_cell_colour_112(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_colour_112_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_112)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout aid_size_cell_effect(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_effect_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_effect)))(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
inline TAknWindowComponentLayout bg_tb_trans_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5705
inline TAknWindowComponentLayout heading_imed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_imed_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_imed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5707
inline TAknWindowComponentLayout listscroll_imed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_imed_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_imed_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5709
// LAF Table : heading_imed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5710
inline TAknWindowComponentLayout heading_imed_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_imed_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_imed_pane_g1)))(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 TAknTextComponentLayout heading_imed_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_imed_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_imed_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : listscroll_imed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5715
inline TAknLayoutScalableParameterLimits grid_imed_colour_35_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_imed_colour_35_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_imed_colour_35_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5717
inline TAknWindowComponentLayout grid_imed_colour_35_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_imed_colour_35_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_imed_colour_35_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5719
inline TAknWindowComponentLayout grid_imed_effect_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_imed_effect_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_imed_effect_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5721
inline TAknWindowComponentLayout list_imed_aspect_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_imed_aspect_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_imed_aspect_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5723
inline TAknLayoutScalableParameterLimits scroll_pane_cp027_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp027_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp027_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5725
inline TAknWindowComponentLayout scroll_pane_cp027(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp027_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp027)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5727
// LAF Table : grid_imed_effect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5728
inline TAknLayoutScalableParameterLimits cell_imed_effect_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_imed_effect_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_effect_pane_ParamLimits)))(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 TAknWindowComponentLayout cell_imed_effect_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_imed_effect_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_effect_pane)))(aCol, aRow, aVariety); }
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 : grid_imed_colour_35_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5733
inline TAknLayoutScalableParameterLimits cell_imed_colour_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_imed_colour_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_colour_pane_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 cell_imed_colour_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_imed_colour_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_colour_pane)))(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
// LAF Table : cell_imed_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5738
inline TAknLayoutScalableParameterLimits cell_imed_colour_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_imed_colour_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_colour_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5740
inline TAknWindowComponentLayout cell_imed_colour_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_colour_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_colour_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5742
inline TAknLayoutScalableParameterLimits hgihlgiht_grid_pane_cp016_ParamLimits(TInt aVariety)		{ return (*(Thgihlgiht_grid_pane_cp016_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hgihlgiht_grid_pane_cp016_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5744
inline TAknWindowComponentLayout hgihlgiht_grid_pane_cp016(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thgihlgiht_grid_pane_cp016_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hgihlgiht_grid_pane_cp016)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5746
// LAF Table : cell_imed_effect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5747
inline TAknWindowComponentLayout cell_imed_effect_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_effect_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_effect_pane_g1)))(aVariety, aCol, aRow); }
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 grid_highlight_pane_cp017(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp017_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp017)))(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
// LAF Table : list_imed_aspect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5752
inline TAknLayoutScalableParameterLimits list_imed_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_imed_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_imed_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5754
inline TAknWindowComponentLayout list_imed_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_imed_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_imed_single_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5756
// LAF Table : list_imed_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5757
inline TAknWindowComponentLayout list_highlight_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp07)))(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 TAknTextComponentLayout list_imed_aspect_pane_comp1_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_imed_aspect_pane_comp1_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_imed_aspect_pane_comp1_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_imed_adjust2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5762
inline TAknWindowComponentLayout bg_tb_trans_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5764
inline TAknWindowComponentLayout popup_imed_adjust2_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_adjust2_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5766
inline TAknTextComponentLayout popup_imed_adjust2_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_adjust2_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_t1)))(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 TAknWindowComponentLayout slider_imed_adjust_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_imed_adjust_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : slider_imed_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5771
inline TAknWindowComponentLayout slider_imed_adjust_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_imed_adjust_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5773
inline TAknWindowComponentLayout slider_imed_adjust_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_imed_adjust_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5775
inline TAknWindowComponentLayout slider_imed_adjust_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_imed_adjust_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5777
inline TAknWindowComponentLayout slider_imed_adjust_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_imed_adjust_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5779
inline TAknLayoutScalableTableLimits slider_imed_adjust_pane_g_Limits()		{ return (*(Tslider_imed_adjust_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5781
inline TAknWindowComponentLayout slider_imed_adjust_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tslider_imed_adjust_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g)))(aLineIndex, 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
// LAF Table : main_imed2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5784
inline TAknWindowComponentLayout aid_size_cell_clipart2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_clipart2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_clipart2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5786
inline TAknWindowComponentLayout grid_imed_clipart_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_imed_clipart_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_imed_clipart_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5788
inline TAknWindowComponentLayout scroll_pane_cp031(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp031_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp031)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5790
// LAF Table : grid_imed_clipart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5791
inline TAknLayoutScalableParameterLimits cell_imed_clipart_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_imed_clipart_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_clipart_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5793
inline TAknWindowComponentLayout cell_imed_clipart_pane(TInt aCol, TInt aRow, TInt aVariety = 0)		{ return (*(Tcell_imed_clipart_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_clipart_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5795
// LAF Table : cell_imed_clipart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5796
inline TAknWindowComponentLayout cell_imed_clipart_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_clipart_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_clipart_pane_g1)))(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 TAknWindowComponentLayout grid_highlight_pane_cp014(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp014_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp014)))(aVariety, aCol, aRow); }
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
// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5801
inline TAknLayoutScalableParameterLimits main_clock2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5803
inline TAknWindowComponentLayout main_clock2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_clock_analogue_window_cp03
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5806
inline TAknWindowComponentLayout aid_call2_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_call2_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call2_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5808
inline TAknWindowComponentLayout aid_call_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_call_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call_pane_cp10)))(aVariety, aCol, aRow); }
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 popup_clock_analogue_window_cp10_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g1)))(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
inline TAknWindowComponentLayout popup_clock_analogue_window_cp10_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5814
inline TAknWindowComponentLayout popup_clock_analogue_window_cp10_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5816
inline TAknWindowComponentLayout popup_clock_analogue_window_cp10_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5818
inline TAknWindowComponentLayout popup_clock_analogue_window_cp10_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g5)))(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
inline TAknLayoutScalableTableLimits popup_clock_analogue_window_cp10_g_Limits()		{ return (*(Tpopup_clock_analogue_window_cp10_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5822
inline TAknWindowComponentLayout popup_clock_analogue_window_cp10_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5824
inline TAknTextComponentLayout popup_clock_analogue_window_cp10_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_analogue_window_cp10_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5826
// LAF Table : popup_clock_digital_window_cp02
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5827
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Tclock_digital_number_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5829
inline TAknWindowComponentLayout clock_digital_number_pane_cp10(TInt aVariety, 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
  5830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5831
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp11_ParamLimits(TInt aVariety)		{ return (*(Tclock_digital_number_pane_cp11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5833
inline TAknWindowComponentLayout clock_digital_number_pane_cp11(TInt aVariety, 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
  5834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5835
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp12_ParamLimits(TInt aVariety)		{ return (*(Tclock_digital_number_pane_cp12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp12_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 clock_digital_number_pane_cp12(TInt aVariety, 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
  5838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5839
inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp13_ParamLimits(TInt aVariety)		{ return (*(Tclock_digital_number_pane_cp13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_number_pane_cp13_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
inline TAknWindowComponentLayout clock_digital_number_pane_cp13(TInt aVariety, 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
  5842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5843
inline TAknLayoutScalableParameterLimits clock_digital_separator_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Tclock_digital_separator_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5845
inline TAknWindowComponentLayout clock_digital_separator_pane_cp10(TInt aVariety, 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
  5846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5847
inline TAknLayoutScalableParameterLimits popup_clock_digital_window_cp02_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_digital_window_cp02_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_cp02_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5849
inline TAknTextComponentLayout popup_clock_digital_window_cp02_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_clock_digital_window_cp02_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_digital_window_cp02_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5851
// LAF Table : clock_digital_number_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5852
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
  5853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5854
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
  5855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5856
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
  5857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5858
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
  5859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5860
// LAF Table : clock_digital_separator_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5861
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
  5862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5863
inline TAknWindowComponentLayout clock_digital_separator_pane_g2_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tclock_digital_separator_pane_g2_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_clock_digital_separator_pane_g2_cp10)))(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 : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5866
inline TAknWindowComponentLayout navi_pane_vded_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_vded_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_vded_g4)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout navi_pane_vded_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_vded_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_vded_g5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout navi_pane_vded_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_vded_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_vded_t1)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5873
inline TAknWindowComponentLayout main_vded_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_vded_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5876
inline TAknWindowComponentLayout main_vded_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5878
inline TAknWindowComponentLayout main_vded_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_g2)))(aVariety, aCol, aRow); }
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 main_vded_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_g3)))(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 TAknLayoutScalableTableLimits main_vded_pane_g_Limits()		{ return (*(Tmain_vded_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_g_Limits)))(); }
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 main_vded_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_g)))(aLineIndex, 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
inline TAknTextComponentLayout main_vded_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5888
inline TAknTextComponentLayout main_vded_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5890
inline TAknLayoutScalableTableLimits main_vded_pane_t_Limits()		{ return (*(Tmain_vded_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5892
inline TAknTextComponentLayout main_vded_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5894
inline TAknWindowComponentLayout vded_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5896
inline TAknWindowComponentLayout vded_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_video_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_video_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : vded_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5899
inline TAknWindowComponentLayout vded_video_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_video_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_video_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5901
inline TAknWindowComponentLayout vded_video_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_video_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_video_pane_g2)))(aVariety, aCol, aRow); }
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 vded_video_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_video_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_video_pane_g3)))(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
inline TAknLayoutScalableTableLimits vded_video_pane_g_Limits()		{ return (*(Tvded_video_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_video_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5907
inline TAknWindowComponentLayout vded_video_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_video_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_video_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5909
// LAF Table : vded_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5910
inline TAknWindowComponentLayout vded_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5912
inline TAknWindowComponentLayout vded_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g2)))(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 TAknWindowComponentLayout vded_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g3)))(aVariety, aCol, aRow); }
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 vded_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g4)))(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 TAknWindowComponentLayout vded_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vded_slider_pane_g_Limits()		{ return (*(Tvded_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g_Limits)))(); }
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 TAknWindowComponentLayout vded_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5925
inline TAknLayoutScalableParameterLimits mup3_rocker_pane_ParamLimits(TInt aVariety)		{ return (*(Tmup3_rocker_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5927
inline TAknWindowComponentLayout mup3_rocker_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_rocker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5929
// LAF Table : mup3_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5930
inline TAknWindowComponentLayout mup3_control_keys_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_control_keys_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g1)))(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
inline TAknWindowComponentLayout mup3_control_keys_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_control_keys_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5934
inline TAknWindowComponentLayout mup3_control_keys_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_control_keys_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5936
inline TAknWindowComponentLayout mup3_control_keys_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_control_keys_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5938
inline TAknLayoutScalableTableLimits mup3_control_keys_pane_g_Limits()		{ return (*(Tmup3_control_keys_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g_Limits)))(); }
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 mup3_control_keys_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_control_keys_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g)))(aLineIndex, 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
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5943
inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_cp01_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar2_fixed_window_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5945
inline TAknWindowComponentLayout popup_toolbar2_fixed_window_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar2_fixed_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_cp01)))(aVariety, aCol, aRow); }
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
// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5948
inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_cp02_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar2_fixed_window_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5950
inline TAknWindowComponentLayout popup_toolbar2_fixed_window_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar2_fixed_window_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_cp02)))(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
// LAF Table : popup_call2_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5953
inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_second_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5955
inline TAknTextComponentLayout popup_call2_audio_second_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_second_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_second_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5957
// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5958
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t6_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_first_window_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5960
inline TAknTextComponentLayout popup_call2_audio_first_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5962
// LAF Table : popup_call2_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5963
inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t6_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_out_window_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_out_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_out_window_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_out_window_t6)))(aVariety, aCol, aRow); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5968
inline TAknWindowComponentLayout main_vitu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vitu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vitu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5970
// LAF Table : main_vitu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5971
inline TAknLayoutScalableParameterLimits aid_size_cell_itu_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_itu_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_itu_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5973
inline TAknWindowComponentLayout aid_size_cell_itu(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_itu_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_itu)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5975
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5977
inline TAknWindowComponentLayout bg_popup_window_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5979
inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5981
inline TAknWindowComponentLayout field_vitu_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane)))(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 TAknLayoutScalableParameterLimits grid_vitu_function_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_vitu_function_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu_function_pane_ParamLimits)))(aVariety); }
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 grid_vitu_function_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vitu_function_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu_function_pane)))(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 TAknLayoutScalableParameterLimits grid_vitu_itu_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_vitu_itu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu_itu_pane_ParamLimits)))(aVariety); }
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 grid_vitu_itu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vitu_itu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu_itu_pane)))(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
// LAF Table : grid_vitu_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5992
inline TAknLayoutScalableParameterLimits cell_vitu_itu_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu_itu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5994
inline TAknWindowComponentLayout cell_vitu_itu_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vitu_itu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5996
// LAF Table : grid_vitu_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  5997
inline TAknLayoutScalableParameterLimits cell_vitu_function_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu_function_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_function_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_vitu_function_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vitu_function_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_function_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6001
// LAF Table : field_vitu_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6002
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp08_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_sub_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp08)))(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 TAknLayoutScalableParameterLimits field_vitu_entry_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout field_vitu_entry_pane_t1(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tfield_vitu_entry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t1)))(aVariety, aRow, aCol); }
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 TAknLayoutScalableParameterLimits field_vitu_entry_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout field_vitu_entry_pane_t2(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tfield_vitu_entry_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t2)))(aVariety, aRow, aCol); }
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
inline TAknLayoutScalableTableLimits field_vitu_entry_pane_t_Limits()		{ return (*(Tfield_vitu_entry_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6016
inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6018
inline TAknTextComponentLayout field_vitu_entry_pane_t(TInt aLineIndex, TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tfield_vitu_entry_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_t)))(aLineIndex, aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6020
// LAF Table : cell_vitu_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6021
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
  6022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6023
inline TAknWindowComponentLayout bg_button_pane_cp05(TInt aVariety, 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
  6024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6025
inline TAknWindowComponentLayout cell_vitu_itu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu_itu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_g1)))(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 TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu_itu_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_vitu_itu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu_itu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t1)))(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 TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu_itu_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_vitu_itu_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu_itu_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t2)))(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 cell_vitu_itu_pane_t_Limits()		{ return (*(Tcell_vitu_itu_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t_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 TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_vitu_itu_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout cell_vitu_itu_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu_itu_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6041
// LAF Table : cell_vitu_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6042
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
  6043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6044
inline TAknWindowComponentLayout cell_vitu_function_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu_function_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_function_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6046
// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6047
inline TAknWindowComponentLayout main_calc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calc_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6050
inline TAknWindowComponentLayout aid_visual_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_visual_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_visual_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6052
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6053
inline TAknWindowComponentLayout main_vradio_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane)))(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
// LAF Table : main_vradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6056
inline TAknLayoutScalableParameterLimits main_vradio_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_vradio_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6058
inline TAknWindowComponentLayout main_vradio_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6060
inline TAknLayoutScalableParameterLimits main_vradio_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_vradio_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6062
inline TAknWindowComponentLayout main_vradio_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6064
inline TAknLayoutScalableTableLimits main_vradio_pane_g_Limits()		{ return (*(Tmain_vradio_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6066
inline TAknLayoutScalableParameterLimits main_vradio_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_vradio_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6068
inline TAknWindowComponentLayout main_vradio_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6070
inline TAknLayoutScalableParameterLimits main_vradio_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_vradio_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6072
inline TAknTextComponentLayout main_vradio_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6074
inline TAknLayoutScalableParameterLimits main_vradio_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_vradio_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6076
inline TAknTextComponentLayout main_vradio_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6078
inline TAknLayoutScalableParameterLimits main_vradio_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_vradio_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6080
inline TAknTextComponentLayout main_vradio_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6082
inline TAknLayoutScalableTableLimits main_vradio_pane_t_Limits()		{ return (*(Tmain_vradio_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6084
inline TAknLayoutScalableParameterLimits main_vradio_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_vradio_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6086
inline TAknTextComponentLayout main_vradio_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vradio_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vradio_pane_t)))(aLineIndex, 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 TAknLayoutScalableParameterLimits vradio_rocker_control_pane_ParamLimits(TInt aVariety)		{ return (*(Tvradio_rocker_control_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout vradio_rocker_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6092
inline TAknLayoutScalableParameterLimits vradio_station_info_pane_ParamLimits(TInt aVariety)		{ return (*(Tvradio_station_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6094
inline TAknWindowComponentLayout vradio_station_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_station_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6096
// LAF Table : vradio_station_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6097
inline TAknLayoutScalableParameterLimits vradio_frequency_info_pane_ParamLimits(TInt aVariety)		{ return (*(Tvradio_frequency_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_frequency_info_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout vradio_frequency_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_frequency_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_frequency_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6101
inline TAknWindowComponentLayout vradio_station_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_station_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6103
inline TAknLayoutScalableParameterLimits vradio_station_info_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvradio_station_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6105
inline TAknTextComponentLayout vradio_station_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_station_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6107
inline TAknLayoutScalableParameterLimits vradio_station_info_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tvradio_station_info_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6109
inline TAknTextComponentLayout vradio_station_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_station_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6111
inline TAknLayoutScalableTableLimits vradio_station_info_pane_t_Limits()		{ return (*(Tvradio_station_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6113
inline TAknLayoutScalableParameterLimits vradio_station_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvradio_station_info_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6115
inline TAknTextComponentLayout vradio_station_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_station_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_station_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6117
inline TAknWindowComponentLayout vradio_tuning_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_tuning_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_tuning_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6119
// LAF Table : vradio_rocker_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6120
inline TAknWindowComponentLayout vradio_rocker_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g1)))(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
inline TAknWindowComponentLayout vradio_rocker_control_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6124
inline TAknWindowComponentLayout vradio_rocker_control_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6126
inline TAknWindowComponentLayout vradio_rocker_control_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6128
inline TAknWindowComponentLayout vradio_rocker_control_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g5)))(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 TAknLayoutScalableTableLimits vradio_rocker_control_pane_g_Limits()		{ return (*(Tvradio_rocker_control_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g_Limits)))(); }
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 TAknWindowComponentLayout vradio_rocker_control_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_rocker_control_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_rocker_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : vradio_frequency_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6135
inline TAknWindowComponentLayout vradio_frequency_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_frequency_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_frequency_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6137
inline TAknLayoutScalableParameterLimits vradio_frequency_info_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvradio_frequency_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_frequency_info_pane_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 vradio_frequency_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_frequency_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_frequency_info_pane_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
// LAF Table : vradio_tuning_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6142
inline TAknWindowComponentLayout vradio_tuning_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_tuning_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_tuning_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6144
inline TAknTextComponentLayout vradio_tuning_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvradio_tuning_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vradio_tuning_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6146
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6147
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
  6148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6149
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
  6150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6151
// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6152
inline TAknWindowComponentLayout status_small_pane_g1(TInt aVariety = 0, 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
  6153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6154
inline TAknWindowComponentLayout status_small_pane_g2(TInt aVariety = 0, 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
  6155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6156
inline TAknWindowComponentLayout status_small_pane_g3(TInt aVariety = 0, 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
  6157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6158
inline TAknWindowComponentLayout status_small_pane_g4(TInt aVariety = 0, 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
  6159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6160
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
  6161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6162
inline TAknWindowComponentLayout status_small_pane_g(TInt aLineIndex, TInt aVariety = 0, 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
  6163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6164
inline TAknTextComponentLayout status_small_pane_t1(TInt aVariety = 0, 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
  6165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6166
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6167
inline TAknWindowComponentLayout main_video3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_video3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6170
inline TAknWindowComponentLayout cams_zoom_vslider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_vslider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_vslider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6172
inline TAknLayoutScalableParameterLimits image3_wide_pane_ParamLimits(TInt aVariety)		{ return (*(Timage3_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6174
inline TAknWindowComponentLayout image3_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6176
inline TAknWindowComponentLayout image3_wide_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_wide_small_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_wide_small_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6178
inline TAknLayoutScalableParameterLimits main_video3_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_video3_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6180
inline TAknWindowComponentLayout main_video3_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_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 main_video3_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_video3_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_g2_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 TAknWindowComponentLayout main_video3_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_g2)))(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 TAknLayoutScalableTableLimits main_video3_pane_g_Limits()		{ return (*(Tmain_video3_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_video3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_video3_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout main_video3_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6192
inline TAknLayoutScalableParameterLimits main_video3_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_video3_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6194
inline TAknTextComponentLayout main_video3_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6196
inline TAknLayoutScalableParameterLimits main_video3_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_video3_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_video3_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video3_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_video3_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_video3_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_video3_pane_t_Limits()		{ return (*(Tmain_video3_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t_Limits)))(); }
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 main_video3_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_video3_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout main_video3_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video3_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video3_pane_t)))(aLineIndex, 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 : cams_zoom_vslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6211
inline TAknWindowComponentLayout cams_zoom_vslider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_vslider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_vslider_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cams_zoom_vslider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_vslider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_vslider_pane_g2)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableTableLimits cams_zoom_vslider_pane_g_Limits()		{ return (*(Tcams_zoom_vslider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_vslider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6217
inline TAknWindowComponentLayout cams_zoom_vslider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcams_zoom_vslider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cams_zoom_vslider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6219
inline TAknWindowComponentLayout small_slider_vertical_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_slider_vertical_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_slider_vertical_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6221
// LAF Table : small_slider_vertical_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6222
inline TAknWindowComponentLayout small_slider_vertical_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_slider_vertical_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_slider_vertical_pane_g1)))(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 small_slider_vertical_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_slider_vertical_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_slider_vertical_pane_g2)))(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 small_slider_vertical_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_slider_vertical_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_slider_vertical_pane_g3)))(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 TAknLayoutScalableTableLimits small_slider_vertical_pane_g_Limits()		{ return (*(Tsmall_slider_vertical_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_slider_vertical_pane_g_Limits)))(); }
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 small_slider_vertical_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsmall_slider_vertical_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_small_slider_vertical_pane_g)))(aLineIndex, 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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6233
inline TAknWindowComponentLayout main_hwr_training_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hwr_training_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hwr_training_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6235
// LAF Table : main_hwr_training_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6236
inline TAknLayoutScalableParameterLimits hwr_training_instruct_pane_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_instruct_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_instruct_pane_ParamLimits)))(aVariety); }
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 hwr_training_instruct_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_instruct_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_instruct_pane)))(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
inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_navi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6242
inline TAknWindowComponentLayout hwr_training_navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6244
inline TAknLayoutScalableParameterLimits hwr_training_write_pane_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_write_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6246
inline TAknWindowComponentLayout hwr_training_write_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6248
// LAF Table : hwr_training_write_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6249
inline TAknWindowComponentLayout bg_frame_shadow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane)))(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 TAknWindowComponentLayout hwr_training_write_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g1)))(aVariety, aCol, aRow); }
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 hwr_training_write_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g2)))(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
inline TAknWindowComponentLayout hwr_training_write_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6257
inline TAknWindowComponentLayout hwr_training_write_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6259
inline TAknWindowComponentLayout hwr_training_write_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6261
inline TAknWindowComponentLayout hwr_training_write_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6263
inline TAknWindowComponentLayout hwr_training_write_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6265
inline TAknLayoutScalableTableLimits hwr_training_write_pane_g_Limits()		{ return (*(Thwr_training_write_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6267
inline TAknWindowComponentLayout hwr_training_write_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_write_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_write_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6269
// LAF Table : hwr_training_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6270
inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_navi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hwr_training_navi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hwr_training_navi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_navi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hwr_training_navi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hwr_training_navi_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_navi_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hwr_training_navi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hwr_training_navi_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_navi_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hwr_training_navi_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hwr_training_navi_pane_g_Limits()		{ return (*(Thwr_training_navi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thwr_training_navi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6290
inline TAknWindowComponentLayout hwr_training_navi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6292
inline TAknTextComponentLayout hwr_training_navi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6294
// LAF Table : hwr_training_instruct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6295
inline TAknLayoutScalableParameterLimits list_single_hwr_training_instruct_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_hwr_training_instruct_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_instruct_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_hwr_training_instruct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hwr_training_instruct_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_instruct_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : list_single_hwr_training_instruct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6300
inline TAknTextComponentLayout list_single_hwr_training_instruct_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hwr_training_instruct_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_instruct_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6302
// LAF Table : bg_frame_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6303
inline TAknWindowComponentLayout bg_frame_shadow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6305
inline TAknWindowComponentLayout bg_frame_shadow_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6307
inline TAknWindowComponentLayout bg_frame_shadow_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g3)))(aVariety, aCol, aRow); }
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 bg_frame_shadow_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g4)))(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 TAknWindowComponentLayout bg_frame_shadow_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g5)))(aVariety, aCol, aRow); }
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 bg_frame_shadow_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g6)))(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
inline TAknWindowComponentLayout bg_frame_shadow_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6317
inline TAknWindowComponentLayout bg_frame_shadow_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6319
inline TAknLayoutScalableTableLimits bg_frame_shadow_pane_g_Limits()		{ return (*(Tbg_frame_shadow_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6321
inline TAknWindowComponentLayout bg_frame_shadow_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_frame_shadow_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_frame_shadow_pane_g)))(aLineIndex, 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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6324
inline TAknWindowComponentLayout main_video_tele_dialer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_tele_dialer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane)))(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
// LAF Table : main_video_tele_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6327
inline TAknLayoutScalableParameterLimits aid_size_cell_video_keypad_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_video_keypad_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_video_keypad_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6329
inline TAknWindowComponentLayout aid_size_cell_video_keypad(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_video_keypad_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_video_keypad)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_video_dialer_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_video_dialer_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_video_dialer_keypad_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout grid_video_dialer_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_video_dialer_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_video_dialer_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6335
inline TAknLayoutScalableParameterLimits video_down_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tvideo_down_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6337
inline TAknWindowComponentLayout video_down_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6339
// LAF Table : grid_video_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6340
inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_video_dialer_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_video_dialer_keypad_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_video_dialer_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6344
// LAF Table : cell_video_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6345
inline TAknLayoutScalableParameterLimits bg_button_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp08_ParamLimits)))(aVariety); }
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 bg_button_pane_cp08(TInt aVariety, 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
  6348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6349
inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_video_dialer_keypad_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6351
inline TAknWindowComponentLayout cell_video_dialer_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_video_dialer_keypad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6353
// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6354
inline TAknLayoutScalableParameterLimits mup3_rocker2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmup3_rocker2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_rocker2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6356
inline TAknWindowComponentLayout mup3_rocker2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_rocker2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_rocker2_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : mup3_rocker2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6359
inline TAknWindowComponentLayout mup3_rocker2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_rocker2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_rocker2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6361
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6362
inline TAknWindowComponentLayout main_dialer2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_dialer2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_dialer2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6364
inline TAknWindowComponentLayout main_mp4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane)))(aVariety, aCol, aRow); }
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 : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6367
inline TAknLayoutScalableParameterLimits main_mp4_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g1_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
inline TAknWindowComponentLayout main_mp4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6371
inline TAknLayoutScalableParameterLimits main_mp4_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6373
inline TAknWindowComponentLayout main_mp4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6375
inline TAknLayoutScalableParameterLimits main_mp4_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_mp4_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6379
inline TAknLayoutScalableParameterLimits main_mp4_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6381
inline TAknWindowComponentLayout main_mp4_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6383
inline TAknLayoutScalableParameterLimits main_mp4_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6385
inline TAknWindowComponentLayout main_mp4_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6387
inline TAknLayoutScalableTableLimits main_mp4_pane_g_Limits()		{ return (*(Tmain_mp4_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6389
inline TAknLayoutScalableParameterLimits main_mp4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mp4_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6391
inline TAknWindowComponentLayout main_mp4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6393
inline TAknLayoutScalableParameterLimits main_mp4_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6395
inline TAknTextComponentLayout main_mp4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6397
inline TAknLayoutScalableParameterLimits main_mp4_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6399
inline TAknTextComponentLayout main_mp4_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6401
inline TAknLayoutScalableParameterLimits main_mp4_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6403
inline TAknTextComponentLayout main_mp4_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6405
inline TAknLayoutScalableParameterLimits main_mp4_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mp4_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t4)))(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 TAknLayoutScalableTableLimits main_mp4_pane_t_Limits()		{ return (*(Tmain_mp4_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mp4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mp4_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_mp4_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_t)))(aLineIndex, 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 TAknLayoutScalableParameterLimits mp4_progress_pane_ParamLimits(TInt aVariety)		{ return (*(Tmp4_progress_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_ParamLimits)))(aVariety); }
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 mp4_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_progress_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane)))(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
inline TAknLayoutScalableParameterLimits mp4_rocker_pane_ParamLimits(TInt aVariety)		{ return (*(Tmp4_rocker_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6421
inline TAknWindowComponentLayout mp4_rocker_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6423
// LAF Table : mp4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6424
inline TAknTextComponentLayout mp4_progress_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_progress_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6426
inline TAknTextComponentLayout mp4_progress_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_progress_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t2)))(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 TAknLayoutScalableTableLimits mp4_progress_pane_t_Limits()		{ return (*(Tmp4_progress_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t_Limits)))(); }
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
inline TAknTextComponentLayout mp4_progress_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_progress_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6432
inline TAknWindowComponentLayout mup_progress_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup_progress_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6434
// LAF Table : mp4_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6435
inline TAknWindowComponentLayout mp4_rocker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6437
// LAF Table : main_dialer2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6438
inline TAknLayoutScalableParameterLimits aid_cell_size_keypad2_ParamLimits(TInt aVariety)		{ return (*(Taid_cell_size_keypad2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cell_size_keypad2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_cell_size_keypad2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cell_size_keypad2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cell_size_keypad2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits dialer2_ne_pane_ParamLimits(TInt aVariety)		{ return (*(Tdialer2_ne_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout dialer2_ne_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer2_ne_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_dialer2_keypad_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_dialer2_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_dialer2_keypad_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_dialer2_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_dialer2_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_dialer2_keypad_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : dialer2_ne_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6451
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_call_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6453
inline TAknWindowComponentLayout bg_popup_call_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6455
inline TAknLayoutScalableParameterLimits dialer2_ne_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tdialer2_ne_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6457
inline TAknTextComponentLayout dialer2_ne_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer2_ne_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6459
// LAF Table : grid_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6460
inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_dialer2_keypad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_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 cell_dialer2_keypad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer2_keypad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane)))(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 : cell_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6465
inline TAknLayoutScalableParameterLimits bg_button_pane_pane_cp04_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_pane_cp04_ParamLimits)))(aVariety); }
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 bg_button_pane_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_pane_cp04)))(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 TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer2_keypad_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g1_ParamLimits)))(aVariety); }
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 cell_dialer2_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer2_keypad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g1)))(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
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6474
inline TAknLayoutScalableParameterLimits aid_placing_vt_set_content_ParamLimits(TInt aVariety)		{ return (*(Taid_placing_vt_set_content_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_set_content_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6476
inline TAknWindowComponentLayout aid_placing_vt_set_content(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_placing_vt_set_content_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_set_content)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6478
inline TAknLayoutScalableParameterLimits aid_placing_vt_set_title_ParamLimits(TInt aVariety)		{ return (*(Taid_placing_vt_set_title_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_set_title_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6480
inline TAknWindowComponentLayout aid_placing_vt_set_title(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_placing_vt_set_title_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_set_title)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6482
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6483
inline TAknWindowComponentLayout main_image3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane)))(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 : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6486
inline TAknLayoutScalableParameterLimits area_side_right_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tarea_side_right_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_side_right_pane_cp01_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 TAknWindowComponentLayout area_side_right_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_side_right_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_side_right_pane_cp01)))(aVariety, aCol, aRow); }
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 main_image3_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g1_ParamLimits)))(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 TAknWindowComponentLayout main_image3_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g1)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits main_image3_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6496
inline TAknWindowComponentLayout main_image3_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6498
inline TAknLayoutScalableParameterLimits main_image3_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_image3_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6502
inline TAknLayoutScalableParameterLimits main_image3_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6504
inline TAknWindowComponentLayout main_image3_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6506
inline TAknLayoutScalableTableLimits main_image3_pane_g_Limits()		{ return (*(Tmain_image3_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_image3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_image3_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout main_image3_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6512
inline TAknLayoutScalableParameterLimits main_image3_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6514
inline TAknTextComponentLayout main_image3_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6516
inline TAknLayoutScalableParameterLimits main_image3_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6518
inline TAknTextComponentLayout main_image3_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6520
inline TAknLayoutScalableParameterLimits main_image3_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6522
inline TAknTextComponentLayout main_image3_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6524
inline TAknLayoutScalableTableLimits main_image3_pane_t_Limits()		{ return (*(Tmain_image3_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6526
inline TAknLayoutScalableParameterLimits main_image3_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_image3_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6528
inline TAknTextComponentLayout main_image3_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6530
// LAF Table : area_side_right_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6531
inline TAknLayoutScalableParameterLimits grid_sctrl_middle_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tgrid_sctrl_middle_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_sctrl_middle_pane_cp01_ParamLimits)))(aVariety); }
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 grid_sctrl_middle_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_sctrl_middle_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_sctrl_middle_pane_cp01)))(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
// LAF Table : grid_sctrl_middle_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6536
inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tcell_sctrl_middle_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6538
inline TAknWindowComponentLayout cell_sctrl_middle_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sctrl_middle_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6540
// LAF Table : cell_sctrl_middle_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6541
inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_cp01_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_sctrl_middle_pane_cp01_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_cp01_g1_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 cell_sctrl_middle_pane_cp01_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_sctrl_middle_pane_cp01_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_sctrl_middle_pane_cp01_g1)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6546
inline TAknWindowComponentLayout main_call4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6548
// LAF Table : main_call4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6549
inline TAknLayoutScalableParameterLimits aid_size_button_call4_ParamLimits(TInt aVariety)		{ return (*(Taid_size_button_call4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_button_call4_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 aid_size_button_call4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_button_call4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_button_call4)))(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 call4_windows_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall4_windows_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_windows_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 call4_windows_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_windows_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_windows_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 TAknLayoutScalableParameterLimits grid_call4_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_call4_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_call4_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_call4_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_call4_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_call4_button_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : call4_windows_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6562
inline TAknWindowComponentLayout call4_windows_conf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_windows_conf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_windows_conf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6564
inline TAknLayoutScalableParameterLimits popup_call4_audio_first_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call4_audio_first_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_first_window_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 TAknWindowComponentLayout popup_call4_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call4_audio_first_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_first_window)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits popup_call4_audio_second_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call4_audio_second_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_second_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6570
inline TAknWindowComponentLayout popup_call4_audio_second_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call4_audio_second_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_second_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6572
inline TAknLayoutScalableParameterLimits popup_call4_audio_wait_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call4_audio_wait_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_wait_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6574
inline TAknWindowComponentLayout popup_call4_audio_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call4_audio_wait_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_wait_window)))(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 : grid_call4_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6577
inline TAknLayoutScalableParameterLimits cell_call4_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_call4_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_call4_button_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_call4_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane)))(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
// LAF Table : cell_call4_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6582
inline TAknLayoutScalableParameterLimits bg_button_pane_cp09_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6584
inline TAknWindowComponentLayout bg_button_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6586
inline TAknLayoutScalableParameterLimits cell_call4_button_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_call4_button_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6588
inline TAknWindowComponentLayout cell_call4_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_call4_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6590
inline TAknLayoutScalableParameterLimits cell_call4_button_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_call4_button_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_call4_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_call4_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : call4_windows_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6595
inline TAknLayoutScalableParameterLimits popup_call4_audio_conf_window_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_call4_audio_conf_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_conf_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6597
inline TAknWindowComponentLayout popup_call4_audio_conf_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call4_audio_conf_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_conf_window)))(aVariety, aCol, aRow); }
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
// LAF Table : mup3_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6600
inline TAknLayoutScalableParameterLimits mup3_progress_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmup3_progress_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6602
inline TAknLayoutScalableParameterLimits mup3_progress_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmup3_progress_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6604
inline TAknLayoutScalableParameterLimits mup3_progress_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmup3_progress_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6606
inline TAknLayoutScalableParameterLimits mup3_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmup3_progress_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknLayoutScalableParameterLimits mup_progress_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tmup_progress_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp03_ParamLimits)))(aVariety); }
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
// LAF Table : mup3_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6611
inline TAknWindowComponentLayout mup3_control_keys_pane_g4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmup3_control_keys_pane_g4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup3_control_keys_pane_g4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6613
// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6614
inline TAknLayoutScalableParameterLimits mp4_rocker2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmp4_rocker2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6616
inline TAknWindowComponentLayout mp4_rocker2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6618
// LAF Table : mp4_rocker2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6619
inline TAknWindowComponentLayout mp4_rocker2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g1)))(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
inline TAknWindowComponentLayout mp4_rocker2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6623
inline TAknWindowComponentLayout mp4_rocker2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6625
inline TAknWindowComponentLayout mp4_rocker2_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6627
inline TAknWindowComponentLayout mp4_rocker2_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g5)))(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
inline TAknLayoutScalableTableLimits mp4_rocker2_pane_g_Limits()		{ return (*(Tmp4_rocker2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6631
inline TAknWindowComponentLayout mp4_rocker2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_rocker2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_rocker2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6633
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6634
inline TAknWindowComponentLayout main_camera4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6636
inline TAknWindowComponentLayout main_video4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6638
// LAF Table : main_video_tele_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6639
inline TAknLayoutScalableParameterLimits main_video_tele_dialer_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_video_tele_dialer_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6641
inline TAknTextComponentLayout main_video_tele_dialer_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_tele_dialer_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t1)))(aVariety, aCol, aRow); }
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 main_video_tele_dialer_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_video_tele_dialer_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t2_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 TAknTextComponentLayout main_video_tele_dialer_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_tele_dialer_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t2)))(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 TAknLayoutScalableTableLimits main_video_tele_dialer_pane_t_Limits()		{ return (*(Tmain_video_tele_dialer_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_video_tele_dialer_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_video_tele_dialer_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_video_tele_dialer_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video_tele_dialer_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video_tele_dialer_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6654
inline TAknLayoutScalableParameterLimits cam4_autofocus_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam4_autofocus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6656
inline TAknWindowComponentLayout cam4_autofocus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_autofocus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane)))(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 TAknLayoutScalableParameterLimits cam4_image_uncrop_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam4_image_uncrop_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cam4_image_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6662
inline TAknLayoutScalableParameterLimits cam4_indicators_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam4_indicators_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6664
inline TAknWindowComponentLayout cam4_indicators_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_indicators_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6666
inline TAknLayoutScalableParameterLimits main_camera4_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_camera4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6670
inline TAknLayoutScalableParameterLimits main_camera4_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6672
inline TAknWindowComponentLayout main_camera4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6674
inline TAknLayoutScalableParameterLimits main_camera4_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6676
inline TAknWindowComponentLayout main_camera4_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6678
inline TAknLayoutScalableParameterLimits main_camera4_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6680
inline TAknWindowComponentLayout main_camera4_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_camera4_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g5_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_camera4_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6686
inline TAknLayoutScalableTableLimits main_camera4_pane_g_Limits()		{ return (*(Tmain_camera4_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6688
inline TAknLayoutScalableParameterLimits main_camera4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_camera4_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6690
inline TAknWindowComponentLayout main_camera4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6692
inline TAknLayoutScalableParameterLimits main_camera4_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6694
inline TAknTextComponentLayout main_camera4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t1)))(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
// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6697
inline TAknWindowComponentLayout bg_tb_trans_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6699
inline TAknWindowComponentLayout cam4_indicators_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_indicators_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g1)))(aVariety, aCol, aRow); }
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 cam4_indicators_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_indicators_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g2)))(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 TAknLayoutScalableTableLimits cam4_indicators_pane_g_Limits()		{ return (*(Tcam4_indicators_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cam4_indicators_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_indicators_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout cam4_indicators_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_indicators_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_t1)))(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
// LAF Table : main_video4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6710
inline TAknLayoutScalableParameterLimits main_video4_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_video4_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6712
inline TAknWindowComponentLayout main_video4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video4_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_video4_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_video4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6718
inline TAknLayoutScalableParameterLimits main_video4_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_video4_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6720
inline TAknWindowComponentLayout main_video4_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6722
inline TAknLayoutScalableParameterLimits main_video4_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_video4_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6724
inline TAknWindowComponentLayout main_video4_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6726
inline TAknLayoutScalableTableLimits main_video4_pane_g_Limits()		{ return (*(Tmain_video4_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6728
inline TAknLayoutScalableParameterLimits main_video4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_video4_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g_ParamLimits)))(aLineIndex, 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 main_video4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits vid4_indicators_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vid4_indicators_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits video4_image_uncrop_cif_pane_ParamLimits(TInt aVariety)		{ return (*(Tvideo4_image_uncrop_cif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video4_image_uncrop_cif_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout video4_image_uncrop_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo4_image_uncrop_cif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video4_image_uncrop_cif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6740
inline TAknLayoutScalableParameterLimits video4_image_uncrop_nhd_pane_ParamLimits(TInt aVariety)		{ return (*(Tvideo4_image_uncrop_nhd_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video4_image_uncrop_nhd_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6742
inline TAknWindowComponentLayout video4_image_uncrop_nhd_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo4_image_uncrop_nhd_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video4_image_uncrop_nhd_pane)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits video4_image_uncrop_vga_pane_ParamLimits(TInt aVariety)		{ return (*(Tvideo4_image_uncrop_vga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video4_image_uncrop_vga_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6746
inline TAknWindowComponentLayout video4_image_uncrop_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo4_image_uncrop_vga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video4_image_uncrop_vga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6748
// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6749
inline TAknWindowComponentLayout bg_tb_trans_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6751
inline TAknWindowComponentLayout vid4_indicators_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6753
inline TAknWindowComponentLayout vid4_indicators_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6755
inline TAknWindowComponentLayout vid4_indicators_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6757
inline TAknLayoutScalableTableLimits vid4_indicators_pane_g_Limits()		{ return (*(Tvid4_indicators_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6759
inline TAknWindowComponentLayout vid4_indicators_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout vid4_indicators_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : cam4_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6764
inline TAknWindowComponentLayout cam4_autofocus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_autofocus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6766
inline TAknWindowComponentLayout cam4_autofocus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_autofocus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6768
inline TAknWindowComponentLayout cam4_autofocus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_autofocus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cam4_autofocus_pane_g_Limits()		{ return (*(Tcam4_autofocus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout cam4_autofocus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_autofocus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6774
inline TAknWindowComponentLayout cam4_autofocus_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_autofocus_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_autofocus_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6776
// LAF Table : video_down_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6777
inline TAknTextComponentLayout video_down_pane_cp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_pane_cp_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_cp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6779
inline TAknTextComponentLayout video_down_pane_cp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_pane_cp_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_cp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6781
inline TAknLayoutScalableTableLimits video_down_pane_cp_t_Limits()		{ return (*(Tvideo_down_pane_cp_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_cp_t_Limits)))(); }
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 video_down_pane_cp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvideo_down_pane_cp_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_video_down_pane_cp_t)))(aLineIndex, 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
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6786
inline TAknLayoutScalableParameterLimits popup_vitu2_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6788
inline TAknWindowComponentLayout popup_vitu2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6790
// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6791
inline TAknLayoutScalableParameterLimits aid_size_cell2_itu2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell2_itu2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell2_itu2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6793
inline TAknWindowComponentLayout aid_size_cell2_itu2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell2_itu2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell2_itu2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6795
inline TAknLayoutScalableParameterLimits aid_size_cell_itu2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_itu2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_itu2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aid_size_cell_itu2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_itu2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_itu2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6799
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp09_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6801
inline TAknWindowComponentLayout bg_popup_window_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6803
inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_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 field_vitu2_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits grid_vitu2_function_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_vitu2_function_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_function_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6809
inline TAknWindowComponentLayout grid_vitu2_function_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vitu2_function_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_function_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6811
inline TAknLayoutScalableParameterLimits grid_vitu2_itu_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_vitu2_itu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6813
inline TAknWindowComponentLayout grid_vitu2_itu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vitu2_itu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6815
// LAF Table : grid_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6816
inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6818
inline TAknWindowComponentLayout cell_vitu2_itu_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vitu2_itu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6820
// LAF Table : grid_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6821
inline TAknLayoutScalableParameterLimits cell_vitu2_function_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_vitu2_function_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6823
inline TAknWindowComponentLayout cell_vitu2_function_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6825
// LAF Table : field_vitu2_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6826
inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_call_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp08_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp08)))(aVariety, aCol, aRow); }
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 field_vitu2_entry_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g1)))(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
inline TAknWindowComponentLayout field_vitu2_entry_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6834
inline TAknLayoutScalableTableLimits field_vitu2_entry_pane_g_Limits()		{ return (*(Tfield_vitu2_entry_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6836
inline TAknWindowComponentLayout field_vitu2_entry_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_vitu2_entry_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout field_vitu2_entry_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_vitu2_entry_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout field_vitu2_entry_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6846
inline TAknLayoutScalableTableLimits field_vitu2_entry_pane_t_Limits()		{ return (*(Tfield_vitu2_entry_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6848
inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout field_vitu2_entry_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 : cell_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6853
inline TAknLayoutScalableParameterLimits bg_button_pane_cp010_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp010_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp010_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 bg_button_pane_cp010(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp010_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp010)))(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 TAknWindowComponentLayout cell_vitu2_itu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_vitu2_itu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_vitu2_itu_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_vitu2_itu_pane_t_Limits()		{ return (*(Tcell_vitu2_itu_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6871
inline TAknTextComponentLayout cell_vitu2_itu_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6873
// LAF Table : cell_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6874
inline TAknWindowComponentLayout bg_button_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6876
inline TAknWindowComponentLayout cell_vitu2_function_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6878
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6879
inline TAknWindowComponentLayout main_myfav_hc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6882
inline TAknLayoutScalableParameterLimits popup_image3_note_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image3_note_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6884
inline TAknWindowComponentLayout popup_image3_note_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_note_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6886
inline TAknLayoutScalableParameterLimits popup_image3_tool_bar_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image3_tool_bar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_tool_bar_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_image3_tool_bar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_tool_bar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_tool_bar_pane)))(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 : cell_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6891
inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t3_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cell_vitu2_itu_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6895
// LAF Table : popup_image3_tool_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6896
inline TAknWindowComponentLayout bg_popup_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane)))(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 TAknWindowComponentLayout grid_image3_tool_bar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_image3_tool_bar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_image3_tool_bar_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_popup_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6901
inline TAknWindowComponentLayout bg_popup_trans_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6903
inline TAknWindowComponentLayout bg_popup_trans_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g2)))(aVariety, aCol, aRow); }
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 bg_popup_trans_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g3)))(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 TAknWindowComponentLayout bg_popup_trans_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g4)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_trans_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g5)))(aVariety, aCol, aRow); }
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 bg_popup_trans_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g6)))(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
inline TAknWindowComponentLayout bg_popup_trans_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6915
inline TAknWindowComponentLayout bg_popup_trans_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6917
inline TAknWindowComponentLayout bg_popup_trans_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6919
inline TAknLayoutScalableTableLimits bg_popup_trans_pane_g_Limits()		{ return (*(Tbg_popup_trans_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6921
inline TAknWindowComponentLayout bg_popup_trans_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6923
// LAF Table : grid_image3_tool_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6924
inline TAknLayoutScalableParameterLimits cell_image3_tool_bar_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_image3_tool_bar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image3_tool_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6926
inline TAknWindowComponentLayout cell_image3_tool_bar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_image3_tool_bar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image3_tool_bar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6928
// LAF Table : cell_image3_tool_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6929
inline TAknWindowComponentLayout cell_image3_tool_bar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_image3_tool_bar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_image3_tool_bar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6931
// LAF Table : popup_image3_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6932
inline TAknWindowComponentLayout bg_popup_trans_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_trans_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_trans_pane_cp1)))(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
inline TAknTextComponentLayout popup_image3_note_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_note_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6936
inline TAknTextComponentLayout popup_image3_note_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_note_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6938
inline TAknTextComponentLayout popup_image3_note_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_note_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_t3)))(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
inline TAknLayoutScalableTableLimits popup_image3_note_pane_t_Limits()		{ return (*(Tpopup_image3_note_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6942
inline TAknTextComponentLayout popup_image3_note_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_note_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6944
inline TAknTextComponentLayout popup_image3_note_pane_t3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image3_note_pane_t3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image3_note_pane_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6946
// LAF Table : main_myfav_hc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6947
inline TAknLayoutScalableParameterLimits bg_myfav_hc_instruction_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_myfav_hc_instruction_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_myfav_hc_instruction_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_myfav_hc_instruction_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_myfav_hc_instruction_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_myfav_hc_instruction_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_myfav_contact_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_myfav_contact_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp1_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_myfav_contact_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp2_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_myfav_contact_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6963
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp3_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6965
inline TAknWindowComponentLayout cell_myfav_contact_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6967
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp4_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6969
inline TAknWindowComponentLayout cell_myfav_contact_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6971
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp5_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6973
inline TAknWindowComponentLayout cell_myfav_contact_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6975
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp6_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6977
inline TAknWindowComponentLayout cell_myfav_contact_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6979
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp7_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_cp7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6981
inline TAknWindowComponentLayout cell_myfav_contact_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_cp7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6983
inline TAknWindowComponentLayout listscroll_gen_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gen_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6985
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_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 main_myfav_hc_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_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 main_myfav_hc_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g2_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 main_myfav_hc_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g2)))(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
inline TAknLayoutScalableTableLimits main_myfav_hc_pane_g_Limits()		{ return (*(Tmain_myfav_hc_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6995
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6997
inline TAknWindowComponentLayout main_myfav_hc_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  6999
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7001
inline TAknTextComponentLayout main_myfav_hc_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7003
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7005
inline TAknTextComponentLayout main_myfav_hc_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7007
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7009
inline TAknTextComponentLayout main_myfav_hc_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_myfav_hc_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_myfav_hc_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_myfav_hc_pane_t_Limits()		{ return (*(Tmain_myfav_hc_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7019
inline TAknTextComponentLayout main_myfav_hc_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7021
// LAF Table : bg_myfav_hc_instruction_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7022
inline TAknWindowComponentLayout bg_myfav_hc_instruction_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_myfav_hc_instruction_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_myfav_hc_instruction_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_myfav_contact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7025
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7027
inline TAknWindowComponentLayout cell_myfav_contact_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7029
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7031
inline TAknWindowComponentLayout cell_myfav_contact_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g2)))(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 TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_myfav_contact_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7037
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7039
inline TAknWindowComponentLayout cell_myfav_contact_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7041
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g5_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_myfav_contact_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7045
inline TAknLayoutScalableTableLimits cell_myfav_contact_pane_g_Limits()		{ return (*(Tcell_myfav_contact_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7047
inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_myfav_contact_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7049
inline TAknWindowComponentLayout cell_myfav_contact_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_myfav_contact_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_myfav_contact_pane_g)))(aLineIndex, 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 : main_myfav_hc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7052
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g3_ParamLimits)))(aVariety); }
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 main_myfav_hc_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_g3)))(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 : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7057
inline TAknWindowComponentLayout popup_adpt_find_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_adpt_find_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_adpt_find_window)))(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
// LAF Table : popup_adpt_find_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7060
inline TAknLayoutScalableParameterLimits afind_page_pane_ParamLimits(TInt aVariety)		{ return (*(Tafind_page_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7062
inline TAknWindowComponentLayout afind_page_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tafind_page_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane)))(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
inline TAknLayoutScalableParameterLimits aid_size_cell_afind_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_afind_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_afind_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7066
inline TAknWindowComponentLayout aid_size_cell_afind(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_afind_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_afind)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7068
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp09_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7070
inline TAknWindowComponentLayout bg_popup_sub_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp09)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits find_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tfind_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane_cp01_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout find_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfind_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_find_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7076
inline TAknLayoutScalableParameterLimits grid_afind_control_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_afind_control_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_afind_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7078
inline TAknWindowComponentLayout grid_afind_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_afind_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_afind_control_pane)))(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
inline TAknLayoutScalableParameterLimits grid_afind_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_afind_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_afind_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7082
inline TAknWindowComponentLayout grid_afind_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_afind_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_afind_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7084
// LAF Table : grid_afind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7085
inline TAknLayoutScalableParameterLimits cell_afind_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_afind_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7087
inline TAknWindowComponentLayout cell_afind_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_afind_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7089
// LAF Table : afind_page_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7090
inline TAknWindowComponentLayout afind_page_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tafind_page_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_g1)))(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 TAknWindowComponentLayout afind_page_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tafind_page_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_g2)))(aVariety, aCol, aRow); }
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 afind_page_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tafind_page_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_g3)))(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 TAknLayoutScalableTableLimits afind_page_pane_g_Limits()		{ return (*(Tafind_page_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout afind_page_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tafind_page_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7100
inline TAknTextComponentLayout afind_page_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tafind_page_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_afind_page_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7102
// LAF Table : grid_afind_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7103
inline TAknLayoutScalableParameterLimits cell_afind_grid_control_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_afind_grid_control_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_grid_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7105
inline TAknWindowComponentLayout cell_afind_grid_control_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_afind_grid_control_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_grid_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7107
// LAF Table : cell_afind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7108
inline TAknLayoutScalableParameterLimits bg_button_pane_cp69_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp69_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp69_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bg_button_pane_cp69(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp69_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp69)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7112
inline TAknLayoutScalableParameterLimits cell_afind_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_afind_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7114
inline TAknWindowComponentLayout cell_afind_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_afind_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7116
inline TAknLayoutScalableParameterLimits cell_afind_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_afind_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_pane_t1_ParamLimits)))(aVariety); }
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_afind_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_afind_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_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 : cell_afind_grid_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7121
inline TAknWindowComponentLayout bg_button_pane_cp72(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp72_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp72)))(aVariety, aCol, aRow); }
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 cell_afind_grid_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_afind_grid_control_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_afind_grid_control_pane_g1)))(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 : main_call2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7126
inline TAknLayoutScalableParameterLimits aid_image_placing_area_ParamLimits(TInt aVariety)		{ return (*(Taid_image_placing_area_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_image_placing_area_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aid_image_placing_area(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_image_placing_area_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_image_placing_area)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7130
// LAF Table : field_vitu_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7131
inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout field_vitu_entry_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu_entry_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_vitu_entry_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout field_vitu_entry_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu_entry_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7139
inline TAknLayoutScalableTableLimits field_vitu_entry_pane_g_Limits()		{ return (*(Tfield_vitu_entry_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7141
inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfield_vitu_entry_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7143
inline TAknWindowComponentLayout field_vitu_entry_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu_entry_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu_entry_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7145
// LAF Table : cell_vitu_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7146
inline TAknLayoutScalableParameterLimits cell_vitu_itu_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu_itu_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_g1_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 TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu_itu_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_vitu_itu_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu_itu_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu_itu_pane_t3)))(aVariety, aCol, aRow); }
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
// LAF Table : mp4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7153
inline TAknLayoutScalableParameterLimits mp4_progress_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmp4_progress_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7155
inline TAknLayoutScalableParameterLimits mp4_progress_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmp4_progress_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7157
inline TAknLayoutScalableParameterLimits mp4_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmp4_progress_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7159
inline TAknLayoutScalableParameterLimits mup_progress_pane_cp04_ParamLimits(TInt aVariety)		{ return (*(Tmup_progress_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mup_progress_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7161
// LAF Table : main_myfav_hc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7162
inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tmain_myfav_hc_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7164
inline TAknTextComponentLayout main_myfav_hc_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_myfav_hc_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_myfav_hc_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7166
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7167
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
  7168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7169
inline TAknLayoutScalableParameterLimits popup_adpt_find_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_adpt_find_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_adpt_find_window_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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7172
inline TAknWindowComponentLayout main_cam_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7175
inline TAknLayoutScalableParameterLimits cam4_zoom_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam4_zoom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7177
inline TAknWindowComponentLayout cam4_zoom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_cam_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7180
inline TAknLayoutScalableParameterLimits main_cam_set_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cam_set_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7182
inline TAknWindowComponentLayout main_cam_set_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam_set_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam_set_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cam_set_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_cam_set_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam_set_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7188
inline TAknLayoutScalableTableLimits main_cam_set_pane_g_Limits()		{ return (*(Tmain_cam_set_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7190
inline TAknLayoutScalableParameterLimits main_cam_set_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cam_set_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7192
inline TAknWindowComponentLayout main_cam_set_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam_set_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam_set_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cam_set_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_cam_set_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam_set_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7198
inline TAknLayoutScalableParameterLimits main_cset_listscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_listscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7200
inline TAknWindowComponentLayout main_cset_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7202
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_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 main_cset_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane)))(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
// LAF Table : main_cset_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7207
inline TAknLayoutScalableParameterLimits main_cset_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7209
inline TAknWindowComponentLayout main_cset_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7211
inline TAknWindowComponentLayout scroll_pane_cp028(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp028_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp028)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7213
// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7214
inline TAknWindowComponentLayout aid_area_touch_slider(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_area_touch_slider_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_touch_slider)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cset_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane)))(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
inline TAknWindowComponentLayout main_cset_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7220
inline TAknWindowComponentLayout main_cset_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7222
inline TAknLayoutScalableTableLimits main_cset_slider_pane_g_Limits()		{ return (*(Tmain_cset_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout main_cset_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7226
inline TAknTextComponentLayout main_cset_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7228
inline TAknTextComponentLayout main_cset_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7230
inline TAknTextComponentLayout main_cset_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t3)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_slider_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t4)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_slider_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_slider_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t6)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_slider_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_cset_slider_pane_t_Limits()		{ return (*(Tmain_cset_slider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_cset_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_cset_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7245
inline TAknLayoutScalableParameterLimits cset_list_set_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcset_list_set_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7247
inline TAknWindowComponentLayout cset_list_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7249
// LAF Table : cset_list_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7250
inline TAknWindowComponentLayout aid_position_infowindow_above(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_position_infowindow_above_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_position_infowindow_above)))(aVariety, aCol, aRow); }
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 aid_position_infowindow_below(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_position_infowindow_below_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_position_infowindow_below)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits cset_list_set_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcset_list_set_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7256
inline TAknWindowComponentLayout cset_list_set_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7258
inline TAknLayoutScalableParameterLimits cset_list_set_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcset_list_set_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7260
inline TAknWindowComponentLayout cset_list_set_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7262
inline TAknLayoutScalableTableLimits cset_list_set_pane_g_Limits()		{ return (*(Tcset_list_set_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7264
inline TAknLayoutScalableParameterLimits cset_list_set_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcset_list_set_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7266
inline TAknWindowComponentLayout cset_list_set_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7268
inline TAknLayoutScalableParameterLimits cset_list_set_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcset_list_set_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7270
inline TAknTextComponentLayout cset_list_set_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7272
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp021_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp021_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp021_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7274
inline TAknWindowComponentLayout list_highlight_pane_cp021(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp021_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp021)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7276
// LAF Table : cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7277
inline TAknWindowComponentLayout cset_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cset_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g2)))(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
inline TAknWindowComponentLayout cset_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7283
inline TAknLayoutScalableTableLimits cset_slider_pane_g_Limits()		{ return (*(Tcset_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7285
inline TAknWindowComponentLayout cset_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7287
// LAF Table : cam4_zoom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7288
inline TAknWindowComponentLayout aid_area_touch_cam4_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_area_touch_cam4_zoom_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_touch_cam4_zoom)))(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 TAknWindowComponentLayout cam4_zoom_cont_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_cont_pane)))(aVariety, aCol, aRow); }
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 cam4_zoom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane_g1)))(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 TAknWindowComponentLayout cam4_zoom_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane_g2)))(aVariety, aCol, aRow); }
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 cam4_zoom_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane_g3)))(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 TAknLayoutScalableTableLimits cam4_zoom_pane_g_Limits()		{ return (*(Tcam4_zoom_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane_g_Limits)))(); }
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 cam4_zoom_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_pane_g)))(aLineIndex, 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
// LAF Table : cam4_zoom_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7303
inline TAknWindowComponentLayout cam4_zoom_cont_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_cont_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7305
inline TAknWindowComponentLayout cam4_zoom_cont_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_cont_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_cont_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7307
inline TAknWindowComponentLayout cam4_zoom_cont_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_cont_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_cont_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7309
inline TAknLayoutScalableTableLimits cam4_zoom_cont_pane_g_Limits()		{ return (*(Tcam4_zoom_cont_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_cont_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7311
inline TAknWindowComponentLayout cam4_zoom_cont_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_zoom_cont_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_zoom_cont_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7313
// LAF Table : main_call4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7314
inline TAknLayoutScalableParameterLimits call4_image_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall4_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7316
inline TAknWindowComponentLayout call4_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7318
// LAF Table : call4_windows_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7319
inline TAknLayoutScalableParameterLimits call4_windows_conf_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall4_windows_conf_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_windows_conf_pane_ParamLimits)))(aVariety); }
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 popup_call4_audio_in_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call4_audio_in_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_in_window_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 popup_call4_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call4_audio_in_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call4_audio_in_window)))(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
// LAF Table : call4_windows_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7326
inline TAknWindowComponentLayout bg_popup_call2_act_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_act_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_act_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7328
inline TAknWindowComponentLayout call4_list_conf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_list_conf_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_list_conf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7330
// LAF Table : call4_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7331
inline TAknWindowComponentLayout call4_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_image_pane_g1)))(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 TAknWindowComponentLayout call4_image_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_image_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_image_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits call4_image_pane_g_Limits()		{ return (*(Tcall4_image_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_image_pane_g_Limits)))(); }
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 call4_image_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall4_image_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call4_image_pane_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
// LAF Table : call4_list_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7340
inline TAknLayoutScalableParameterLimits list_single_graphic_popup_conf4_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_graphic_popup_conf4_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7342
inline TAknWindowComponentLayout list_single_graphic_popup_conf4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf4_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7344
// LAF Table : list_single_graphic_popup_conf4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7345
inline TAknWindowComponentLayout list_highlight_pane_cp022(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp022_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp022)))(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 TAknWindowComponentLayout list_single_graphic_popup_conf4_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf4_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_single_graphic_popup_conf4_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf4_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_single_graphic_popup_conf4_pane_g_Limits()		{ return (*(Tlist_single_graphic_popup_conf4_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout list_single_graphic_popup_conf4_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf4_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7355
inline TAknTextComponentLayout list_single_graphic_popup_conf4_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_graphic_popup_conf4_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_graphic_popup_conf4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7357
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7358
inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_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 popup_vtel_slider_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window)))(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
// LAF Table : dialer2_ne_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7363
inline TAknLayoutScalableParameterLimits dialer2_ne_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tdialer2_ne_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7365
inline TAknTextComponentLayout dialer2_ne_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer2_ne_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7367
inline TAknLayoutScalableTableLimits dialer2_ne_pane_t_Limits()		{ return (*(Tdialer2_ne_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7369
inline TAknLayoutScalableParameterLimits dialer2_ne_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tdialer2_ne_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7371
inline TAknTextComponentLayout dialer2_ne_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdialer2_ne_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dialer2_ne_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7373
// LAF Table : popup_vtel_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7374
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp010_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp010_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp010_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_sub_pane_cp010(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp010_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp010)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_vtel_slider_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_vtel_slider_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_vtel_slider_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_vtel_slider_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_vtel_slider_window_g_Limits()		{ return (*(Tpopup_vtel_slider_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g_Limits)))(); }
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 popup_vtel_slider_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout popup_vtel_slider_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits vtel_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tvtel_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vtel_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : vtel_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7397
inline TAknLayoutScalableParameterLimits vtel_slider_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvtel_slider_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7399
inline TAknWindowComponentLayout vtel_slider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vtel_slider_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvtel_slider_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vtel_slider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g2)))(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 TAknLayoutScalableParameterLimits vtel_slider_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvtel_slider_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vtel_slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vtel_slider_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tvtel_slider_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g4_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout vtel_slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7413
inline TAknLayoutScalableParameterLimits vtel_slider_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tvtel_slider_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7415
inline TAknWindowComponentLayout vtel_slider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7417
inline TAknLayoutScalableTableLimits vtel_slider_pane_g_Limits()		{ return (*(Tvtel_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7419
inline TAknLayoutScalableParameterLimits vtel_slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvtel_slider_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7421
inline TAknWindowComponentLayout vtel_slider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvtel_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vtel_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7423
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7424
inline TAknWindowComponentLayout main_gallery2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_gallery2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_gallery2_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7427
inline TAknLayoutScalableParameterLimits aid_size_row_itut2_dropdow_list_ParamLimits(TInt aVariety)		{ return (*(Taid_size_row_itut2_dropdow_list_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_row_itut2_dropdow_list_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7429
inline TAknWindowComponentLayout aid_size_row_itut2_dropdow_list(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_row_itut2_dropdow_list_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_row_itut2_dropdow_list)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7431
inline TAknLayoutScalableParameterLimits grid_vitu2_function_top_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_vitu2_function_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_function_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7433
inline TAknWindowComponentLayout grid_vitu2_function_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vitu2_function_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_function_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7435
inline TAknLayoutScalableParameterLimits popup_vitu2_dropdown_list_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_dropdown_list_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_dropdown_list_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7437
inline TAknWindowComponentLayout popup_vitu2_dropdown_list_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_dropdown_list_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_dropdown_list_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7439
inline TAknWindowComponentLayout popup_vitu2_match_list_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_match_list_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_match_list_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7441
// LAF Table : grid_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7442
inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_top_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_vitu2_function_top_pane(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_top_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7446
inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_top_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7448
inline TAknWindowComponentLayout cell_vitu2_function_top_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_top_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_pane_cp01)))(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
inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_wide_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_top_wide_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_wide_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7452
inline TAknWindowComponentLayout cell_vitu2_function_top_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_top_wide_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_wide_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7454
// LAF Table : cell_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7455
inline TAknWindowComponentLayout bg_button_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp012_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp012)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7457
inline TAknWindowComponentLayout cell_vitu2_function_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_top_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7459
// LAF Table : cell_vitu2_function_top_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7460
inline TAknLayoutScalableParameterLimits bg_button_pane_cp013_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp013_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp013_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7462
inline TAknWindowComponentLayout bg_button_pane_cp013(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp013_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp013)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7464
inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_wide_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_top_wide_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_wide_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7466
inline TAknWindowComponentLayout cell_vitu2_function_top_wide_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_top_wide_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7468
// LAF Table : popup_vitu2_match_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7469
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20)))(aVariety, aCol, aRow); }
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 list_vitu2_match_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_vitu2_match_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vitu2_match_list_pane)))(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 : bg_popup_sub_pane_cp20
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7474
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g1)))(aVariety, aCol, aRow); }
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 bg_popup_sub_pane_cp20_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g2)))(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
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7480
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7482
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7484
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7486
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7488
inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g8)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_sub_pane_cp20_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits bg_popup_sub_pane_cp20_g_Limits()		{ return (*(Tbg_popup_sub_pane_cp20_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g_Limits)))(); }
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 TAknWindowComponentLayout bg_popup_sub_pane_cp20_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp20_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : list_vitu2_match_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7497
inline TAknLayoutScalableParameterLimits list_vitu2_match_list_item_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_vitu2_match_list_item_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vitu2_match_list_item_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7499
inline TAknWindowComponentLayout list_vitu2_match_list_item_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_vitu2_match_list_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vitu2_match_list_item_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7501
// LAF Table : list_vitu2_match_list_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7502
inline TAknTextComponentLayout list_vitu2_match_list_item_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_vitu2_match_list_item_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vitu2_match_list_item_pane_t1)))(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 : popup_vitu2_dropdown_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7505
inline TAknWindowComponentLayout bg_popup_sub_pane_cp21(TInt aVariety = 0, 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
  7506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7507
inline TAknWindowComponentLayout grid_vitu2_dropdown_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_vitu2_dropdown_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_vitu2_dropdown_list_pane)))(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
// LAF Table : grid_vitu2_dropdown_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7510
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_char_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7512
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7514
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_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_vitu2_dropdown_list_ctrl_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane)))(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
// LAF Table : cell_vitu2_dropdown_list_char_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7519
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7521
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7523
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7525
inline TAknLayoutScalableTableLimits cell_vitu2_dropdown_list_char_pane_g_Limits()		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7527
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7529
inline TAknTextComponentLayout cell_vitu2_dropdown_list_char_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7531
// LAF Table : cell_vitu2_dropdown_list_ctrl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7532
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g1_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 cell_vitu2_dropdown_list_ctrl_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g1)))(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
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7538
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7540
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7542
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7544
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7546
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7548
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7550
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7552
inline TAknLayoutScalableTableLimits cell_vitu2_dropdown_list_ctrl_pane_g_Limits()		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7554
inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g_ParamLimits)))(aLineIndex, 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 cell_vitu2_dropdown_list_ctrl_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_ctrl_pane_g)))(aLineIndex, 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
// LAF Table : main_gallery2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7559
inline TAknLayoutScalableParameterLimits aid_size_cell_gallery2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_gallery2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_gallery2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7561
inline TAknWindowComponentLayout aid_size_cell_gallery2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_gallery2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_gallery2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7563
inline TAknLayoutScalableParameterLimits grid_gallery2_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_gallery2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_gallery2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7565
inline TAknWindowComponentLayout grid_gallery2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_gallery2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_gallery2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7567
inline TAknLayoutScalableParameterLimits scroll_pane_cp029_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp029_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp029_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7569
inline TAknWindowComponentLayout scroll_pane_cp029(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp029_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp029)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7571
// LAF Table : grid_gallery2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7572
inline TAknLayoutScalableParameterLimits cell_gallery2_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_gallery2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery2_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_gallery2_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_gallery2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery2_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_gallery2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7577
inline TAknWindowComponentLayout cell_gallery2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7579
inline TAknWindowComponentLayout cell_gallery2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery2_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7581
inline TAknWindowComponentLayout cell_gallery2_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7583
inline TAknWindowComponentLayout cell_gallery2_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_gallery2_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_gallery2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7585
inline TAknWindowComponentLayout grid_highlight_pane_cp10(TInt aVariety = 0, 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
  7586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7587
// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7588
inline TAknLayoutScalableParameterLimits popup_vitu2_match_list_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_match_list_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_match_list_window_ParamLimits)))(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 TAknLayoutScalableParameterLimits popup_vitu2_query_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_vitu2_query_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7594
// LAF Table : list_vitu2_match_list_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7595
inline TAknWindowComponentLayout bg_vitu2_candi_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vitu2_candi_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vitu2_candi_button_pane)))(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
// LAF Table : bg_vitu2_candi_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7598
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7600
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7602
inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g2_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g2_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_dropdown_list_char_pane_g2_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7604
// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7605
inline TAknWindowComponentLayout bg_button_pane_cp015(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp015_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp015)))(aVariety, aCol, aRow); }
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 bg_button_pane_cp016(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp016_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp016)))(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 TAknWindowComponentLayout bg_button_pane_cp017(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp017_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp017)))(aVariety, aCol, aRow); }
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 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
  7612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7613
inline TAknWindowComponentLayout popup_vitu2_query_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g1)))(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 TAknWindowComponentLayout popup_vitu2_query_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_vitu2_query_window_g_Limits()		{ return (*(Tpopup_vitu2_query_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g_Limits)))(); }
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
inline TAknWindowComponentLayout popup_vitu2_query_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7621
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7623
inline TAknTextComponentLayout popup_vitu2_query_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7625
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7627
inline TAknTextComponentLayout popup_vitu2_query_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7629
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7631
inline TAknTextComponentLayout popup_vitu2_query_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7633
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7635
inline TAknTextComponentLayout popup_vitu2_query_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7637
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7639
inline TAknTextComponentLayout popup_vitu2_query_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7641
inline TAknLayoutScalableTableLimits popup_vitu2_query_window_t_Limits()		{ return (*(Tpopup_vitu2_query_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7643
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7645
inline TAknTextComponentLayout popup_vitu2_query_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7647
// LAF Table : main_cam_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7648
inline TAknWindowComponentLayout main_cset_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7651
inline TAknLayoutScalableParameterLimits aid_area_touch_slider_ParamLimits(TInt aVariety)		{ return (*(Taid_area_touch_slider_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_area_touch_slider_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7653
inline TAknLayoutScalableParameterLimits cset_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tcset_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7655
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7657
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7659
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g3_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 TAknWindowComponentLayout main_cset_slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g3)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g4_ParamLimits)))(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
inline TAknWindowComponentLayout main_cset_slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7667
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7669
inline TAknWindowComponentLayout main_cset_slider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7671
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7673
inline TAknWindowComponentLayout main_cset_slider_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7675
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7677
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7679
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7681
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7683
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7685
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7687
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t6_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t6_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 TAknLayoutScalableParameterLimits main_cset_slider_pane_t7_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t7_ParamLimits)))(aVariety); }
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 main_cset_slider_pane_t8_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t8_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 TAknTextComponentLayout main_cset_slider_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t8)))(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 main_cset_slider_pane_t9_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t9_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 TAknTextComponentLayout main_cset_slider_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t9)))(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 main_cset_slider_pane_t10_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t10_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 TAknTextComponentLayout main_cset_slider_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t10)))(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 main_cset_slider_pane_t11_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t11_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 TAknTextComponentLayout main_cset_slider_pane_t11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t11)))(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 main_cset_slider_pane_t12_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t12_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 main_cset_slider_pane_t12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t12)))(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
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t13_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7713
inline TAknTextComponentLayout main_cset_slider_pane_t13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7715
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7717
// LAF Table : main_cset_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7718
inline TAknWindowComponentLayout bg_popup_sub_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp011)))(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
inline TAknWindowComponentLayout main_cset_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7722
inline TAknTextComponentLayout main_cset_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7724
inline TAknTextComponentLayout main_cset_text_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7726
inline TAknTextComponentLayout main_cset_text_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7728
inline TAknTextComponentLayout main_cset_text_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7730
inline TAknTextComponentLayout main_cset_text_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_text_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t6)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_text_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t7)))(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 TAknLayoutScalableTableLimits main_cset_text_pane_t_Limits()		{ return (*(Tmain_cset_text_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t_Limits)))(); }
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
inline TAknTextComponentLayout main_cset_text_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7740
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7741
inline TAknWindowComponentLayout main_cam4_burst_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam4_burst_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam4_burst_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7743
inline TAknWindowComponentLayout main_cam5_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7745
// LAF Table : afind_page_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7746
inline TAknWindowComponentLayout bg_button_pane_cp019(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp019_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp019)))(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
inline TAknWindowComponentLayout bg_button_pane_cp020(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp020_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp020)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7750
// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7751
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g7_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_cset_slider_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7755
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7757
inline TAknWindowComponentLayout main_cset_slider_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g8)))(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 TAknLayoutScalableParameterLimits main_cset_slider_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g9_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_cset_slider_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7763
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g10_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7765
inline TAknWindowComponentLayout main_cset_slider_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g10)))(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
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g11_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7769
inline TAknWindowComponentLayout main_cset_slider_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7771
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g12_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7773
inline TAknWindowComponentLayout main_cset_slider_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g12)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset_slider_pane_g13_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g13_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_cset_slider_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7779
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g14_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g14_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7781
inline TAknWindowComponentLayout main_cset_slider_pane_g14(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7783
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g15_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7785
inline TAknWindowComponentLayout main_cset_slider_pane_g15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7787
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t14_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t14_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7789
inline TAknTextComponentLayout main_cset_slider_pane_t14(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7791
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t15_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_t15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7793
inline TAknTextComponentLayout main_cset_slider_pane_t15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_t15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_t15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7795
// LAF Table : main_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7796
inline TAknLayoutScalableParameterLimits aid_cam4_burst_size_cell_ParamLimits(TInt aVariety)		{ return (*(Taid_cam4_burst_size_cell_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cam4_burst_size_cell_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 aid_cam4_burst_size_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cam4_burst_size_cell_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cam4_burst_size_cell)))(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 grid_cam4_burst_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_cam4_burst_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cam4_burst_pane_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 grid_cam4_burst_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_cam4_burst_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cam4_burst_pane)))(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 TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout linegrid_cam4_burst_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits scroll_pane_cp30_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp30_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp30_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout scroll_pane_cp30(TInt aVariety, 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
  7811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7812
// LAF Table : grid_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7813
inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_cam4_burst_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7815
inline TAknWindowComponentLayout cell_cam4_burst_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_cam4_burst_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane)))(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
// LAF Table : linegrid_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7818
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7820
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7822
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7824
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7826
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7828
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7830
inline TAknLayoutScalableTableLimits linegrid_cam4_burst_pane_g_Limits()		{ return (*(Tlinegrid_cam4_burst_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7832
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7834
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7836
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g3_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g3_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7838
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7840
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7842
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g5_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7848
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7850
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7852
inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tlinegrid_cam4_burst_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7854
inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlinegrid_cam4_burst_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_linegrid_cam4_burst_pane_g7)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7857
inline TAknWindowComponentLayout cell_cam4_burst_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cam4_burst_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7859
// LAF Table : main_cam5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7860
inline TAknLayoutScalableParameterLimits main_cam5_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t3_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t3)))(aVariety, aCol, aRow); }
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 main_cam5_pane_t4_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t4_ParamLimits)))(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 TAknTextComponentLayout main_cam5_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t4)))(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
inline TAknLayoutScalableParameterLimits main_cam5_pane_t5_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7878
inline TAknTextComponentLayout main_cam5_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7880
inline TAknLayoutScalableParameterLimits main_cam5_pane_t6_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7882
inline TAknTextComponentLayout main_cam5_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7884
inline TAknLayoutScalableParameterLimits main_cam5_pane_t7_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7886
inline TAknTextComponentLayout main_cam5_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7888
inline TAknLayoutScalableParameterLimits main_cam5_pane_t8_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t8_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_cam5_pane_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7892
inline TAknLayoutScalableParameterLimits main_cam5_pane_t9_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7894
inline TAknTextComponentLayout main_cam5_pane_t9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t10_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t10_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t10)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t11_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t11_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_cam5_pane_t11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7904
inline TAknLayoutScalableParameterLimits main_cam5_pane_t12_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7906
inline TAknTextComponentLayout main_cam5_pane_t12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7908
inline TAknLayoutScalableParameterLimits main_cam5_pane_t13_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t13_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 TAknTextComponentLayout main_cam5_pane_t13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t13)))(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
inline TAknLayoutScalableTableLimits main_cam5_pane_t_Limits()		{ return (*(Tmain_cam5_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7914
inline TAknLayoutScalableParameterLimits main_cam5_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tmain_cam5_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7916
inline TAknTextComponentLayout main_cam5_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam5_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam5_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7918
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7919
inline TAknLayoutScalableParameterLimits popup_scut_keymap_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_scut_keymap_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_scut_keymap_window_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_scut_keymap_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_scut_keymap_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_scut_keymap_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7923
// LAF Table : popup_scut_keymap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7924
inline TAknWindowComponentLayout aid_size_cell_brow_shortcut(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_brow_shortcut_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_brow_shortcut)))(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 bg_popup_window_pane_cp010(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp010_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp010)))(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 TAknWindowComponentLayout grid_scut_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_scut_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_scut_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : grid_scut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7931
inline TAknLayoutScalableParameterLimits cell_scut_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_scut_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7933
inline TAknWindowComponentLayout cell_scut_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_scut_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7935
// LAF Table : cell_scut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7936
inline TAknWindowComponentLayout cell_scut_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_scut_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7938
inline TAknTextComponentLayout cell_scut_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_scut_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7940
inline TAknTextComponentLayout cell_scut_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_scut_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_t2)))(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 TAknTextComponentLayout cell_scut_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_scut_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_t3)))(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 TAknLayoutScalableTableLimits cell_scut_pane_t_Limits()		{ return (*(Tcell_scut_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_t_Limits)))(); }
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 TAknTextComponentLayout cell_scut_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_scut_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_scut_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7949
inline TAknLayoutScalableParameterLimits main_mup3_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7951
inline TAknWindowComponentLayout main_mup3_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7953
// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7954
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7956
inline TAknWindowComponentLayout area_vitu2_query_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7958
// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7959
inline TAknWindowComponentLayout input_focus_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7961
// LAF Table : area_vitu2_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7962
inline TAknWindowComponentLayout area_vitu2_query_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7964
inline TAknWindowComponentLayout area_vitu2_query_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7966
inline TAknLayoutScalableTableLimits area_vitu2_query_pane_g_Limits()		{ return (*(Tarea_vitu2_query_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7968
inline TAknWindowComponentLayout area_vitu2_query_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7970
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7972
inline TAknTextComponentLayout area_vitu2_query_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7974
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7976
inline TAknTextComponentLayout area_vitu2_query_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7978
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7980
inline TAknTextComponentLayout area_vitu2_query_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7982
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t4_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout area_vitu2_query_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7986
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7988
inline TAknTextComponentLayout area_vitu2_query_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7990
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t6_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7992
inline TAknTextComponentLayout area_vitu2_query_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7994
inline TAknLayoutScalableTableLimits area_vitu2_query_pane_t_Limits()		{ return (*(Tarea_vitu2_query_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7996
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7998
inline TAknTextComponentLayout area_vitu2_query_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  7999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8000
inline TAknWindowComponentLayout bg_button_pane_cp018(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp018_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp018)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8002
inline TAknWindowComponentLayout bg_button_pane_cp021(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp021_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp021)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8004
inline TAknWindowComponentLayout bg_button_pane_cp022(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp022_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp022)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8006
inline TAknWindowComponentLayout input_focus_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8008
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8009
inline TAknWindowComponentLayout aid_size_touch_mv_arrow_left(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_mv_arrow_left_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_mv_arrow_left)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8011
inline TAknWindowComponentLayout aid_size_touch_mv_arrow_right(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_mv_arrow_right_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_mv_arrow_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8013
// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8014
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g16_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g16_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g16_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset_slider_pane_g16(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g16)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset_slider_pane_g17_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g17_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g17_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset_slider_pane_g17(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g17)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8023
inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_cam4_burst_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8025
// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8026
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
  8027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8028
// LAF Table : popup_vtel_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8029
inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8031
inline TAknWindowComponentLayout popup_vtel_slider_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8033
inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8035
inline TAknWindowComponentLayout popup_vtel_slider_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8037
inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vtel_slider_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8039
inline TAknTextComponentLayout popup_vtel_slider_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vtel_slider_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vtel_slider_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8041
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8042
inline TAknWindowComponentLayout main_cl_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cl_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cl_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8044
inline TAknLayoutScalableParameterLimits popup_imed_adjust2_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_imed_adjust2_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8046
// LAF Table : popup_imed_adjust2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8047
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp05_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp05_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_imed_adjust2_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_imed_adjust2_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g2_ParamLimits)))(aVariety); }
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 popup_imed_adjust2_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_adjust2_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g2)))(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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_imed_adjust2_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g3_ParamLimits)))(aVariety); }
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 popup_imed_adjust2_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_adjust2_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g3)))(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 TAknLayoutScalableTableLimits popup_imed_adjust2_window_g_Limits()		{ return (*(Tpopup_imed_adjust2_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_imed_adjust2_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 popup_imed_adjust2_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_imed_adjust2_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_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
inline TAknLayoutScalableParameterLimits popup_imed_adjust2_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_imed_adjust2_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_imed_adjust2_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8067
inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_ParamLimits(TInt aVariety)		{ return (*(Tslider_imed_adjust_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8069
// LAF Table : slider_imed_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8070
inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tslider_imed_adjust_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8072
inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tslider_imed_adjust_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8074
inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tslider_imed_adjust_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8076
inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tslider_imed_adjust_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8078
inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tslider_imed_adjust_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_slider_imed_adjust_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8080
// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8081
inline TAknLayoutScalableParameterLimits aid_touch_area_cam4_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_cam4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_cam4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_touch_area_cam4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_cam4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_cam4)))(aVariety, aCol, aRow); }
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 battery_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbattery_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_battery_pane_cp01)))(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
inline TAknLayoutScalableParameterLimits main_camera4_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8089
inline TAknWindowComponentLayout main_camera4_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8091
inline TAknLayoutScalableParameterLimits main_camera4_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_camera4_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8093
inline TAknTextComponentLayout main_camera4_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8095
inline TAknLayoutScalableTableLimits main_camera4_pane_t_Limits()		{ return (*(Tmain_camera4_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_camera4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_camera4_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_camera4_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_camera4_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_camera4_pane_t)))(aLineIndex, 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
// LAF Table : main_video4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8102
inline TAknLayoutScalableParameterLimits aid_touch_area_vid4_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_area_vid4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_vid4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8104
inline TAknWindowComponentLayout aid_touch_area_vid4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_area_vid4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_area_vid4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video4_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_video4_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_video4_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_video4_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_video4_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vid4_progress_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vid4_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8115
inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g18_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_slider_pane_g18_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8117
inline TAknWindowComponentLayout main_cset_slider_pane_g18(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_slider_pane_g18_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_slider_pane_g18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8119
// LAF Table : cell_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8120
inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_cam4_burst_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8122
inline TAknWindowComponentLayout cell_cam4_burst_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cam4_burst_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8124
inline TAknLayoutScalableTableLimits cell_cam4_burst_pane_g_Limits()		{ return (*(Tcell_cam4_burst_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8126
inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_cam4_burst_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8128
inline TAknWindowComponentLayout cell_cam4_burst_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cam4_burst_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cam4_burst_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8130
// LAF Table : main_cl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8131
inline TAknLayoutScalableParameterLimits bg_cl_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_cl_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bg_cl_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8135
inline TAknLayoutScalableParameterLimits cl_header_pane_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8137
inline TAknWindowComponentLayout cl_header_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8139
inline TAknLayoutScalableParameterLimits cl_listscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tcl_listscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8141
inline TAknWindowComponentLayout cl_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8143
// LAF Table : bg_cl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8144
inline TAknWindowComponentLayout bg_cl_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g1)))(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 TAknWindowComponentLayout bg_cl_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g2)))(aVariety, aCol, aRow); }
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 bg_cl_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g3)))(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
inline TAknWindowComponentLayout bg_cl_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8152
inline TAknWindowComponentLayout bg_cl_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8154
inline TAknWindowComponentLayout bg_cl_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8156
inline TAknWindowComponentLayout bg_cl_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8158
inline TAknWindowComponentLayout bg_cl_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8160
inline TAknWindowComponentLayout bg_cl_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8162
inline TAknLayoutScalableTableLimits bg_cl_pane_g_Limits()		{ return (*(Tbg_cl_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8164
inline TAknWindowComponentLayout bg_cl_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : cl_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8167
inline TAknLayoutScalableParameterLimits aid_height_cl_leading_ParamLimits(TInt aVariety)		{ return (*(Taid_height_cl_leading_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_cl_leading_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8169
inline TAknWindowComponentLayout aid_height_cl_leading(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_cl_leading_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_cl_leading)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8171
inline TAknLayoutScalableParameterLimits aid_height_cl_text_ParamLimits(TInt aVariety)		{ return (*(Taid_height_cl_text_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_cl_text_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8173
inline TAknWindowComponentLayout aid_height_cl_text(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_height_cl_text_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_height_cl_text)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8175
inline TAknLayoutScalableParameterLimits bg_cl_header_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_cl_header_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8177
inline TAknWindowComponentLayout bg_cl_header_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8179
inline TAknLayoutScalableParameterLimits cl_header_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8181
inline TAknWindowComponentLayout cl_header_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_pane_g1)))(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 TAknLayoutScalableParameterLimits cl_header_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cl_header_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_pane_t1)))(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 : cl_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8188
inline TAknWindowComponentLayout cl_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_list_pane)))(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 hc_scroll_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_cp01)))(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 : bg_cl_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8193
inline TAknWindowComponentLayout bg_cl_header_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g1)))(aVariety, aCol, aRow); }
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_cl_header_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g2)))(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 bg_cl_header_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g3)))(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
inline TAknWindowComponentLayout bg_cl_header_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8201
inline TAknWindowComponentLayout bg_cl_header_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8203
inline TAknWindowComponentLayout bg_cl_header_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g6)))(aVariety, aCol, aRow); }
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_cl_header_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g7)))(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 TAknWindowComponentLayout bg_cl_header_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g8)))(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 TAknWindowComponentLayout bg_cl_header_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits bg_cl_header_pane_g_Limits()		{ return (*(Tbg_cl_header_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout bg_cl_header_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_cl_header_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_cl_header_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8215
// LAF Table : cl_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8216
inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8220
inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Thc_cl_list_single_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8222
inline TAknWindowComponentLayout hc_cl_list_single_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_single_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8224
// LAF Table : hc_cl_list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8225
inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_single_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8227
inline TAknWindowComponentLayout hc_cl_list_single_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_single_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8229
inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_single_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8231
inline TAknWindowComponentLayout hc_cl_list_single_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_single_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8233
inline TAknLayoutScalableTableLimits hc_cl_list_single_graphic_pane_g_Limits()		{ return (*(Thc_cl_list_single_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8235
inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_cl_list_single_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8237
inline TAknWindowComponentLayout hc_cl_list_single_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_single_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8239
inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_single_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8241
inline TAknTextComponentLayout hc_cl_list_single_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_single_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_single_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8243
// LAF Table : hc_cl_list_double_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8244
inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8248
inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8250
inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g2)))(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
inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8254
inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8256
inline TAknLayoutScalableTableLimits hc_cl_list_double_graphic_heading_pane_g_Limits()		{ return (*(Thc_cl_list_double_graphic_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8258
inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 hc_cl_list_double_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_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
  8261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8262
inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_cl_list_double_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_t1)))(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 TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_cl_list_double_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_t2)))(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 TAknLayoutScalableTableLimits hc_cl_list_double_graphic_heading_pane_t_Limits()		{ return (*(Thc_cl_list_double_graphic_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_cl_list_double_graphic_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_list_double_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout hc_cl_list_double_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_cl_list_double_graphic_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_cl_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
  8275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8276
// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8277
inline TAknWindowComponentLayout vid4_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8279
inline TAknWindowComponentLayout vid4_progress_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8281
inline TAknWindowComponentLayout vid4_progress_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8283
inline TAknWindowComponentLayout vid4_progress_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vid4_progress_pane_g_Limits()		{ return (*(Tvid4_progress_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout vid4_progress_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8289
inline TAknTextComponentLayout vid4_progress_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8291
inline TAknTextComponentLayout vid4_progress_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8293
inline TAknLayoutScalableTableLimits vid4_progress_pane_t_Limits()		{ return (*(Tvid4_progress_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t_Limits)))(); }
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
inline TAknTextComponentLayout vid4_progress_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8297
inline TAknWindowComponentLayout wait_bar_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8299
// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8300
inline TAknLayoutScalableParameterLimits blid_firmament_pane_ParamLimits(TInt aVariety)		{ return (*(Tblid_firmament_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_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 TAknWindowComponentLayout popup_blid_sat_info2_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_g1)))(aVariety, aCol, aRow); }
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
inline TAknTextComponentLayout popup_blid_sat_info2_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8306
inline TAknTextComponentLayout popup_blid_sat_info2_window_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8308
inline TAknTextComponentLayout popup_blid_sat_info2_window_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8310
inline TAknTextComponentLayout popup_blid_sat_info2_window_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t6)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_blid_sat_info2_window_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t7)))(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 TAknTextComponentLayout popup_blid_sat_info2_window_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t8)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_blid_sat_info2_window_t9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t9)))(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 TAknTextComponentLayout popup_blid_sat_info2_window_t10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t10)))(aVariety, aCol, aRow); }
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
// LAF Table : blid_firmament_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8321
inline TAknLayoutScalableParameterLimits aid_firma_cardinal_ParamLimits(TInt aVariety)		{ return (*(Taid_firma_cardinal_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_firma_cardinal_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8323
inline TAknLayoutScalableParameterLimits blid_firmament_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tblid_firmament_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8325
inline TAknLayoutScalableParameterLimits blid_firmament_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tblid_firmament_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8327
inline TAknLayoutScalableParameterLimits blid_firmament_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tblid_firmament_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8329
inline TAknLayoutScalableParameterLimits blid_firmament_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tblid_firmament_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8331
inline TAknLayoutScalableParameterLimits blid_firmament_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tblid_firmament_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_firmament_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8333
inline TAknLayoutScalableParameterLimits blid_sat_info_pane_ParamLimits(TInt aVariety)		{ return (*(Tblid_sat_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid_sat_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8335
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8336
inline TAknLayoutScalableParameterLimits main_cam_set_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cam_set_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8338
// LAF Table : popup_imed_trans_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8339
inline TAknLayoutScalableParameterLimits aid_size_cell_colour_35_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_colour_35_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_35_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits aid_size_cell_colour_112_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_colour_112_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_colour_112_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8343
inline TAknLayoutScalableParameterLimits aid_size_cell_effect_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_effect_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_effect_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8345
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8347
inline TAknLayoutScalableParameterLimits heading_imed_pane_ParamLimits(TInt aVariety)		{ return (*(Theading_imed_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_imed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8349
inline TAknLayoutScalableParameterLimits listscroll_imed_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_imed_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_imed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8351
// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8352
inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call2_audio_first_window_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8354
inline TAknWindowComponentLayout popup_call2_audio_first_window_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call2_audio_first_window_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call2_audio_first_window_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8356
// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8357
inline TAknLayoutScalableParameterLimits aid_size_touch_image3_arrow_left_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_image3_arrow_left_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_image3_arrow_left_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8359
inline TAknWindowComponentLayout aid_size_touch_image3_arrow_left(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_image3_arrow_left_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_image3_arrow_left)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8361
inline TAknLayoutScalableParameterLimits aid_size_touch_image3_arrow_right_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_image3_arrow_right_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_image3_arrow_right_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8363
inline TAknWindowComponentLayout aid_size_touch_image3_arrow_right(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_image3_arrow_right_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_image3_arrow_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8365
// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8366
inline TAknTextComponentLayout vid4_progress_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t3)))(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
// LAF Table : main_hwr_training_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8369
inline TAknLayoutScalableParameterLimits main_hwr_training_symbol_option_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_hwr_training_symbol_option_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hwr_training_symbol_option_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8371
inline TAknWindowComponentLayout main_hwr_training_symbol_option_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hwr_training_symbol_option_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hwr_training_symbol_option_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8373
inline TAknLayoutScalableParameterLimits popup_hwr_training_preview_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_hwr_training_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_hwr_training_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8375
inline TAknWindowComponentLayout popup_hwr_training_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_hwr_training_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_hwr_training_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8377
// LAF Table : hwr_training_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8378
inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Thwr_training_navi_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g5_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout hwr_training_navi_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thwr_training_navi_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hwr_training_navi_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8382
// LAF Table : field_vitu2_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8383
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
  8384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8385
// LAF Table : popup_vitu2_match_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8386
inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp20_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_sub_pane_cp20_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp20_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits list_vitu2_match_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_vitu2_match_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_vitu2_match_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8390
inline TAknLayoutScalableParameterLimits vitu2_page_scroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tvitu2_page_scroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8392
inline TAknWindowComponentLayout vitu2_page_scroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvitu2_page_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8394
// LAF Table : main_hwr_training_symbol_option_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8395
inline TAknLayoutScalableParameterLimits list_single_hwr_training_symbol_option_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_hwr_training_symbol_option_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_symbol_option_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_hwr_training_symbol_option_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hwr_training_symbol_option_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_symbol_option_pane)))(aVariety, aCol, aRow); }
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 : list_single_hwr_training_symbol_option_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8400
inline TAknWindowComponentLayout list_single_hwr_training_symbol_option_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hwr_training_symbol_option_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_symbol_option_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 TAknTextComponentLayout list_single_hwr_training_symbol_option_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_hwr_training_symbol_option_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_hwr_training_symbol_option_pane_t1)))(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
// LAF Table : vitu2_page_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8405
inline TAknWindowComponentLayout bg_button_pane_cp023(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp023_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp023)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8407
inline TAknWindowComponentLayout bg_button_pane_cp024(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp024_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp024)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8409
inline TAknWindowComponentLayout vitu2_page_scroll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvitu2_page_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8411
inline TAknWindowComponentLayout vitu2_page_scroll_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvitu2_page_scroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vitu2_page_scroll_pane_g_Limits()		{ return (*(Tvitu2_page_scroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane_g_Limits)))(); }
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 TAknWindowComponentLayout vitu2_page_scroll_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvitu2_page_scroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
inline TAknTextComponentLayout vitu2_page_scroll_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvitu2_page_scroll_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vitu2_page_scroll_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8419
// LAF Table : popup_char_count_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8420
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
  8421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8422
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
  8423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8424
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
  8425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8426
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
  8427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8428
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
  8429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8430
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
  8431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8432
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8433
inline TAknWindowComponentLayout main_vded2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane)))(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
// LAF Table : popup_imed_adjust2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8436
inline TAknWindowComponentLayout aid_size_cell_imed_line(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_imed_line_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_imed_line)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8438
inline TAknWindowComponentLayout grid_imed_line_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_imed_line_width_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_imed_line_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8440
// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8441
inline TAknWindowComponentLayout vid4_indicators_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g4)))(aVariety, aCol, aRow); }
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
// LAF Table : grid_imed_line_width_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8444
inline TAknLayoutScalableParameterLimits cell_imed_line_width_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_imed_line_width_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_line_width_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8446
inline TAknWindowComponentLayout cell_imed_line_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_line_width_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_line_width_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_imed_line_width_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8449
inline TAknWindowComponentLayout cell_imed_line_width_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_line_width_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_line_width_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8451
inline TAknWindowComponentLayout cell_imed_line_width_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_line_width_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_line_width_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_imed_line_width_pane_g_Limits()		{ return (*(Tcell_imed_line_width_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_line_width_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cell_imed_line_width_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_imed_line_width_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_imed_line_width_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_vded2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8458
inline TAknLayoutScalableParameterLimits main_vded2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_vded2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8460
inline TAknWindowComponentLayout main_vded2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8462
inline TAknLayoutScalableParameterLimits main_vded2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_vded2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8464
inline TAknWindowComponentLayout main_vded2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8466
inline TAknLayoutScalableTableLimits main_vded2_pane_g_Limits()		{ return (*(Tmain_vded2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8468
inline TAknLayoutScalableParameterLimits main_vded2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_vded2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8470
inline TAknWindowComponentLayout main_vded2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vded2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vded2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8472
inline TAknLayoutScalableParameterLimits vded2_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tvded2_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8474
inline TAknWindowComponentLayout vded2_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8476
// LAF Table : vded2_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8477
inline TAknWindowComponentLayout aid_size_touch_vded2_end(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_vded2_end_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_vded2_end)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout aid_size_touch_vded2_playhead(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_vded2_playhead_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_vded2_playhead)))(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 TAknWindowComponentLayout aid_size_touch_vded2_start(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_vded2_start_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_vded2_start)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout vded2_slider_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_bg_pane)))(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 TAknWindowComponentLayout vded2_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout vded2_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane_g2)))(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 TAknWindowComponentLayout vded2_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vded2_slider_pane_g_Limits()		{ return (*(Tvded2_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane_g_Limits)))(); }
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 TAknWindowComponentLayout vded2_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_pane_g)))(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 : vded2_slider_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8496
inline TAknWindowComponentLayout vded2_slider_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_bg_pane_g1)))(aVariety, aCol, aRow); }
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 vded2_slider_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_bg_pane_g2)))(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 TAknWindowComponentLayout vded2_slider_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_bg_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vded2_slider_bg_pane_g_Limits()		{ return (*(Tvded2_slider_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_bg_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout vded2_slider_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvded2_slider_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vded2_slider_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8506
// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8507
inline TAknLayoutScalableParameterLimits aid_postcard_touch_down_pane_ParamLimits(TInt aVariety)		{ return (*(Taid_postcard_touch_down_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_postcard_touch_down_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8509
inline TAknWindowComponentLayout aid_postcard_touch_down_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_postcard_touch_down_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_postcard_touch_down_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8511
inline TAknLayoutScalableParameterLimits aid_postcard_touch_up_pane_ParamLimits(TInt aVariety)		{ return (*(Taid_postcard_touch_up_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_postcard_touch_up_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8513
inline TAknWindowComponentLayout aid_postcard_touch_up_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_postcard_touch_up_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_postcard_touch_up_pane)))(aVariety, aCol, aRow); }
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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8516
inline TAknWindowComponentLayout main_blid2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_blid2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_blid2_pane)))(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 popup_blid2_search_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid2_search_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid2_search_window)))(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 : main_blid2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8521
inline TAknWindowComponentLayout blid2_gps_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_gps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_gps_pane)))(aVariety, aCol, aRow); }
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 blid2_navig_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane)))(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
inline TAknWindowComponentLayout blid2_search_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_search_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_search_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8527
inline TAknWindowComponentLayout blid2_tripm_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8529
// LAF Table : blid2_search_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8530
inline TAknLayoutScalableParameterLimits blid2_search_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_search_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_search_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8532
inline TAknWindowComponentLayout blid2_search_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_search_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_search_pane_g1)))(aVariety, aCol, aRow); }
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 blid2_search_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_search_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_search_pane_t1_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 TAknTextComponentLayout blid2_search_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_search_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_search_pane_t1)))(aVariety, aCol, aRow); }
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 : blid2_gps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8539
inline TAknLayoutScalableParameterLimits aid_size_cell_blid2_gps_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_blid2_gps_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_blid2_gps_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 aid_size_cell_blid2_gps(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_blid2_gps_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_blid2_gps)))(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
inline TAknLayoutScalableParameterLimits blid2_gps_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_gps_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_gps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8545
inline TAknWindowComponentLayout blid2_gps_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_gps_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_gps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8547
inline TAknLayoutScalableParameterLimits grid_blid2_satellite_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_blid2_satellite_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_blid2_satellite_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8549
inline TAknWindowComponentLayout grid_blid2_satellite_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_blid2_satellite_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_blid2_satellite_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : blid2_navig_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8552
inline TAknLayoutScalableParameterLimits blid2_navig_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_navig_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8554
inline TAknWindowComponentLayout blid2_navig_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_navig_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_navig_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout blid2_navig_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8560
inline TAknLayoutScalableParameterLimits blid2_navig_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tblid2_navig_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8562
inline TAknTextComponentLayout blid2_navig_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8564
inline TAknLayoutScalableTableLimits blid2_navig_pane_t_Limits()		{ return (*(Tblid2_navig_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits blid2_navig_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tblid2_navig_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout blid2_navig_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_navig_ring_pane_ParamLimits(TInt aVariety)		{ return (*(Tblid2_navig_ring_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_navig_ring_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_speed_pane_ParamLimits(TInt aVariety)		{ return (*(Tblid2_speed_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_speed_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_speed_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8579
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8581
inline TAknWindowComponentLayout blid2_tripm_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8583
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8585
inline TAknWindowComponentLayout blid2_tripm_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8587
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8589
inline TAknWindowComponentLayout blid2_tripm_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8591
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8593
inline TAknWindowComponentLayout blid2_tripm_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8595
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g5_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 blid2_tripm_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g5)))(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 TAknLayoutScalableTableLimits blid2_tripm_pane_g_Limits()		{ return (*(Tblid2_tripm_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tblid2_tripm_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout blid2_tripm_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 blid2_tripm_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t1_ParamLimits)))(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 TAknTextComponentLayout blid2_tripm_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t1)))(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 blid2_tripm_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t2_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 blid2_tripm_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t2)))(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 blid2_tripm_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t3_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 blid2_tripm_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t3)))(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 TAknLayoutScalableTableLimits blid2_tripm_pane_t_Limits()		{ return (*(Tblid2_tripm_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tblid2_tripm_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout blid2_tripm_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : grid_blid2_satellite_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8624
inline TAknLayoutScalableParameterLimits cell_blid2_satellite_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_blid2_satellite_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_blid2_satellite_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8626
inline TAknWindowComponentLayout cell_blid2_satellite_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_blid2_satellite_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_blid2_satellite_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8628
// LAF Table : cell_blid2_satellite_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8629
inline TAknWindowComponentLayout cell_blid2_satellite_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_blid2_satellite_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_blid2_satellite_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8631
inline TAknTextComponentLayout cell_blid2_satellite_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_blid2_satellite_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_blid2_satellite_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8633
// LAF Table : blid2_speed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8634
inline TAknWindowComponentLayout blid2_speed_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_speed_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane_g1)))(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 TAknTextComponentLayout blid2_speed_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_speed_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_speed_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_speed_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane_t2)))(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 blid2_speed_pane_t_Limits()		{ return (*(Tblid2_speed_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane_t_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 TAknTextComponentLayout blid2_speed_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_speed_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_speed_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : blid2_navig_ring_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8645
inline TAknWindowComponentLayout blid2_navig_ring_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8647
inline TAknWindowComponentLayout blid2_navig_ring_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8649
inline TAknWindowComponentLayout blid2_navig_ring_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8651
inline TAknWindowComponentLayout blid2_navig_ring_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8653
inline TAknWindowComponentLayout blid2_navig_ring_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8655
inline TAknLayoutScalableTableLimits blid2_navig_ring_pane_g_Limits()		{ return (*(Tblid2_navig_ring_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8657
inline TAknWindowComponentLayout blid2_navig_ring_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_navig_ring_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_navig_ring_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8659
// LAF Table : popup_blid2_search_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8660
inline TAknWindowComponentLayout bg_popup_window_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp011)))(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 TAknWindowComponentLayout popup_blid2_search_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid2_search_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid2_search_window_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_blid2_search_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid2_search_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid2_search_window_t1)))(aVariety, aCol, aRow); }
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_blid2_search_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid2_search_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid2_search_window_t2)))(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 TAknLayoutScalableTableLimits popup_blid2_search_window_t_Limits()		{ return (*(Tpopup_blid2_search_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid2_search_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_blid2_search_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid2_search_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid2_search_window_t)))(aLineIndex, 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 : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8673
inline TAknWindowComponentLayout main_browser_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_browser_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_browser_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8676
inline TAknLayoutScalableParameterLimits main_browser_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_browser_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_browser_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8678
// LAF Table : cell_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8679
inline TAknLayoutScalableParameterLimits bg_button_pane_cp011_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp011_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp011_ParamLimits)))(aVariety); }
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 cell_vitu2_function_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_pane_g1_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
// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8684
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
  8685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8686
inline TAknLayoutScalableParameterLimits input_focus_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tinput_focus_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8688
inline TAknLayoutScalableParameterLimits popup_vitu2_query_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_vitu2_query_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8690
inline TAknWindowComponentLayout popup_vitu2_query_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8692
inline TAknWindowComponentLayout popup_vitu2_query_input_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_input_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_input_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8694
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8696
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8698
inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8700
// LAF Table : popup_vitu2_query_input_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8701
inline TAknWindowComponentLayout bg_button_pane_cp026(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp026_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp026)))(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
inline TAknWindowComponentLayout popup_vitu2_query_input_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_input_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_input_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8705
// LAF Table : popup_vitu2_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8706
inline TAknWindowComponentLayout bg_button_pane_cp025(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp025_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp025)))(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 TAknTextComponentLayout popup_vitu2_query_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_button_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_mp3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8711
inline TAknTextComponentLayout main_mp3_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp3_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp3_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8713
inline TAknWindowComponentLayout popup_slider_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8715
// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8716
inline TAknWindowComponentLayout cam4_battery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane)))(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
// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8719
inline TAknWindowComponentLayout cam4_battery_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8721
// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8722
inline TAknWindowComponentLayout cam4_battery_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cam4_battery_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_cp03)))(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
// LAF Table : cam4_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8727
inline TAknWindowComponentLayout cam4_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8729
inline TAknWindowComponentLayout cam4_battery_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8731
inline TAknLayoutScalableTableLimits cam4_battery_pane_g_Limits()		{ return (*(Tcam4_battery_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8733
inline TAknWindowComponentLayout cam4_battery_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_battery_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8735
// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8736
inline TAknTextComponentLayout popup_blid_sat_info2_window_t11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_blid_sat_info2_window_t11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_blid_sat_info2_window_t11)))(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
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8739
inline TAknLayoutScalableParameterLimits aid_size_touch_mv_arrow_left_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_mv_arrow_left_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_mv_arrow_left_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8741
inline TAknLayoutScalableParameterLimits aid_size_touch_mv_arrow_right_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_mv_arrow_right_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_mv_arrow_right_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8743
inline TAknLayoutScalableParameterLimits navi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tnavi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8745
inline TAknLayoutScalableParameterLimits navi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tnavi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g2_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits navi_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tnavi_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g3_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits navi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tnavi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknLayoutScalableParameterLimits navi_pane_mv_t1_ParamLimits(TInt aVariety)		{ return (*(Tnavi_pane_mv_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mv_t1_ParamLimits)))(aVariety); }
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 : listscroll_imed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8754
inline TAknLayoutScalableParameterLimits grid_imed_effect_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_imed_effect_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_imed_effect_pane_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
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8757
inline TAknWindowComponentLayout aid_placing_vt_slider_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_placing_vt_slider_lsc_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_slider_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8759
inline TAknWindowComponentLayout aid_placing_vt_slider_prt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_placing_vt_slider_prt_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_slider_prt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8761
// LAF Table : popup_image_details_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8762
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp01_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits popup_image_details_window_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g1_ParamLimits)))(aVariety); }
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 popup_image_details_window_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g2_ParamLimits)))(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 TAknLayoutScalableParameterLimits popup_image_details_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout popup_image_details_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_image_details_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8772
inline TAknLayoutScalableParameterLimits popup_image_details_window_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_image_details_window_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8774
inline TAknLayoutScalableParameterLimits popup_image_details_window_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8776
inline TAknLayoutScalableParameterLimits popup_image_details_window_t2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t2_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 TAknLayoutScalableParameterLimits popup_image_details_window_t3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t3_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits popup_image_details_window_t4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8782
inline TAknLayoutScalableParameterLimits popup_image_details_window_t5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_image_details_window_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8784
inline TAknLayoutScalableParameterLimits popup_image_details_window_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_image_details_window_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_image_details_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8786
// LAF Table : cl_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8787
inline TAknLayoutScalableParameterLimits cl_header_name_pane_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_name_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cl_header_name_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_name_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8791
// LAF Table : cl_header_name_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8792
inline TAknLayoutScalableParameterLimits cl_header_name_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_name_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cl_header_name_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_name_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8796
inline TAknLayoutScalableParameterLimits cl_header_name_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_name_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8798
inline TAknTextComponentLayout cl_header_name_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_name_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8800
inline TAknLayoutScalableParameterLimits cl_header_name_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tcl_header_name_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t3_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 TAknTextComponentLayout cl_header_name_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_name_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t3)))(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 TAknLayoutScalableTableLimits cl_header_name_pane_t_Limits()		{ return (*(Tcl_header_name_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits cl_header_name_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcl_header_name_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout cl_header_name_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcl_header_name_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cl_header_name_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8811
inline TAknLayoutScalableParameterLimits navi_pane_mv_g2_ParamLimits(TInt aVariety)		{ return (*(Tnavi_pane_mv_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mv_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8813
// LAF Table : field_vitu2_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8814
inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8820
inline TAknWindowComponentLayout field_vitu2_entry_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_vitu2_entry_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8822
inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tfield_vitu2_entry_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_vitu2_entry_pane_g_ParamLimits)))(aLineIndex, 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
// LAF Table : cell_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8825
inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8827
inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g2_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 cell_vitu2_itu_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g2)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableTableLimits cell_vitu2_itu_pane_g_Limits()		{ return (*(Tcell_vitu2_itu_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8833
inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_vitu2_itu_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8835
inline TAknWindowComponentLayout cell_vitu2_itu_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_itu_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_itu_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8837
// LAF Table : cell_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8838
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp05_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp05_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_vkb2_func_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp05)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8843
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8845
// LAF Table : cell_vitu2_function_top_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8846
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp04)))(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
// LAF Table : cell_vitu2_dropdown_list_ctrl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8849
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8851
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8853
// LAF Table : area_vitu2_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8854
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp08)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_vkb2_func_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp06)))(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 TAknWindowComponentLayout bg_vkb2_func_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp07)))(aVariety, aCol, aRow); }
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
// LAF Table : vitu2_page_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8861
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp11_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8863
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8865
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp12_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8867
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8869
// LAF Table : popup_vitu2_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8870
inline TAknWindowComponentLayout bg_vkb2_func_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_vkb2_func_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp09)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_vkb2_func_pane_cp03
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8873
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
  8874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8875
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
  8876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8877
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
  8878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8879
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
  8880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8881
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
  8882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8883
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
  8884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8885
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
  8886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8887
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
  8888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8889
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
  8890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8891
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
  8892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8893
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
  8894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8895
// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8896
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8898
inline TAknWindowComponentLayout blid2_tripm_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_g6)))(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 : mp4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8901
inline TAknWindowComponentLayout mp4_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmp4_progress_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mp4_progress_pane_g1)))(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 : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8904
inline TAknLayoutScalableParameterLimits blid2_tripm_values_pane_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_values_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_tripm_values_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane)))(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
// LAF Table : blid2_tripm_values_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8909
inline TAknTextComponentLayout blid2_tripm_values_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8911
inline TAknTextComponentLayout blid2_tripm_values_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8913
inline TAknTextComponentLayout blid2_tripm_values_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t3)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t4)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t6)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t7)))(aVariety, aCol, aRow); }
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
inline TAknTextComponentLayout blid2_tripm_values_pane_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8925
inline TAknTextComponentLayout blid2_tripm_values_pane_t9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8927
inline TAknLayoutScalableTableLimits blid2_tripm_values_pane_t_Limits()		{ return (*(Tblid2_tripm_values_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t_Limits)))(); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_values_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_values_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8932
inline TAknLayoutScalableParameterLimits call_video_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcall_video_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8934
inline TAknLayoutScalableParameterLimits call_video_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcall_video_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8936
inline TAknLayoutScalableParameterLimits call_video_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcall_video_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_video_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8938
// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8939
inline TAknLayoutScalableParameterLimits msg_header_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmsg_header_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8941
inline TAknLayoutScalableParameterLimits msg_header_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmsg_header_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8943
inline TAknWindowComponentLayout msg_header_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8945
inline TAknLayoutScalableTableLimits msg_header_pane_g_Limits()		{ return (*(Tmsg_header_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits msg_header_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmsg_header_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout msg_header_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmsg_header_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_msg_header_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8951
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8952
inline TAknLayoutScalableParameterLimits main_clock2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8954
// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8955
inline TAknLayoutScalableParameterLimits grid_clock2_toolbar_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_clock2_toolbar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_clock2_toolbar_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout grid_clock2_toolbar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_clock2_toolbar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_clock2_toolbar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8959
inline TAknLayoutScalableParameterLimits listscroll_clock2_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_clock2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_clock2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8961
inline TAknWindowComponentLayout listscroll_clock2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_clock2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_clock2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8963
inline TAknLayoutScalableParameterLimits main_clock2_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8965
inline TAknTextComponentLayout main_clock2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8967
inline TAknLayoutScalableParameterLimits main_clock2_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_clock2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t4)))(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
// LAF Table : grid_clock2_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8972
inline TAknWindowComponentLayout cell_clock2_toolbar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_clock2_toolbar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_clock2_toolbar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8974
inline TAknWindowComponentLayout cell_clock2_toolbar_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_clock2_toolbar_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_clock2_toolbar_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8976
inline TAknWindowComponentLayout cell_clock2_toolbar_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_clock2_toolbar_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_clock2_toolbar_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8978
inline TAknWindowComponentLayout cell_clock2_toolbar_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_clock2_toolbar_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_clock2_toolbar_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8980
// LAF Table : listscroll_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8981
inline TAknWindowComponentLayout list_clock2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_clock2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_clock2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8982
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8983
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
  8984
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8985
// LAF Table : list_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8986
inline TAknLayoutScalableParameterLimits list_single_clock2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_clock2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_clock2_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_clock2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tlist_single_clock2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_clock2_pane)))(aRow, aVariety, aCol); }
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
// LAF Table : list_single_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8991
inline TAknWindowComponentLayout list_highlight_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  8993
inline TAknTextComponentLayout list_single_clock2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_clock2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_clock2_pane_t1)))(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 TAknTextComponentLayout list_single_clock2_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_clock2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_clock2_pane_t2)))(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 TAknLayoutScalableTableLimits list_single_clock2_pane_t_Limits()		{ return (*(Tlist_single_clock2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_clock2_pane_t_Limits)))(); }
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 TAknTextComponentLayout list_single_clock2_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_clock2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_clock2_pane_t)))(aLineIndex, 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
// LAF Table : cell_clock2_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9002
inline TAknWindowComponentLayout bg_button_pane_cp10(TInt aVariety = 0, 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
  9003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9004
inline TAknWindowComponentLayout cell_clock2_toolbar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_clock2_toolbar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_clock2_toolbar_pane_g1)))(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
// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9007
inline TAknLayoutScalableParameterLimits aid_main_viewer_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taid_main_viewer_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9009
inline TAknWindowComponentLayout aid_main_viewer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_main_viewer_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9011
inline TAknLayoutScalableParameterLimits aid_main_viewer_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taid_main_viewer_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9013
inline TAknWindowComponentLayout aid_main_viewer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_main_viewer_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9015
inline TAknLayoutScalableParameterLimits aid_main_viewer_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taid_main_viewer_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g3_ParamLimits)))(aVariety); }
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 aid_main_viewer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_main_viewer_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g3)))(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 TAknLayoutScalableParameterLimits aid_main_viewer_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Taid_main_viewer_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g4_ParamLimits)))(aVariety); }
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 aid_main_viewer_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_main_viewer_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g4)))(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 TAknLayoutScalableTableLimits aid_main_viewer_pane_g_Limits()		{ return (*(Taid_main_viewer_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits aid_main_viewer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taid_main_viewer_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9027
inline TAknWindowComponentLayout aid_main_viewer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_main_viewer_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_main_viewer_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9029
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9030
inline TAknLayoutScalableParameterLimits main_calc_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_calc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calc_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits main_dialer2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_dialer2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_dialer2_pane_ParamLimits)))(aVariety); }
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 main_cam6_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam6_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam6_pane)))(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 TAknWindowComponentLayout main_vid6_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_vid6_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_vid6_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9039
inline TAknLayoutScalableParameterLimits listscroll_gen_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_gen_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9041
inline TAknWindowComponentLayout listscroll_gen_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gen_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane_cp06)))(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
inline TAknLayoutScalableParameterLimits main_clock2_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tmain_clock2_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9045
inline TAknTextComponentLayout main_clock2_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_clock2_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_clock2_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9047
// LAF Table : popup_clock_analogue_window_cp03
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9048
inline TAknLayoutScalableParameterLimits aid_call2_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Taid_call2_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call2_pane_cp10_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits aid_call_pane_cp10_ParamLimits(TInt aVariety)		{ return (*(Taid_call_pane_cp10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_call_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9052
inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9054
inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g2_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g2_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 TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g3_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g4_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9060
inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g5_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9062
inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9064
inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_clock_analogue_window_cp10_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_clock_analogue_window_cp10_t1_ParamLimits)))(aVariety); }
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
// LAF Table : cell_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9067
inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer2_keypad_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9069
inline TAknWindowComponentLayout cell_dialer2_keypad_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer2_keypad_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9071
inline TAknLayoutScalableTableLimits cell_dialer2_keypad_pane_g_Limits()		{ return (*(Tcell_dialer2_keypad_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9073
inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_dialer2_keypad_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout cell_dialer2_keypad_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer2_keypad_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_g)))(aLineIndex, 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
inline TAknTextComponentLayout cell_dialer2_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer2_keypad_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9079
// LAF Table : main_cam_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9080
inline TAknLayoutScalableParameterLimits main_cset_text2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_text2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text2_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset_text2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text2_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : area_vitu2_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9085
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9087
inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g2_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 TAknLayoutScalableParameterLimits area_vitu2_query_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 area_vitu2_query_pane_t7_ParamLimits(TInt aVariety)		{ return (*(Tarea_vitu2_query_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t7_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 area_vitu2_query_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_vitu2_query_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_vitu2_query_pane_t7)))(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 TAknLayoutScalableParameterLimits bg_button_pane_cp018_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp018_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp018_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits bg_button_pane_cp021_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp021_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp021_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits bg_button_pane_cp022_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp022_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp022_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp08_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9105
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9107
inline TAknLayoutScalableParameterLimits input_focus_pane_cp09_ParamLimits(TInt aVariety)		{ return (*(Tinput_focus_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9109
// LAF Table : main_cam6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9110
inline TAknLayoutScalableParameterLimits cam6_autofocus_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_autofocus_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cam6_autofocus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_autofocus_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cam6_image_uncrop_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_image_uncrop_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_image_uncrop_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cam6_image_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_image_uncrop_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_image_uncrop_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cam6_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cam6_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane)))(aVariety, aCol, aRow); }
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 cam6_mode_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_mode_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_ParamLimits)))(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 TAknWindowComponentLayout cam6_mode_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane)))(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
inline TAknLayoutScalableParameterLimits cam6_timer_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_timer_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_timer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9128
inline TAknWindowComponentLayout cam6_timer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_timer_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_timer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9130
inline TAknLayoutScalableParameterLimits cam6_zoom_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_zoom_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9132
inline TAknWindowComponentLayout cam6_zoom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9134
// LAF Table : cam6_mode_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9135
inline TAknLayoutScalableParameterLimits cam6_mode_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcam6_mode_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9137
inline TAknWindowComponentLayout cam6_mode_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9139
inline TAknLayoutScalableParameterLimits cam6_mode_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcam6_mode_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9141
inline TAknWindowComponentLayout cam6_mode_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9143
inline TAknLayoutScalableParameterLimits cam6_mode_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcam6_mode_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g3_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 cam6_mode_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g3)))(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 TAknLayoutScalableParameterLimits cam6_mode_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcam6_mode_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cam6_mode_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cam6_mode_pane_g_Limits()		{ return (*(Tcam6_mode_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits cam6_mode_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcam6_mode_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9155
inline TAknWindowComponentLayout cam6_mode_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9157
// LAF Table : cam6_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9158
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9160
inline TAknWindowComponentLayout bg_tb_trans_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9162
inline TAknLayoutScalableParameterLimits cam6_battery_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_battery_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9164
inline TAknWindowComponentLayout cam6_battery_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_battery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9166
inline TAknLayoutScalableParameterLimits cam6_indi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcam6_indi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9168
inline TAknWindowComponentLayout cam6_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cam6_indi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcam6_indi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cam6_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9174
inline TAknLayoutScalableParameterLimits cam6_indi_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcam6_indi_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9176
inline TAknWindowComponentLayout cam6_indi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9178
inline TAknLayoutScalableTableLimits cam6_indi_pane_g_Limits()		{ return (*(Tcam6_indi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9180
inline TAknLayoutScalableParameterLimits cam6_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcam6_indi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9182
inline TAknWindowComponentLayout cam6_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9184
inline TAknLayoutScalableParameterLimits cam6_indi_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcam6_indi_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9186
inline TAknTextComponentLayout cam6_indi_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9188
// LAF Table : cam6_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9189
inline TAknWindowComponentLayout cam6_autofocus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_autofocus_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_g1)))(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 TAknWindowComponentLayout cam6_autofocus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_autofocus_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cam6_autofocus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_autofocus_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_g3)))(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 TAknWindowComponentLayout cam6_autofocus_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_autofocus_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cam6_autofocus_pane_g_Limits()		{ return (*(Tcam6_autofocus_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout cam6_autofocus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_autofocus_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_autofocus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9201
// LAF Table : cam6_timer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9202
inline TAknWindowComponentLayout cam6_timer_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_timer_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_timer_pane_g1)))(aVariety, aCol, aRow); }
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
inline TAknTextComponentLayout cam6_timer_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_timer_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_timer_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9206
// LAF Table : cam6_zoom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9207
inline TAknWindowComponentLayout cam6_zoom_cont_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_cont_pane)))(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 TAknWindowComponentLayout cam6_zoom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_g1)))(aVariety, aCol, aRow); }
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 cam6_zoom_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_g2)))(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 cam6_zoom_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_g3)))(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 TAknLayoutScalableTableLimits cam6_zoom_pane_g_Limits()		{ return (*(Tcam6_zoom_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout cam6_zoom_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9219
// LAF Table : cam6_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9220
inline TAknWindowComponentLayout cam6_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_battery_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cam6_battery_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_battery_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cam6_battery_pane_g_Limits()		{ return (*(Tcam6_battery_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cam6_battery_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_battery_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : cam6_zoom_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9229
inline TAknWindowComponentLayout cam6_zoom_cont_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_cont_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9231
inline TAknWindowComponentLayout cam6_zoom_cont_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_cont_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_cont_pane_g2)))(aVariety, aCol, aRow); }
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 cam6_zoom_cont_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_cont_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_cont_pane_g3)))(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
inline TAknLayoutScalableTableLimits cam6_zoom_cont_pane_g_Limits()		{ return (*(Tcam6_zoom_cont_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_cont_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9237
inline TAknWindowComponentLayout cam6_zoom_cont_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_cont_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_cont_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9239
// LAF Table : main_vid6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9240
inline TAknLayoutScalableParameterLimits cam6_mode_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tcam6_mode_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_cp_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 TAknWindowComponentLayout cam6_mode_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_cp)))(aVariety, aCol, aRow); }
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 cam6_zoom_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tcam6_zoom_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_cp_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 TAknWindowComponentLayout cam6_zoom_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_cp)))(aVariety, aCol, aRow); }
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 vid6_image_uncrop_cif_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid6_image_uncrop_cif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_cif_pane_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 TAknWindowComponentLayout vid6_image_uncrop_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_image_uncrop_cif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_cif_pane)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits vid6_image_uncrop_nhd_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid6_image_uncrop_nhd_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_nhd_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9254
inline TAknWindowComponentLayout vid6_image_uncrop_nhd_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_image_uncrop_nhd_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_nhd_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9256
inline TAknLayoutScalableParameterLimits vid6_image_uncrop_vga_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid6_image_uncrop_vga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_vga_pane_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 TAknWindowComponentLayout vid6_image_uncrop_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_image_uncrop_vga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_vga_pane)))(aVariety, aCol, aRow); }
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 vid6_image_uncrop_wvga_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid6_image_uncrop_wvga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_wvga_pane_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 TAknWindowComponentLayout vid6_image_uncrop_wvga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_image_uncrop_wvga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_wvga_pane)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits vid6_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9266
inline TAknWindowComponentLayout vid6_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9268
// LAF Table : vid6_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9269
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp09_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp09_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9271
inline TAknWindowComponentLayout bg_tb_trans_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_tb_trans_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp09)))(aVariety, aCol, aRow); }
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 cam6_battery_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tcam6_battery_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_cp_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
inline TAknWindowComponentLayout cam6_battery_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_battery_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_battery_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9277
inline TAknLayoutScalableParameterLimits vid6_indi_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9279
inline TAknWindowComponentLayout vid6_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9281
inline TAknLayoutScalableParameterLimits vid6_indi_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9283
inline TAknWindowComponentLayout vid6_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9285
inline TAknLayoutScalableParameterLimits vid6_indi_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9287
inline TAknWindowComponentLayout vid6_indi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vid6_indi_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g4_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout vid6_indi_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9293
inline TAknLayoutScalableParameterLimits vid6_indi_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9295
inline TAknWindowComponentLayout vid6_indi_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g5)))(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 TAknLayoutScalableTableLimits vid6_indi_pane_g_Limits()		{ return (*(Tvid6_indi_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits vid6_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvid6_indi_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9301
inline TAknWindowComponentLayout vid6_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9303
inline TAknLayoutScalableParameterLimits vid6_indi_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9305
inline TAknTextComponentLayout vid6_indi_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vid6_indi_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout vid6_indi_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9311
inline TAknLayoutScalableParameterLimits vid6_indi_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9313
inline TAknTextComponentLayout vid6_indi_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9315
inline TAknLayoutScalableParameterLimits vid6_indi_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tvid6_indi_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout vid6_indi_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t4)))(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 TAknLayoutScalableTableLimits vid6_indi_pane_t_Limits()		{ return (*(Tvid6_indi_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits vid6_indi_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvid6_indi_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout vid6_indi_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_indi_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_indi_pane_t)))(aLineIndex, 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 wait_bar_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp08)))(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
// LAF Table : main_cset_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9328
inline TAknLayoutScalableParameterLimits main_cset_text2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cset_text2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9330
inline TAknTextComponentLayout main_cset_text2_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0)		{ return (*(Tmain_cset_text2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text2_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9332
// LAF Table : listscroll_gen_pane_cp06
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9333
inline TAknLayoutScalableParameterLimits listscroll_gen_pane_cp06_t1_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_gen_pane_cp06_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane_cp06_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout listscroll_gen_pane_cp06_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_gen_pane_cp06_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_gen_pane_cp06_t1)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9338
inline TAknWindowComponentLayout main_cam6_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam6_set_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam6_set_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9341
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9343
inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcam4_indicators_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cam4_indicators_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcam4_indicators_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcam4_indicators_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9349
inline TAknLayoutScalableParameterLimits cam4_indicators_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcam4_indicators_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9351
// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9352
inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Tbg_tb_trans_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_tb_trans_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9354
inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9356
inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g2_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits vid4_indicators_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9362
inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvid4_indicators_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9364
inline TAknLayoutScalableParameterLimits vid4_indicators_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9366
// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9367
inline TAknLayoutScalableParameterLimits vid4_progress_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9369
inline TAknLayoutScalableParameterLimits vid4_progress_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9371
inline TAknLayoutScalableParameterLimits vid4_progress_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g3_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 TAknLayoutScalableParameterLimits vid4_progress_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g4_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits vid4_progress_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvid4_progress_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9377
inline TAknLayoutScalableParameterLimits vid4_progress_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9379
inline TAknLayoutScalableParameterLimits vid4_progress_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t2_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits vid4_progress_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t3_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits vid4_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tvid4_progress_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknLayoutScalableParameterLimits wait_bar_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Twait_bar_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp07_ParamLimits)))(aVariety); }
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
// LAF Table : main_cam6_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9388
inline TAknLayoutScalableParameterLimits main_cam6_set_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cam6_set_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam6_set_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9390
inline TAknWindowComponentLayout main_cam6_set_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam6_set_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam6_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9392
inline TAknLayoutScalableParameterLimits main_cset6_listscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_listscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9394
inline TAknWindowComponentLayout main_cset6_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9396
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_ParamLimits)))(aVariety); }
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 main_cset6_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane)))(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 TAknLayoutScalableParameterLimits main_cset6_text2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_text2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_text2_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset6_text2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_text2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_text2_pane)))(aVariety, aCol, aRow); }
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 main_cset6_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_text_pane)))(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 : main_cset6_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9407
inline TAknLayoutScalableParameterLimits main_cset_list_pane_copy1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset_list_pane_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_list_pane_copy1_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 main_cset_list_pane_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_list_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_list_pane_copy1)))(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
inline TAknWindowComponentLayout scroll_pane_cp028_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp028_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp028_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9413
// LAF Table : main_cset_list_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9414
inline TAknWindowComponentLayout cset_list_set_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_copy1)))(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
// LAF Table : cset_list_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9417
inline TAknWindowComponentLayout aid_position_infowindow_above_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_position_infowindow_above_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_position_infowindow_above_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9419
inline TAknWindowComponentLayout aid_position_infowindow_below_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_position_infowindow_below_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_position_infowindow_below_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9421
inline TAknWindowComponentLayout cset_list_set_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9423
inline TAknLayoutScalableParameterLimits cset_list_set_pane_g3_copy1_ParamLimits(TInt aVariety)		{ return (*(Tcset_list_set_pane_g3_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9425
inline TAknWindowComponentLayout cset_list_set_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_g3_copy1)))(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 cset_list_set_pane_t1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tcset_list_set_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_t1_copy1_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 TAknTextComponentLayout cset_list_set_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_list_set_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_t1_copy1)))(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 TAknLayoutScalableParameterLimits list_highlight_pane_cp021_copy1_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp021_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp021_copy1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_highlight_pane_cp021_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp021_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp021_copy1)))(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 : main_cset6_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9436
inline TAknLayoutScalableParameterLimits cset6_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tcset6_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset6_slider_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cset6_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset6_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset6_slider_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g1_ParamLimits)))(aVariety); }
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 main_cset6_slider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_cset6_slider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9448
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9450
inline TAknWindowComponentLayout main_cset6_slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9452
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g4_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 main_cset6_slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g4)))(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 main_cset6_slider_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g5_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 main_cset6_slider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g5)))(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 main_cset6_slider_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g7_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 main_cset6_slider_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g7)))(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 main_cset6_slider_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g8_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 main_cset6_slider_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g8)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g9_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset6_slider_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g10_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g10_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_cset6_slider_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9476
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g11_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9478
inline TAknWindowComponentLayout main_cset6_slider_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9480
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g12_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g12_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9482
inline TAknWindowComponentLayout main_cset6_slider_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9484
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g13_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g13_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9486
inline TAknWindowComponentLayout main_cset6_slider_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9488
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g14_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g14_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9490
inline TAknWindowComponentLayout main_cset6_slider_pane_g14(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9492
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g15_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9494
inline TAknWindowComponentLayout main_cset6_slider_pane_g15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9496
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g16_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g16_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g16_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9498
inline TAknWindowComponentLayout main_cset6_slider_pane_g16(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g16)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g17_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g17_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g17_ParamLimits)))(aVariety); }
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 main_cset6_slider_pane_g17(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g17)))(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 main_cset6_slider_pane_g_Limits()		{ return (*(Tmain_cset6_slider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout main_cset6_slider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9510
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9512
inline TAknTextComponentLayout main_cset6_slider_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t1)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t2)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t3)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t4_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_cset6_slider_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9526
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9528
inline TAknTextComponentLayout main_cset6_slider_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9530
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t7_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9532
inline TAknTextComponentLayout main_cset6_slider_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t7)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t8_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t8_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t8)))(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
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t9_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9540
inline TAknTextComponentLayout main_cset6_slider_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9542
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t10_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9544
inline TAknTextComponentLayout main_cset6_slider_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9546
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t11_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9548
inline TAknTextComponentLayout main_cset6_slider_pane_t11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9550
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t14_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t14_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9552
inline TAknTextComponentLayout main_cset6_slider_pane_t14(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9554
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t15_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t15_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9556
inline TAknTextComponentLayout main_cset6_slider_pane_t15(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9558
inline TAknLayoutScalableTableLimits main_cset6_slider_pane_t_Limits()		{ return (*(Tmain_cset6_slider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_t)))(aLineIndex, 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 : cset6_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9565
inline TAknWindowComponentLayout cset_slider_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g1_copy1)))(aVariety, aCol, aRow); }
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 cset_slider_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g2_copy1)))(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 cset_slider_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcset_slider_pane_g3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_slider_pane_g3_copy1)))(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 : main_cset6_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9572
inline TAknWindowComponentLayout bg_popup_sub_pane_cp011_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_sub_pane_cp011_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_sub_pane_cp011_copy1)))(aVariety, aCol, aRow); }
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 main_cset_text_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_g1_copy1)))(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 TAknTextComponentLayout main_cset_text_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t1_copy1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_text_pane_t2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t2_copy1)))(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 TAknTextComponentLayout main_cset_text_pane_t3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t3_copy1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_text_pane_t4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t4_copy1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_cset_text_pane_t5_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t5_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t5_copy1)))(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 TAknTextComponentLayout main_cset_text_pane_t6_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t6_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t6_copy1)))(aVariety, aCol, aRow); }
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 main_cset_text_pane_t7_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text_pane_t7_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text_pane_t7_copy1)))(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
// LAF Table : main_cset6_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9591
inline TAknTextComponentLayout main_cset_text2_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset_text2_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text2_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9593
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9594
inline TAknWindowComponentLayout main_ncimui_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane)))(aVariety, aCol, aRow); }
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 popup_query_ncimui_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_query_ncimui_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_ncimui_window_ParamLimits)))(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 TAknWindowComponentLayout popup_query_ncimui_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_query_ncimui_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_query_ncimui_window)))(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 : field_cale_ev2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9601
inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tfield_cale_ev2_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g4_ParamLimits)))(aVariety); }
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 field_cale_ev2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfield_cale_ev2_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_field_cale_ev2_pane_g4)))(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
// LAF Table : cell_video_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9606
inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcell_video_dialer_keypad_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9608
inline TAknWindowComponentLayout cell_video_dialer_keypad_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_video_dialer_keypad_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9610
inline TAknLayoutScalableTableLimits cell_video_dialer_keypad_pane_g_Limits()		{ return (*(Tcell_video_dialer_keypad_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9612
inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_video_dialer_keypad_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g_ParamLimits)))(aLineIndex, 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_video_dialer_keypad_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_video_dialer_keypad_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_g)))(aLineIndex, 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 TAknTextComponentLayout cell_video_dialer_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_video_dialer_keypad_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_video_dialer_keypad_pane_t1)))(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
// LAF Table : popup_query_ncimui_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9619
inline TAknWindowComponentLayout bg_popup_window_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_window_pane_cp012_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp012)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9621
inline TAknWindowComponentLayout heading_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp06)))(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 ncim_query_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane)))(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
// LAF Table : heading_pane_cp06
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9626
inline TAknWindowComponentLayout bg_popup_heading_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_heading_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_heading_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9628
inline TAknTextComponentLayout ncim_heading_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9630
// LAF Table : ncim_query_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9631
inline TAknWindowComponentLayout ncim_indicator_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_indicator_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_indicator_popup_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9633
inline TAknWindowComponentLayout ncim_query_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9635
inline TAknTextComponentLayout ncim_query_content_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9637
inline TAknTextComponentLayout ncim_query_content_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9639
inline TAknLayoutScalableTableLimits ncim_query_content_pane_t_Limits()		{ return (*(Tncim_query_content_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9641
inline TAknTextComponentLayout ncim_query_content_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t)))(aLineIndex, 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 TAknWindowComponentLayout ncim_query_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_list_pane)))(aVariety, aCol, aRow); }
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 ncim_query_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_popup_pane)))(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
inline TAknLayoutScalableParameterLimits ncim_indicator_popup_pane_ParamLimits(TInt aVariety)		{ return (*(Tncim_indicator_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_indicator_popup_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9649
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9651
inline TAknWindowComponentLayout ncim_query_content_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9653
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t1_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 TAknLayoutScalableParameterLimits ncim_query_content_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t2_ParamLimits)))(aVariety); }
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 ncim_query_content_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t3_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
inline TAknTextComponentLayout ncim_query_content_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9661
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9663
inline TAknTextComponentLayout ncim_query_content_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9665
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t5_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 TAknTextComponentLayout ncim_query_content_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t5)))(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 TAknLayoutScalableParameterLimits ncim_query_content_pane_t6_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t6_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout ncim_query_content_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9673
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tncim_query_content_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9675
inline TAknLayoutScalableParameterLimits ncim_query_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_list_pane_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 TAknLayoutScalableParameterLimits ncim_query_popup_pane_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_popup_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_popup_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout wait_bar_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp04)))(aVariety, aCol, aRow); }
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
// LAF Table : ncim_query_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9682
inline TAknWindowComponentLayout input_focus_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp011_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9684
inline TAknTextComponentLayout ncim_query_popup_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_popup_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9686
// LAF Table : ncim_query_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9687
inline TAknLayoutScalableParameterLimits ncim_list_query_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tncim_list_query_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_list_query_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9689
inline TAknWindowComponentLayout ncim_list_query_list_pane(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tncim_list_query_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_list_query_list_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9691
// LAF Table : ncim_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9692
inline TAknWindowComponentLayout bg_button_pane_cp027(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp027_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp027)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9694
inline TAknWindowComponentLayout ncim_query_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9696
// LAF Table : ncim_list_query_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9697
inline TAknWindowComponentLayout list_highlight_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp012_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp012)))(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 TAknWindowComponentLayout ncim_list_query_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_list_query_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_list_query_list_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout ncim_list_query_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_list_query_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_list_query_list_pane_t1)))(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 : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9704
inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcam4_indicators_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g3_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 cam4_indicators_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_indicators_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_indicators_pane_g3)))(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 : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9709
inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tvid4_indicators_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g5_ParamLimits)))(aVariety); }
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 vid4_indicators_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_indicators_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_indicators_pane_g5)))(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
// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9714
inline TAknLayoutScalableParameterLimits vid4_progress_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tvid4_progress_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9716
inline TAknWindowComponentLayout vid4_progress_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_progress_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_progress_pane_g5)))(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
// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9719
inline TAknWindowComponentLayout main_ncimui_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9721
inline TAknLayoutScalableParameterLimits ncimui_group_query_pane_ParamLimits(TInt aVariety)		{ return (*(Tncimui_group_query_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_group_query_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9723
inline TAknWindowComponentLayout ncimui_group_query_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_group_query_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_group_query_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9725
inline TAknLayoutScalableParameterLimits ncimui_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tncimui_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9727
inline TAknWindowComponentLayout ncimui_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9729
inline TAknLayoutScalableParameterLimits ncimui_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tncimui_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_text_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 ncimui_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_text_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 : ncimui_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9734
inline TAknLayoutScalableParameterLimits ncimui_text_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tncimui_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_text_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout ncimui_text_pane_t1(TInt aVariety, TInt aRow, TInt aCol = 0)		{ return (*(Tncimui_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_text_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9738
// LAF Table : ncimui_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9739
inline TAknLayoutScalableParameterLimits ncimui_list_single_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tncimui_list_single_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_list_single_graphic_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout ncimui_list_single_graphic_pane(TInt aRow, TInt aCol = 0, TInt aVariety = 0)		{ return (*(Tncimui_list_single_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_list_single_graphic_pane)))(aRow, aCol, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9743
// LAF Table : ncimui_group_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9744
inline TAknLayoutScalableParameterLimits ncimui_query_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tncimui_query_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9746
inline TAknWindowComponentLayout ncimui_query_pane(TInt aRow, TInt aCol = 0, TInt aVariety = 0)		{ return (*(Tncimui_query_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_pane)))(aRow, aCol, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9748
// LAF Table : ncimui_list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9749
inline TAknWindowComponentLayout list_highlight_pane_cp013(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp013_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp013)))(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 TAknTextComponentLayout ncim_list_query_list_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_list_query_list_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_list_query_list_pane_t1_copy1)))(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 TAknWindowComponentLayout ncim_list_single_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_list_single_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_list_single_graphic_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : ncimui_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9756
inline TAknWindowComponentLayout ncim_query_button_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_button_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9758
inline TAknLayoutScalableParameterLimits ncim_query_entry_pane_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_entry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_entry_pane_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 TAknWindowComponentLayout ncim_query_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_entry_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout ncimui_query_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_query_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_pane_g1)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits ncimui_query_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tncimui_query_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9766
inline TAknTextComponentLayout ncimui_query_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_query_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9768
// LAF Table : ncim_query_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9769
inline TAknWindowComponentLayout input_focus_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp012_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp012)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9771
inline TAknTextComponentLayout ncim_query_entry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_entry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_entry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9773
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9774
inline TAknLayoutScalableParameterLimits main_im_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_im_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_im_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9776
inline TAknLayoutScalableParameterLimits main_mobtv_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9778
inline TAknWindowComponentLayout main_mobtv_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9780
// LAF Table : main_cset6_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9781
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g18_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g18_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9783
inline TAknWindowComponentLayout main_cset6_slider_pane_g18(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g18_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9785
inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g19_ParamLimits(TInt aVariety)		{ return (*(Tmain_cset6_slider_pane_g19_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g19_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9787
inline TAknWindowComponentLayout main_cset6_slider_pane_g19(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_slider_pane_g19_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_slider_pane_g19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9789
// LAF Table : main_mobtv_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9790
inline TAknLayoutScalableParameterLimits bg_main_mobtv_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_main_mobtv_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_mobtv_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 bg_main_mobtv_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_mobtv_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_mobtv_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 TAknWindowComponentLayout main_mobtv_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane)))(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 TAknLayoutScalableParameterLimits main_mobtv_loading_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mobtv_loading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_mobtv_pg_channel_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_pg_channel_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_pg_channel_list_pane)))(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 TAknWindowComponentLayout main_mobtv_pg_hdr_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_pg_hdr_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_pg_hdr_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mobtv_programe_curr_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_programe_curr_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_curr_pane_ParamLimits)))(aVariety); }
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 main_mobtv_programe_curr_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_curr_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_curr_pane)))(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 main_mobtv_programe_next_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_programe_next_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_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 main_mobtv_programe_next_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_next_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_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
inline TAknWindowComponentLayout popup_mobtv_noti_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mobtv_noti_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mobtv_noti_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9814
// LAF Table : main_mobtv_pg_hdr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9815
inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g1)))(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 main_tv_pg_hdr_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g2)))(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 main_tv_pg_hdr_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g3)))(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 main_tv_pg_hdr_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g4)))(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 main_tv_pg_hdr_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g5)))(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 main_tv_pg_hdr_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g6)))(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 main_tv_pg_hdr_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g7)))(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 main_tv_pg_hdr_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g8)))(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 TAknWindowComponentLayout main_tv_pg_hdr_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g9)))(aVariety, aCol, aRow); }
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 main_tv_pg_hdr_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g10)))(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
inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9837
inline TAknLayoutScalableTableLimits main_tv_pg_hdr_pane_g_Limits()		{ return (*(Tmain_tv_pg_hdr_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9839
inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9841
inline TAknTextComponentLayout main_tv_pg_hdr_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9843
inline TAknTextComponentLayout main_tv_pg_hdr_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9845
inline TAknTextComponentLayout main_tv_pg_hdr_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9847
inline TAknTextComponentLayout main_tv_pg_hdr_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9849
inline TAknTextComponentLayout main_tv_pg_hdr_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9851
inline TAknLayoutScalableTableLimits main_tv_pg_hdr_pane_t_Limits()		{ return (*(Tmain_tv_pg_hdr_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9853
inline TAknTextComponentLayout main_tv_pg_hdr_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tv_pg_hdr_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tv_pg_hdr_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9855
// LAF Table : main_mobtv_pg_channel_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9856
inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tsingle_mobtv_pg_channel_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9858
inline TAknWindowComponentLayout single_mobtv_pg_channel_pane(TInt aRow, TInt aCol = 0, TInt aVariety = 0)		{ return (*(Tsingle_mobtv_pg_channel_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_pane)))(aRow, aCol, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9860
// LAF Table : single_mobtv_pg_channel_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9861
inline TAknWindowComponentLayout single_mobtv_pg_channel_table_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_table_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_table_pane)))(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 TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane)))(aVariety, aCol, aRow); }
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 single_tv_pg_channel_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_tv_pg_channel_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_tv_pg_channel_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 TAknWindowComponentLayout single_tv_pg_channel_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_tv_pg_channel_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_tv_pg_channel_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits single_tv_pg_channel_pane_g_Limits()		{ return (*(Tsingle_tv_pg_channel_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_tv_pg_channel_pane_g_Limits)))(); }
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 TAknWindowComponentLayout single_tv_pg_channel_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_tv_pg_channel_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_tv_pg_channel_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : single_mobtv_pg_channel_thumb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9874
inline TAknLayoutScalableParameterLimits bg_single_mobtv_pg_channel_thumb_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_single_mobtv_pg_channel_thumb_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_single_mobtv_pg_channel_thumb_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9876
inline TAknWindowComponentLayout bg_single_mobtv_pg_channel_thumb_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_single_mobtv_pg_channel_thumb_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_single_mobtv_pg_channel_thumb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9878
inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9880
inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9882
inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g2_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 single_mobtv_pg_channel_thumb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g2)))(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
inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9888
inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9890
inline TAknLayoutScalableTableLimits single_mobtv_pg_channel_thumb_pane_g_Limits()		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9892
inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 single_mobtv_pg_channel_thumb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_g)))(aLineIndex, 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 TAknTextComponentLayout single_mobtv_pg_channel_thumb_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_t1)))(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 TAknTextComponentLayout single_mobtv_pg_channel_thumb_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_t2)))(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
inline TAknLayoutScalableTableLimits single_mobtv_pg_channel_thumb_pane_t_Limits()		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9902
inline TAknTextComponentLayout single_mobtv_pg_channel_thumb_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_thumb_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9904
// LAF Table : single_mobtv_pg_channel_table_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9905
inline TAknWindowComponentLayout bg_single_mobtv_pg_channel_table_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_single_mobtv_pg_channel_table_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 bg_single_mobtv_pg_channel_table_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_single_mobtv_pg_channel_table_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 bg_single_mobtv_pg_channel_table_pane_g_Limits()		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_single_mobtv_pg_channel_table_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 bg_single_mobtv_pg_channel_table_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_single_mobtv_pg_channel_table_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 single_mobtv_pg_channel_table_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_table_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 single_mobtv_pg_channel_table_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_table_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 TAknLayoutScalableTableLimits single_mobtv_pg_channel_table_pane_t_Limits()		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_table_pane_t_Limits)))(); }
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 single_mobtv_pg_channel_table_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_single_mobtv_pg_channel_table_pane_t)))(aLineIndex, 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
// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9922
inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9924
inline TAknWindowComponentLayout main_mobtv_info_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9926
inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9928
inline TAknTextComponentLayout main_mobtv_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t1)))(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 TAknLayoutScalableParameterLimits main_mobtv_info_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_mobtv_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9934
inline TAknLayoutScalableTableLimits main_mobtv_info_pane_t_Limits()		{ return (*(Tmain_mobtv_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9936
inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9938
inline TAknTextComponentLayout main_mobtv_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t)))(aLineIndex, 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 TAknWindowComponentLayout wait_bar_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp05)))(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 : main_mobtv_loading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9943
inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g1_ParamLimits)))(aVariety); }
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 main_mobtv_loading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_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 TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_mobtv_loading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9951
inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9953
inline TAknWindowComponentLayout main_mobtv_loading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9955
inline TAknLayoutScalableTableLimits main_mobtv_loading_pane_g_Limits()		{ return (*(Tmain_mobtv_loading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9957
inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9959
inline TAknWindowComponentLayout main_mobtv_loading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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_mobtv_loading_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t1_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 TAknTextComponentLayout main_mobtv_loading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t1)))(aVariety, aCol, aRow); }
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 main_mobtv_loading_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t2_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 TAknTextComponentLayout main_mobtv_loading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_mobtv_loading_pane_t_Limits()		{ return (*(Tmain_mobtv_loading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mobtv_loading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9973
inline TAknTextComponentLayout main_mobtv_loading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_loading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_loading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9975
inline TAknLayoutScalableParameterLimits wait_bar_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Twait_bar_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9977
inline TAknWindowComponentLayout wait_bar_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9979
// LAF Table : main_mobtv_programe_curr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9980
inline TAknTextComponentLayout main_mobtv_programe_curr_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_curr_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_curr_pane_t1)))(aVariety, aCol, aRow); }
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 main_mobtv_programe_curr_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_curr_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_curr_pane_t2)))(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 TAknLayoutScalableTableLimits main_mobtv_programe_curr_pane_t_Limits()		{ return (*(Tmain_mobtv_programe_curr_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_curr_pane_t_Limits)))(); }
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 main_mobtv_programe_curr_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_curr_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_curr_pane_t)))(aLineIndex, 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
// LAF Table : main_mobtv_programe_next_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9989
inline TAknTextComponentLayout main_mobtv_programe_next_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_next_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9991
inline TAknTextComponentLayout main_mobtv_programe_next_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_next_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9993
inline TAknTextComponentLayout main_mobtv_programe_next_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_next_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  9995
inline TAknLayoutScalableTableLimits main_mobtv_programe_next_pane_t_Limits()		{ return (*(Tmain_mobtv_programe_next_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_mobtv_programe_next_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_programe_next_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_programe_next_pane_t)))(aLineIndex, 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_mobtv_noti_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10000
inline TAknWindowComponentLayout bg_popup_mobtv_noti_window_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_mobtv_noti_window_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_mobtv_noti_window_pane)))(aVariety, aCol, aRow); }
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 popup_mobtv_noti_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mobtv_noti_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mobtv_noti_window_g1)))(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 TAknTextComponentLayout popup_mobtv_noti_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mobtv_noti_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mobtv_noti_window_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_mobtv_noti_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mobtv_noti_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mobtv_noti_window_t2)))(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 TAknLayoutScalableTableLimits popup_mobtv_noti_window_t_Limits()		{ return (*(Tpopup_mobtv_noti_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mobtv_noti_window_t_Limits)))(); }
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_mobtv_noti_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_mobtv_noti_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_mobtv_noti_window_t)))(aLineIndex, 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
// LAF Table : bg_popup_mobtv_noti_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10013
inline TAknWindowComponentLayout bg_popup_mobtv_noti_window_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_mobtv_noti_window_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_mobtv_noti_window_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10015
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10016
inline TAknWindowComponentLayout sc_clock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10019
inline TAknWindowComponentLayout main_fs_bigclock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10021
// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10022
inline TAknLayoutScalableParameterLimits blid2_tripm_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tblid2_tripm_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10024
inline TAknTextComponentLayout blid2_tripm_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tblid2_tripm_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_blid2_tripm_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10026
// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10027
inline TAknLayoutScalableParameterLimits sc_clock_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tsc_clock_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout sc_clock_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10031
inline TAknLayoutScalableParameterLimits sc_clock_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsc_clock_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10033
inline TAknTextComponentLayout sc_clock_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t1)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits sc_clock_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tsc_clock_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10037
inline TAknTextComponentLayout sc_clock_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10039
inline TAknLayoutScalableParameterLimits sc_clock_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tsc_clock_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10041
inline TAknTextComponentLayout sc_clock_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10043
inline TAknLayoutScalableTableLimits sc_clock_pane_t_Limits()		{ return (*(Tsc_clock_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10045
inline TAknLayoutScalableParameterLimits sc_clock_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsc_clock_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10047
inline TAknTextComponentLayout sc_clock_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10049
// LAF Table : main_fs_clock_dumped_data
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10050
inline TAknLayoutScalableParameterLimits main_fs_bigclock_indicator_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_indicator_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_fs_bigclock_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_indicator_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10055
inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10057
inline TAknWindowComponentLayout main_fs_bigclock_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_g1)))(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
// LAF Table : main_fs_clock_dumped_data
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10060
inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10062
inline TAknTextComponentLayout main_fs_bigclock_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t1)))(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 TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_fs_bigclock_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10068
inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10070
inline TAknTextComponentLayout main_fs_bigclock_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_fs_bigclock_pane_t_Limits()		{ return (*(Tmain_fs_bigclock_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_fs_bigclock_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10076
inline TAknTextComponentLayout main_fs_bigclock_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10078
// LAF Table : main_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10079
inline TAknWindowComponentLayout main_fs_bigclock_indicator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_indicator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10081
// LAF Table : ncim_query_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10082
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_content_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout ncim_query_content_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10086
inline TAknLayoutScalableTableLimits ncim_query_content_pane_g_Limits()		{ return (*(Tncim_query_content_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10088
inline TAknLayoutScalableParameterLimits ncim_query_content_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tncim_query_content_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10090
inline TAknWindowComponentLayout ncim_query_content_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncim_query_content_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_content_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10092
// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10093
inline TAknLayoutScalableParameterLimits sc_clock_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tsc_clock_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t4_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 TAknTextComponentLayout sc_clock_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t4)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10098
inline TAknWindowComponentLayout main_radioblah_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10100
// LAF Table : cell_call4_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10101
inline TAknLayoutScalableParameterLimits cell_call4_button_pane_t1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tcell_call4_button_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_t1_copy1_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 TAknTextComponentLayout cell_call4_button_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_call4_button_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call4_button_pane_t1_copy1)))(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 : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10106
inline TAknLayoutScalableParameterLimits main_ncimui_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_ncimui_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t1_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 TAknTextComponentLayout main_ncimui_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t1)))(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 main_ncimui_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_ncimui_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t2_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 TAknTextComponentLayout main_ncimui_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t2)))(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 TAknLayoutScalableTableLimits main_ncimui_pane_t_Limits()		{ return (*(Tmain_ncimui_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_ncimui_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_ncimui_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout main_ncimui_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10120
// LAF Table : main_radioblah_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10121
inline TAknLayoutScalableParameterLimits main_radioblah_anim_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_anim_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_anim_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_radioblah_anim_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_anim_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_anim_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10125
inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10127
inline TAknWindowComponentLayout main_radioblah_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10129
inline TAknLayoutScalableParameterLimits main_radioblah_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10131
inline TAknTextComponentLayout main_radioblah_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10133
inline TAknLayoutScalableParameterLimits main_radioblah_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10135
inline TAknTextComponentLayout main_radioblah_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10137
inline TAknLayoutScalableTableLimits main_radioblah_pane_t_Limits()		{ return (*(Tmain_radioblah_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10139
inline TAknLayoutScalableParameterLimits main_radioblah_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_radioblah_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10141
inline TAknTextComponentLayout main_radioblah_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10143
inline TAknLayoutScalableParameterLimits main_radioblah_rocker_ctrl_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10145
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10147
// LAF Table : main_radioblah_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10148
inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10150
inline TAknTextComponentLayout main_radioblah_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10152
inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t2_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 TAknTextComponentLayout main_radioblah_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t2)))(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 TAknLayoutScalableTableLimits main_radioblah_info_pane_t_Limits()		{ return (*(Tmain_radioblah_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_radioblah_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_radioblah_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_radioblah_rocker_ctrl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10163
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10165
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10167
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10169
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10171
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10173
inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10175
inline TAknLayoutScalableTableLimits main_radioblah_rocker_ctrl_pane_g_Limits()		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g_Limits)))(); }
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 main_radioblah_rocker_ctrl_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_rocker_ctrl_pane_g)))(aLineIndex, 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
// LAF Table : main_cset6_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10180
inline TAknLayoutScalableParameterLimits main_cset_text2_pane_t1_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_cset_text2_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset_text2_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10182
// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10183
inline TAknWindowComponentLayout cam4_image_uncrop_qvga_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_qvga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_qvga_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_video4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10186
inline TAknWindowComponentLayout vid4_image_uncrop_qcif_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid4_image_uncrop_qcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid4_image_uncrop_qcif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10188
// LAF Table : main_cam6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10189
inline TAknLayoutScalableParameterLimits cam6_image_uncrop_qvga_pane_ParamLimits(TInt aVariety)		{ return (*(Tcam6_image_uncrop_qvga_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_image_uncrop_qvga_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cam6_image_uncrop_qvga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_image_uncrop_qvga_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_image_uncrop_qvga_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_vid6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10194
inline TAknLayoutScalableParameterLimits vid6_image_uncrop_qcif_pane_ParamLimits(TInt aVariety)		{ return (*(Tvid6_image_uncrop_qcif_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_qcif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10196
inline TAknWindowComponentLayout vid6_image_uncrop_qcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvid6_image_uncrop_qcif_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vid6_image_uncrop_qcif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10198
// LAF Table : main_cset6_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10199
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
 10200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10201
inline TAknWindowComponentLayout list_cset_text2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cset_text2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cset_text2_pane)))(aVariety, aCol, aRow); }
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 main_cset6_text2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_text2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_text2_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 TAknTextComponentLayout main_cset6_text2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cset6_text2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cset6_text2_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : list_cset_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10208
inline TAknLayoutScalableParameterLimits list_cset_text2_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cset_text2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cset_text2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10210
inline TAknTextComponentLayout list_cset_text2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cset_text2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cset_text2_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10213
inline TAknLayoutScalableParameterLimits main_radioblah_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10215
// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10216
inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10218
inline TAknTextComponentLayout main_mobtv_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_t3)))(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
// LAF Table : main_radioblah_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10221
inline TAknWindowComponentLayout main_radioblah_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10223
// LAF Table : main_radioblah_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10224
inline TAknWindowComponentLayout main_radioblah_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_g1)))(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 TAknLayoutScalableParameterLimits main_radioblah_info_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_radioblah_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t3)))(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
// LAF Table : grid_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10231
inline TAknLayoutScalableParameterLimits highlight_cell_cale_month_pane_ParamLimits(TInt aVariety)		{ return (*(Thighlight_cell_cale_month_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_cale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10233
inline TAknWindowComponentLayout highlight_cell_cale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thighlight_cell_cale_month_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_cale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10235
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10236
inline TAknWindowComponentLayout main_phob_fisheye_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_phob_fisheye_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_phob_fisheye_pane)))(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
// LAF Table : popup_fixed_preview_cale_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10239
inline TAknLayoutScalableParameterLimits scroll_pane_cp0031_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp0031_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp0031_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10241
inline TAknWindowComponentLayout scroll_pane_cp0031(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp0031_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp0031)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10243
// LAF Table : vid6_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10244
inline TAknLayoutScalableParameterLimits wait_bar_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Twait_bar_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp08_ParamLimits)))(aVariety); }
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
// LAF Table : main_cset_list_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10247
inline TAknLayoutScalableParameterLimits cset_list_set_pane_copy1_ParamLimits(TInt aVariety = 0)		{ return (*(Tcset_list_set_pane_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cset_list_set_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10249
// LAF Table : highlight_cell_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10250
inline TAknWindowComponentLayout highlight_cell_cale_month_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thighlight_cell_cale_month_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_cale_month_pane_g1)))(aVariety, aCol, aRow); }
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 highlight_cell_cale_month_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thighlight_cell_cale_month_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_highlight_cell_cale_month_pane_t1)))(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 : main_phob_fisheye_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10255
inline TAknWindowComponentLayout list_gen_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_gen_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_gen_pane_cp01)))(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 scroll_pane_01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_01)))(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
// LAF Table : list_gen_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10260
inline TAknWindowComponentLayout list_single_double_fisheye_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_double_fisheye_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_double_fisheye_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10262
// LAF Table : list_single_double_fisheye_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10263
inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10265
inline TAknWindowComponentLayout list_double_fisheye_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10267
inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10269
inline TAknWindowComponentLayout list_double_fisheye_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10271
inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10273
inline TAknWindowComponentLayout list_double_fisheye_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_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 TAknLayoutScalableTableLimits list_double_fisheye_pane_g_Limits()		{ return (*(Tlist_double_fisheye_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10279
inline TAknWindowComponentLayout list_double_fisheye_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10281
inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10283
inline TAknTextComponentLayout list_double_fisheye_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_double_fisheye_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_double_fisheye_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_double_fisheye_pane_t_Limits()		{ return (*(Tlist_double_fisheye_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t_Limits)))(); }
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 list_double_fisheye_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout list_double_fisheye_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_t)))(aLineIndex, 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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10296
inline TAknWindowComponentLayout main_call5_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call5_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call5_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10298
// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10299
inline TAknLayoutScalableParameterLimits sc_swipe_pane_ParamLimits(TInt aVariety)		{ return (*(Tsc_swipe_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_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 sc_swipe_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_swipe_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane)))(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
// LAF Table : main_call5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10304
inline TAknLayoutScalableParameterLimits call5_image_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall5_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10306
inline TAknWindowComponentLayout call5_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10308
inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10310
inline TAknWindowComponentLayout call5_swipe_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10312
inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10314
inline TAknWindowComponentLayout call5_swipe_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10316
inline TAknLayoutScalableParameterLimits popup_call5_audio_first_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call5_audio_first_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call5_audio_first_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10318
inline TAknWindowComponentLayout popup_call5_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call5_audio_first_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call5_audio_first_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10320
// LAF Table : call5_swipe_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10321
inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call5_swipe_1_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call5_swipe_1_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout call5_swipe_1_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10329
inline TAknLayoutScalableTableLimits call5_swipe_1_pane_g_Limits()		{ return (*(Tcall5_swipe_1_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10331
inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10333
inline TAknWindowComponentLayout call5_swipe_1_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10337
inline TAknTextComponentLayout call5_swipe_1_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10339
// LAF Table : call5_swipe_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10340
inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g1_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 call5_swipe_2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g1)))(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 call5_swipe_2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g2_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 call5_swipe_2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g2)))(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 TAknLayoutScalableTableLimits call5_swipe_2_pane_g_Limits()		{ return (*(Tcall5_swipe_2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits call5_swipe_2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout call5_swipe_2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call5_swipe_2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout call5_swipe_2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10358
// LAF Table : sc_swipe_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10359
inline TAknLayoutScalableParameterLimits sc_swipe_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tsc_swipe_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10361
inline TAknWindowComponentLayout sc_swipe_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_swipe_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10363
inline TAknLayoutScalableParameterLimits sc_swipe_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tsc_swipe_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g2_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
inline TAknWindowComponentLayout sc_swipe_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_swipe_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10367
inline TAknLayoutScalableTableLimits sc_swipe_pane_g_Limits()		{ return (*(Tsc_swipe_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10369
inline TAknLayoutScalableParameterLimits sc_swipe_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsc_swipe_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10371
inline TAknWindowComponentLayout sc_swipe_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_swipe_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10373
inline TAknLayoutScalableParameterLimits sc_swipe_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsc_swipe_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10375
inline TAknTextComponentLayout sc_swipe_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_swipe_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_swipe_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10377
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10378
inline TAknWindowComponentLayout main_cmail_launcher_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cmail_launcher_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cmail_launcher_pane)))(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
// LAF Table : main_cmail_launcher_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10381
inline TAknLayoutScalableParameterLimits aid_size_cell_cmail_l_ParamLimits(TInt aVariety)		{ return (*(Taid_size_cell_cmail_l_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_cmail_l_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10383
inline TAknWindowComponentLayout aid_size_cell_cmail_l(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cell_cmail_l_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cell_cmail_l)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10385
inline TAknLayoutScalableParameterLimits grid_cmail_l_pane_ParamLimits(TInt aVariety)		{ return (*(Tgrid_cmail_l_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cmail_l_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10387
inline TAknWindowComponentLayout grid_cmail_l_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_cmail_l_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_cmail_l_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10389
// LAF Table : grid_cmail_l_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10390
inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmail_l_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_ParamLimits)))(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 TAknWindowComponentLayout cell_cmail_l_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_cmail_l_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_cmail_l_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10395
inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmail_l_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10397
inline TAknWindowComponentLayout cell_cmail_l_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmail_l_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_g1)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmail_l_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10401
inline TAknTextComponentLayout cell_cmail_l_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmail_l_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10403
inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcell_cmail_l_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10405
inline TAknTextComponentLayout cell_cmail_l_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmail_l_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10407
inline TAknLayoutScalableTableLimits cell_cmail_l_pane_t_Limits()		{ return (*(Tcell_cmail_l_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10409
inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcell_cmail_l_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10411
inline TAknTextComponentLayout cell_cmail_l_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cmail_l_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cmail_l_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10413
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp018_ParamLimits(TInt aVariety)		{ return (*(Tgrid_highlight_pane_cp018_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp018_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10415
inline TAknWindowComponentLayout grid_highlight_pane_cp018(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp018_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp018)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10417
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10418
inline TAknLayoutScalableParameterLimits main2_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main2_pane_ParamLimits)))(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 main2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main2_pane)))(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
// LAF Table : popup_sp_fs_action_menu_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10423
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10425
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10427
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g3)))(aVariety, aCol, aRow); }
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 popup_sp_fs_action_menu_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g4)))(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
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10433
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10435
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10437
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10439
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10441
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10443
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10445
inline TAknLayoutScalableTableLimits popup_sp_fs_action_menu_bg_pane_g_Limits()		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10447
inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10449
// LAF Table : list_medium_line_x2_t3_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10450
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_t3_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g1)))(aVariety, aCol, aRow); }
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 list_medium_line_x2_t3_g3_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g2_ParamLimits)))(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 list_medium_line_x2_t3_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g2)))(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 list_medium_line_x2_t3_g3_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g3_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 TAknWindowComponentLayout list_medium_line_x2_t3_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g3)))(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 TAknLayoutScalableTableLimits list_medium_line_x2_t3_g3_g_Limits()		{ return (*(Tlist_medium_line_x2_t3_g3_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_x2_t3_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10468
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10470
inline TAknTextComponentLayout list_medium_line_x2_t3_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10472
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_x2_t3_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10476
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10478
inline TAknTextComponentLayout list_medium_line_x2_t3_g3_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10480
inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g3_t_Limits()		{ return (*(Tlist_medium_line_x2_t3_g3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10482
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g3_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10484
inline TAknTextComponentLayout list_medium_line_x2_t3_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10486
// LAF Table : list_medium_line_x2_t3_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10487
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10489
inline TAknWindowComponentLayout list_medium_line_x2_t3_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10491
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g2_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 list_medium_line_x2_t3_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g2)))(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
inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g2_g_Limits()		{ return (*(Tlist_medium_line_x2_t3_g2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10497
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10499
inline TAknWindowComponentLayout list_medium_line_x2_t3_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10501
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10503
inline TAknTextComponentLayout list_medium_line_x2_t3_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10505
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10507
inline TAknTextComponentLayout list_medium_line_x2_t3_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10509
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10511
inline TAknTextComponentLayout list_medium_line_x2_t3_g2_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10513
inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g2_t_Limits()		{ return (*(Tlist_medium_line_x2_t3_g2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10515
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g2_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t3_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2_t)))(aLineIndex, 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
// LAF Table : list_medium_line_x2_t4_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10520
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10522
inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10524
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10526
inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10528
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g3_ParamLimits)))(aVariety); }
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 list_medium_line_x2_t4_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g3)))(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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10534
inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10536
inline TAknLayoutScalableTableLimits list_medium_line_x2_t4_g4_g_Limits()		{ return (*(Tlist_medium_line_x2_t4_g4_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g_ParamLimits)))(aLineIndex, aVariety); }
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 list_medium_line_x2_t4_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t4_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t1)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t4_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t2)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t4_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t3)))(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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10556
inline TAknTextComponentLayout list_medium_line_x2_t4_g4_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10558
inline TAknLayoutScalableTableLimits list_medium_line_x2_t4_g4_t_Limits()		{ return (*(Tlist_medium_line_x2_t4_g4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10560
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g4_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout list_medium_line_x2_t4_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4_t)))(aLineIndex, 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 : list_medium_line_x2_t2_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10565
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g1_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 list_medium_line_x2_t2_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g1)))(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 list_medium_line_x2_t2_g4_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g2_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 list_medium_line_x2_t2_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g2)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_x2_t2_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10577
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10579
inline TAknWindowComponentLayout list_medium_line_x2_t2_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10581
inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g4_g_Limits()		{ return (*(Tlist_medium_line_x2_t2_g4_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10583
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10585
inline TAknWindowComponentLayout list_medium_line_x2_t2_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10589
inline TAknTextComponentLayout list_medium_line_x2_t2_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10591
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10593
inline TAknTextComponentLayout list_medium_line_x2_t2_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10595
inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g4_t_Limits()		{ return (*(Tlist_medium_line_x2_t2_g4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g4_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10599
inline TAknTextComponentLayout list_medium_line_x2_t2_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10601
// LAF Table : list_medium_line_x2_t2_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10602
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g1_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 TAknWindowComponentLayout list_medium_line_x2_t2_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g1)))(aVariety, aCol, aRow); }
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 list_medium_line_x2_t2_g3_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g2_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
inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10610
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10612
inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10614
inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g3_g_Limits()		{ return (*(Tlist_medium_line_x2_t2_g3_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10618
inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10620
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10622
inline TAknTextComponentLayout list_medium_line_x2_t2_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_x2_t2_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10628
inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g3_t_Limits()		{ return (*(Tlist_medium_line_x2_t2_g3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10630
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g3_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t2_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3_t)))(aLineIndex, 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
// LAF Table : main_sp_fs_listscroll_pane_te
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10635
inline TAknLayoutScalableParameterLimits main_sp_fs_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10637
inline TAknWindowComponentLayout main_sp_fs_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10639
inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_scroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10641
inline TAknWindowComponentLayout sp_fs_scroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10643
// LAF Table : list_medium_line_x2_t3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10644
inline TAknTextComponentLayout list_medium_line_x2_t3_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10646
inline TAknTextComponentLayout list_medium_line_x2_t3_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10648
inline TAknTextComponentLayout list_medium_line_x2_t3_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x2_t3_t_Limits()		{ return (*(Tlist_medium_line_x2_t3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_t_Limits)))(); }
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
inline TAknTextComponentLayout list_medium_line_x2_t3_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10654
// LAF Table : list_medium_line_x3_t4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10655
inline TAknTextComponentLayout list_medium_line_x3_t4_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_t1)))(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
inline TAknTextComponentLayout list_medium_line_x3_t4_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10659
inline TAknTextComponentLayout list_medium_line_x3_t4_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10661
inline TAknTextComponentLayout list_medium_line_x3_t4_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10663
inline TAknLayoutScalableTableLimits list_medium_line_x3_t4_t_Limits()		{ return (*(Tlist_medium_line_x3_t4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10665
inline TAknTextComponentLayout list_medium_line_x3_t4_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10667
// LAF Table : list_medium_line_x4_t5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10668
inline TAknTextComponentLayout list_medium_line_x4_t5_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10670
inline TAknTextComponentLayout list_medium_line_x4_t5_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10672
inline TAknTextComponentLayout list_medium_line_x4_t5_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10674
inline TAknTextComponentLayout list_medium_line_x4_t5_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10676
inline TAknTextComponentLayout list_medium_line_x4_t5_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10678
inline TAknLayoutScalableTableLimits list_medium_line_x4_t5_t_Limits()		{ return (*(Tlist_medium_line_x4_t5_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10680
inline TAknTextComponentLayout list_medium_line_x4_t5_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10682
// LAF Table : list_medium_line_t4_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10683
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_t4_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_t4_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10691
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10693
inline TAknWindowComponentLayout list_medium_line_t4_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10695
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10697
inline TAknWindowComponentLayout list_medium_line_t4_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10699
inline TAknLayoutScalableTableLimits list_medium_line_t4_g4_g_Limits()		{ return (*(Tlist_medium_line_t4_g4_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10701
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10703
inline TAknWindowComponentLayout list_medium_line_t4_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10705
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10707
inline TAknTextComponentLayout list_medium_line_t4_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10709
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10711
inline TAknTextComponentLayout list_medium_line_t4_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10713
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10715
inline TAknTextComponentLayout list_medium_line_t4_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10717
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10719
inline TAknTextComponentLayout list_medium_line_t4_g4_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10721
inline TAknLayoutScalableTableLimits list_medium_line_t4_g4_t_Limits()		{ return (*(Tlist_medium_line_t4_g4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10723
inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t4_g4_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout list_medium_line_t4_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4_t)))(aLineIndex, 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 : chi_dic_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10728
inline TAknWindowComponentLayout chi_dic_find_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tchi_dic_find_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_chi_dic_find_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10731
inline TAknWindowComponentLayout main_tport_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_tport_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tport_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10733
// LAF Table : list_medium_line_plain
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10734
inline TAknTextComponentLayout list_medium_line_plain_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_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
// LAF Table : list_medium_line_t2_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10737
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10739
inline TAknWindowComponentLayout list_medium_line_t2_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10741
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10743
inline TAknWindowComponentLayout list_medium_line_t2_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10745
inline TAknLayoutScalableTableLimits list_medium_line_t2_g2_g_Limits()		{ return (*(Tlist_medium_line_t2_g2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10747
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t2_g2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout list_medium_line_t2_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10753
inline TAknTextComponentLayout list_medium_line_t2_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10755
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g2_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10757
inline TAknTextComponentLayout list_medium_line_t2_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t2)))(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 TAknLayoutScalableTableLimits list_medium_line_t2_g2_t_Limits()		{ return (*(Tlist_medium_line_t2_g2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t2_g2_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10763
inline TAknTextComponentLayout list_medium_line_t2_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10765
// LAF Table : main_sp_fs_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10766
inline TAknWindowComponentLayout aid_sp_fs_list_icon_a_sm(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_sp_fs_list_icon_a_sm_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_sp_fs_list_icon_a_sm)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10768
inline TAknWindowComponentLayout aid_sp_fs_list_icon_d(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_sp_fs_list_icon_d_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_sp_fs_list_icon_d)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10770
inline TAknWindowComponentLayout aid_sp_fs_text_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_sp_fs_text_primary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_sp_fs_text_primary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10772
inline TAknWindowComponentLayout aid_sp_fs_text_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_sp_fs_text_secondary_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_sp_fs_text_secondary)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10774
inline TAknWindowComponentLayout list_medium_line(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line)))(aVariety, aCol, aRow); }
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 list_medium_line_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2)))(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 TAknWindowComponentLayout list_medium_line_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout list_medium_line_plain(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10782
inline TAknWindowComponentLayout list_medium_line_plain_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10784
inline TAknWindowComponentLayout list_medium_line_plain_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10786
inline TAknWindowComponentLayout list_medium_line_right_icon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_icon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_icon)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10788
inline TAknWindowComponentLayout list_medium_line_right_iconx2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_iconx2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_iconx2)))(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 list_medium_line_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2)))(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 list_medium_line_t2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g2)))(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 list_medium_line_t2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3)))(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 list_medium_line_t2_right_icon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_icon_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_icon)))(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 list_medium_line_t2_right_iconx2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2)))(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 list_medium_line_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3)))(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 list_medium_line_t3_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2)))(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 list_medium_line_t3_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3)))(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 TAknWindowComponentLayout list_medium_line_t3_right_iconx2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2)))(aVariety, aCol, aRow); }
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 list_medium_line_t4_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t4_g4)))(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
inline TAknWindowComponentLayout list_medium_line_x2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10812
inline TAknWindowComponentLayout list_medium_line_x2_t2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10814
inline TAknWindowComponentLayout list_medium_line_x2_t2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10816
inline TAknWindowComponentLayout list_medium_line_x2_t2_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10818
inline TAknWindowComponentLayout list_medium_line_x2_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10820
inline TAknWindowComponentLayout list_medium_line_x2_t3_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g2)))(aVariety, aCol, aRow); }
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 list_medium_line_x2_t3_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g3)))(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 TAknWindowComponentLayout list_medium_line_x2_t3_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4)))(aVariety, aCol, aRow); }
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 list_medium_line_x2_t4_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2)))(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
inline TAknWindowComponentLayout list_medium_line_x2_t4_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10830
inline TAknWindowComponentLayout list_medium_line_x3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10832
inline TAknWindowComponentLayout list_medium_line_x3_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10834
inline TAknWindowComponentLayout list_medium_line_x3_t4_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10836
inline TAknWindowComponentLayout list_medium_line_x4_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10838
inline TAknWindowComponentLayout list_medium_line_x4_t4_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10840
inline TAknWindowComponentLayout list_medium_line_x4_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10842
inline TAknLayoutScalableParameterLimits list_single_fs_dyc_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_dyc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_dyc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10844
inline TAknWindowComponentLayout list_single_fs_dyc_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_dyc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_dyc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10846
// LAF Table : list_medium_line_x4_t4_g7
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10847
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g4)))(aVariety, aCol, aRow); }
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 list_medium_line_x4_t4_g7_g5_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g5_ParamLimits)))(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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g5)))(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 list_medium_line_x4_t4_g7_g6_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g6_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 list_medium_line_x4_t4_g7_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g6)))(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
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g7_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10873
inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10875
inline TAknLayoutScalableTableLimits list_medium_line_x4_t4_g7_g_Limits()		{ return (*(Tlist_medium_line_x4_t4_g7_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10877
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10879
inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10881
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10883
inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10885
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10887
inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10889
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10891
inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t4_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10897
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t5_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10899
inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10901
inline TAknLayoutScalableTableLimits list_medium_line_x4_t4_g7_t_Limits()		{ return (*(Tlist_medium_line_x4_t4_g7_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10903
inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x4_t4_g7_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout list_medium_line_x4_t4_g7_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_g7_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_g7_t)))(aLineIndex, 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 : list_single_fs_dyc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10908
inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_ParamLimits)))(aVariety); }
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 list_single_dyc_row_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane)))(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 : main_call5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10913
inline TAknLayoutScalableParameterLimits call5_gesture_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall5_gesture_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_gesture_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 call5_gesture_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_gesture_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_gesture_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
inline TAknLayoutScalableParameterLimits call5_windows_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall5_windows_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_windows_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10919
inline TAknWindowComponentLayout call5_windows_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_windows_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_windows_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10921
// LAF Table : call5_gesture_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10922
inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_cp_ParamLimits)))(aVariety); }
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 call5_swipe_1_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_cp)))(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
inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_cp_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10928
inline TAknWindowComponentLayout call5_swipe_2_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10930
// LAF Table : call5_windows_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10931
inline TAknWindowComponentLayout call5_image_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_image_pane_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_image_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10933
inline TAknLayoutScalableParameterLimits popup_call5_audio_first_window_cp_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call5_audio_first_window_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call5_audio_first_window_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10935
inline TAknWindowComponentLayout popup_call5_audio_first_window_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call5_audio_first_window_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call5_audio_first_window_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10937
// LAF Table : call5_swipe_1_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10938
inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g1_cp_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_g1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10940
inline TAknWindowComponentLayout call5_swipe_1_pane_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_g1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g1_cp)))(aVariety, aCol, aRow); }
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 call5_swipe_1_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_g2_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_g2_cp)))(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 call5_swipe_1_pane_t1_cp_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_1_pane_t1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_t1_cp_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 TAknTextComponentLayout call5_swipe_1_pane_t1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_1_pane_t1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_1_pane_t1_cp)))(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
// LAF Table : call5_swipe_2_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10949
inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_g1_cp_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_g1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10951
inline TAknWindowComponentLayout call5_swipe_2_pane_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_g1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10953
inline TAknWindowComponentLayout call5_swipe_2_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_g2_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10955
inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_t1_cp_ParamLimits(TInt aVariety)		{ return (*(Tcall5_swipe_2_pane_t1_cp_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_t1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10957
inline TAknTextComponentLayout call5_swipe_2_pane_t1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall5_swipe_2_pane_t1_cp_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call5_swipe_2_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10959
// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10960
inline TAknWindowComponentLayout main_sp_fs_email_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_email_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_email_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10962
inline TAknWindowComponentLayout main_sp_fs_listscroll_pane_te(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_listscroll_pane_te_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_listscroll_pane_te)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10964
inline TAknLayoutScalableParameterLimits popup_sp_fs_action_menu_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_sp_fs_action_menu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_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 popup_sp_fs_action_menu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_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 : bg_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10969
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_sp_fs_ctrlbar_ddmenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10972
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10974
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10976
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10978
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10980
inline TAknLayoutScalableTableLimits bg_sp_fs_ctrlbar_ddmenu_pane_g_Limits()		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10982
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10984
// LAF Table : main_sp_fs_ctrlbar_ddmenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10985
inline TAknLayoutScalableParameterLimits bg_sp_fs_ctrlbar_ddmenu_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10987
inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_ddmenu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10989
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10991
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10993
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 10995
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_sp_fs_ctrlbar_ddmenu_pane_g_Limits()		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g_Limits)))(); }
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 main_sp_fs_ctrlbar_ddmenu_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g_ParamLimits)))(aLineIndex, 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 main_sp_fs_ctrlbar_ddmenu_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11005
inline TAknTextComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11007
// LAF Table : list_medium_line_t2_right_icon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11008
inline TAknWindowComponentLayout list_medium_line_t2_right_icon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_icon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_icon_g1)))(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
inline TAknTextComponentLayout list_medium_line_t2_right_icon_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_icon_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_icon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11012
inline TAknTextComponentLayout list_medium_line_t2_right_icon_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_icon_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_icon_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11014
inline TAknLayoutScalableTableLimits list_medium_line_t2_right_icon_t_Limits()		{ return (*(Tlist_medium_line_t2_right_icon_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_icon_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11016
inline TAknTextComponentLayout list_medium_line_t2_right_icon_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_icon_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_icon_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11018
// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11019
inline TAknLayoutScalableParameterLimits bg_sp_fs_ctrlbar_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_sp_fs_ctrlbar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_pane_ParamLimits)))(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 TAknWindowComponentLayout bg_sp_fs_ctrlbar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_ctrlbar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_ctrlbar_pane)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_button_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_button_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11025
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_ddmenu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11027
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11029
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_sp_fs_ctrlbar_pane_g_Limits()		{ return (*(Tmain_sp_fs_ctrlbar_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11035
inline TAknTextComponentLayout main_sp_fs_ctrlbar_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11037
// LAF Table : main_sp_fs_email_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11038
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane)))(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 main_sp_fs_listscroll_pane_te_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_listscroll_pane_te_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_listscroll_pane_te_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
inline TAknLayoutScalableParameterLimits popup_sp_fs_action_menu_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tpopup_sp_fs_action_menu_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11044
inline TAknWindowComponentLayout popup_sp_fs_action_menu_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11046
// LAF Table : sp_fs_action_menu_list_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11047
inline TAknLayoutScalableParameterLimits bg_sp_fs_highlight_list_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_sp_fs_highlight_list_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_highlight_list_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11049
inline TAknWindowComponentLayout bg_sp_fs_highlight_list_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_highlight_list_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_highlight_list_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11051
inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_action_menu_list_gene_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_g1_ParamLimits)))(aVariety); }
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 sp_fs_action_menu_list_gene_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_action_menu_list_gene_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_g1)))(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 TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_action_menu_list_gene_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_g2_ParamLimits)))(aVariety); }
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 sp_fs_action_menu_list_gene_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_action_menu_list_gene_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_g2)))(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 TAknLayoutScalableTableLimits sp_fs_action_menu_list_gene_pane_g_Limits()		{ return (*(Tsp_fs_action_menu_list_gene_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tsp_fs_action_menu_list_gene_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 sp_fs_action_menu_list_gene_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_action_menu_list_gene_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_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
inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_action_menu_list_gene_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11067
inline TAknTextComponentLayout sp_fs_action_menu_list_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_action_menu_list_gene_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11069
// LAF Table : sp_fs_action_menu_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11070
inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_action_menu_list_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11072
inline TAknWindowComponentLayout sp_fs_action_menu_list_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_action_menu_list_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11074
// LAF Table : popup_sp_fs_action_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11075
inline TAknLayoutScalableParameterLimits popup_sp_fs_action_menu_bg_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_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 popup_sp_fs_action_menu_bg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_action_menu_bg_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 sp_fs_action_menu_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_action_menu_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_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 sp_fs_action_menu_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_action_menu_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_action_menu_list_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
inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_scroll_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11085
inline TAknWindowComponentLayout sp_fs_scroll_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_scroll_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11087
// LAF Table : list_medium_line_plain_t2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11088
inline TAknTextComponentLayout list_medium_line_plain_t2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t2_t1)))(aVariety, aCol, aRow); }
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
inline TAknTextComponentLayout list_medium_line_plain_t2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11092
inline TAknLayoutScalableTableLimits list_medium_line_plain_t2_t_Limits()		{ return (*(Tlist_medium_line_plain_t2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11094
inline TAknTextComponentLayout list_medium_line_plain_t2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11096
// LAF Table : list_medium_line_plain_t3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11097
inline TAknTextComponentLayout list_medium_line_plain_t3_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11099
inline TAknTextComponentLayout list_medium_line_plain_t3_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11101
inline TAknTextComponentLayout list_medium_line_plain_t3_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t3_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t3_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11103
inline TAknLayoutScalableTableLimits list_medium_line_plain_t3_t_Limits()		{ return (*(Tlist_medium_line_plain_t3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11105
inline TAknTextComponentLayout list_medium_line_plain_t3_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_plain_t3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_plain_t3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11107
// LAF Table : list_medium_line_x2_t2_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11108
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_t2_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_t2_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x2_t2_g2_g_Limits()		{ return (*(Tlist_medium_line_x2_t2_g2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11120
inline TAknWindowComponentLayout list_medium_line_x2_t2_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11122
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11124
inline TAknTextComponentLayout list_medium_line_x2_t2_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11126
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g2_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11128
inline TAknTextComponentLayout list_medium_line_x2_t2_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x2_t2_g2_t_Limits()		{ return (*(Tlist_medium_line_x2_t2_g2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t2_g2_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11134
inline TAknTextComponentLayout list_medium_line_x2_t2_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t2_g2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t2_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11136
// LAF Table : list_medium_line_x2_t4_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11137
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11139
inline TAknWindowComponentLayout list_medium_line_x2_t4_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_t4_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x2_t4_g2_g_Limits()		{ return (*(Tlist_medium_line_x2_t4_g2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11149
inline TAknWindowComponentLayout list_medium_line_x2_t4_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11151
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11153
inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11155
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11157
inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11159
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11161
inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11163
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11165
inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11167
inline TAknLayoutScalableTableLimits list_medium_line_x2_t4_g2_t_Limits()		{ return (*(Tlist_medium_line_x2_t4_g2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11169
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t4_g2_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11171
inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t4_g2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t4_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11173
// LAF Table : list_medium_line_t3_right_iconx2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11174
inline TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_g2)))(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 TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_t3_right_iconx2_g_Limits()		{ return (*(Tlist_medium_line_t3_right_iconx2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_g_Limits)))(); }
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 TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_g)))(aLineIndex, aVariety, aCol, aRow); }
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 list_medium_line_t3_right_iconx2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_t1)))(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 TAknTextComponentLayout list_medium_line_t3_right_iconx2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_t3_right_iconx2_t_Limits()		{ return (*(Tlist_medium_line_t3_right_iconx2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_t_Limits)))(); }
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 TAknTextComponentLayout list_medium_line_t3_right_iconx2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_right_iconx2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_right_iconx2_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : list_medium_line_x3_t4_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11193
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11195
inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11197
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11199
inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11201
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11203
inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11205
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11207
inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11209
inline TAknLayoutScalableTableLimits list_medium_line_x3_t4_g4_g_Limits()		{ return (*(Tlist_medium_line_x3_t4_g4_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11211
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g_ParamLimits)))(aLineIndex, aVariety); }
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 list_medium_line_x3_t4_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11219
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11221
inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11223
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11225
inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11227
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11229
inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11231
inline TAknLayoutScalableTableLimits list_medium_line_x3_t4_g4_t_Limits()		{ return (*(Tlist_medium_line_x3_t4_g4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11233
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x3_t4_g4_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11235
inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t4_g4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t4_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11237
// LAF Table : list_single_dyc_row_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11238
inline TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t1_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 TAknTextComponentLayout list_single_dyc_row_text_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t1)))(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 list_single_dyc_row_text_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_text_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t2_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 TAknTextComponentLayout list_single_dyc_row_text_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_text_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t2)))(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 list_single_dyc_row_text_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_text_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t3_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 TAknTextComponentLayout list_single_dyc_row_text_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_text_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t3)))(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 TAknLayoutScalableTableLimits list_single_dyc_row_text_pane_t_Limits()		{ return (*(Tlist_single_dyc_row_text_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_dyc_row_text_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_single_dyc_row_text_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_text_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : list_single_dyc_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11257
inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11259
inline TAknWindowComponentLayout list_single_dyc_row_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11261
inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g2_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 list_single_dyc_row_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g2)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11267
inline TAknWindowComponentLayout list_single_dyc_row_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11269
inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11271
inline TAknWindowComponentLayout list_single_dyc_row_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11273
inline TAknLayoutScalableTableLimits list_single_dyc_row_pane_g_Limits()		{ return (*(Tlist_single_dyc_row_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_dyc_row_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 list_single_dyc_row_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_dyc_row_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_dyc_row_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_text_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : sp_fs_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11284
inline TAknWindowComponentLayout bg_sp_fs_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11286
inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tthumb_sp_fs_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumb_sp_fs_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11288
// LAF Table : list_medium_line
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11289
inline TAknLayoutScalableParameterLimits list_medium_line_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11291
inline TAknWindowComponentLayout list_medium_line_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11293
inline TAknLayoutScalableParameterLimits list_medium_line_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11295
inline TAknTextComponentLayout list_medium_line_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11297
// LAF Table : list_medium_line_x2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11298
inline TAknLayoutScalableParameterLimits list_medium_line_x2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g1)))(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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11304
inline TAknWindowComponentLayout list_medium_line_x2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11306
inline TAknLayoutScalableTableLimits list_medium_line_x2_g_Limits()		{ return (*(Tlist_medium_line_x2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11308
inline TAknLayoutScalableParameterLimits list_medium_line_x2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11310
inline TAknWindowComponentLayout list_medium_line_x2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11312
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11314
inline TAknTextComponentLayout list_medium_line_x2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11316
// LAF Table : list_medium_line_x3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11317
inline TAknLayoutScalableParameterLimits list_medium_line_x3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g1_ParamLimits)))(aVariety); }
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 list_medium_line_x3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g1)))(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
inline TAknLayoutScalableParameterLimits list_medium_line_x3_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11323
inline TAknWindowComponentLayout list_medium_line_x3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11325
inline TAknLayoutScalableTableLimits list_medium_line_x3_g_Limits()		{ return (*(Tlist_medium_line_x3_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11327
inline TAknLayoutScalableParameterLimits list_medium_line_x3_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x3_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g_ParamLimits)))(aLineIndex, 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
inline TAknWindowComponentLayout list_medium_line_x3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11331
inline TAknLayoutScalableParameterLimits list_medium_line_x3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11333
inline TAknTextComponentLayout list_medium_line_x3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11335
// LAF Table : thumb_sp_fs_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11336
inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tthumb_sp_fs_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumb_sp_fs_scroll_pane_g1)))(aVariety, aCol, aRow); }
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 thumb_sp_fs_scroll_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tthumb_sp_fs_scroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumb_sp_fs_scroll_pane_g2)))(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
inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tthumb_sp_fs_scroll_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumb_sp_fs_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11342
inline TAknLayoutScalableTableLimits thumb_sp_fs_scroll_pane_g_Limits()		{ return (*(Tthumb_sp_fs_scroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumb_sp_fs_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11344
inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tthumb_sp_fs_scroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_thumb_sp_fs_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11346
// LAF Table : bg_sp_fs_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11347
inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11349
inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_scroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11351
inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_scroll_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11353
inline TAknLayoutScalableTableLimits bg_sp_fs_scroll_pane_g_Limits()		{ return (*(Tbg_sp_fs_scroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11355
inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_scroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11357
// LAF Table : list_medium_line_x2_t3_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11358
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_t3_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g2_ParamLimits)))(aVariety); }
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 list_medium_line_x2_t3_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g2)))(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
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11368
inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11370
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11372
inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11374
inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g4_g_Limits()		{ return (*(Tlist_medium_line_x2_t3_g4_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11376
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11378
inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11384
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11386
inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11388
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11390
inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11392
inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g4_t_Limits()		{ return (*(Tlist_medium_line_x2_t3_g4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11394
inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_x2_t3_g4_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x2_t3_g4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x2_t3_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11398
// LAF Table : list_medium_line_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11399
inline TAknLayoutScalableParameterLimits list_medium_line_g2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_g2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11407
inline TAknLayoutScalableTableLimits list_medium_line_g2_g_Limits()		{ return (*(Tlist_medium_line_g2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11409
inline TAknLayoutScalableParameterLimits list_medium_line_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_g2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11411
inline TAknWindowComponentLayout list_medium_line_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits list_medium_line_g2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11415
inline TAknTextComponentLayout list_medium_line_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11417
// LAF Table : list_medium_line_t3_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11418
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_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 TAknWindowComponentLayout list_medium_line_t3_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t3_g2_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_t3_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_t3_g2_g_Limits()		{ return (*(Tlist_medium_line_t3_g2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_medium_line_t3_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_t3_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11432
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11434
inline TAknTextComponentLayout list_medium_line_t3_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11436
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_t3_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11440
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11442
inline TAknTextComponentLayout list_medium_line_t3_g2_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11444
inline TAknLayoutScalableTableLimits list_medium_line_t3_g2_t_Limits()		{ return (*(Tlist_medium_line_t3_g2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11446
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t3_g2_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout list_medium_line_t3_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11450
// LAF Table : list_medium_line_right_icon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11451
inline TAknWindowComponentLayout list_medium_line_right_icon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_icon_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_icon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11453
inline TAknTextComponentLayout list_medium_line_right_icon_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_icon_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_icon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11455
// LAF Table : list_medium_line_t2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11456
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g1_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 TAknWindowComponentLayout list_medium_line_t2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t2_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_t2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t2_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_t2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_t2_t_Limits()		{ return (*(Tlist_medium_line_t2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits list_medium_line_t2_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t2_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11472
inline TAknTextComponentLayout list_medium_line_t2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11474
// LAF Table : list_medium_line_t3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11475
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11477
inline TAknWindowComponentLayout list_medium_line_t3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11479
inline TAknLayoutScalableParameterLimits list_medium_line_t3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t1_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 TAknTextComponentLayout list_medium_line_t3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t1)))(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 list_medium_line_t3_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t2_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 TAknTextComponentLayout list_medium_line_t3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t2)))(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 list_medium_line_t3_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t3_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 TAknTextComponentLayout list_medium_line_t3_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t3)))(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
inline TAknLayoutScalableTableLimits list_medium_line_t3_t_Limits()		{ return (*(Tlist_medium_line_t3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11493
inline TAknLayoutScalableParameterLimits list_medium_line_t3_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t3_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11495
inline TAknTextComponentLayout list_medium_line_t3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11497
// LAF Table : list_medium_line_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11498
inline TAknLayoutScalableParameterLimits list_medium_line_g3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11500
inline TAknWindowComponentLayout list_medium_line_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11502
inline TAknLayoutScalableParameterLimits list_medium_line_g3_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g3_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g2_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 list_medium_line_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g2)))(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 TAknLayoutScalableParameterLimits list_medium_line_g3_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g3_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11510
inline TAknLayoutScalableTableLimits list_medium_line_g3_g_Limits()		{ return (*(Tlist_medium_line_g3_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11512
inline TAknLayoutScalableParameterLimits list_medium_line_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_g3_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11514
inline TAknWindowComponentLayout list_medium_line_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g3_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11516
inline TAknLayoutScalableParameterLimits list_medium_line_g3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_g3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11518
inline TAknTextComponentLayout list_medium_line_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_g3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11520
// LAF Table : list_medium_line_t2_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11521
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g1_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 TAknWindowComponentLayout list_medium_line_t2_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g1)))(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 TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_t2_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_medium_line_t2_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11533
inline TAknLayoutScalableTableLimits list_medium_line_t2_g3_g_Limits()		{ return (*(Tlist_medium_line_t2_g3_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11535
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11537
inline TAknWindowComponentLayout list_medium_line_t2_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11539
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11541
inline TAknTextComponentLayout list_medium_line_t2_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11543
inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11545
inline TAknTextComponentLayout list_medium_line_t2_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_t2_g3_t_Limits()		{ return (*(Tlist_medium_line_t2_g3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_medium_line_t2_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t2_g3_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout list_medium_line_t2_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_g3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_g3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11553
// LAF Table : list_medium_line_t3_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11554
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11556
inline TAknWindowComponentLayout list_medium_line_t3_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11558
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11560
inline TAknWindowComponentLayout list_medium_line_t3_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11562
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11564
inline TAknWindowComponentLayout list_medium_line_t3_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11566
inline TAknLayoutScalableTableLimits list_medium_line_t3_g3_g_Limits()		{ return (*(Tlist_medium_line_t3_g3_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11568
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout list_medium_line_t3_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_medium_line_t3_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11576
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11578
inline TAknTextComponentLayout list_medium_line_t3_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11580
inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11582
inline TAknTextComponentLayout list_medium_line_t3_g3_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_t3_g3_t_Limits()		{ return (*(Tlist_medium_line_t3_g3_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t_Limits)))(); }
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 list_medium_line_t3_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_medium_line_t3_g3_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout list_medium_line_t3_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t3_g3_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t3_g3_t)))(aLineIndex, 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 : list_medium_line_right_iconx2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11591
inline TAknWindowComponentLayout list_medium_line_right_iconx2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_iconx2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_iconx2_g1)))(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
inline TAknWindowComponentLayout list_medium_line_right_iconx2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_iconx2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_iconx2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11595
inline TAknLayoutScalableTableLimits list_medium_line_right_iconx2_g_Limits()		{ return (*(Tlist_medium_line_right_iconx2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_iconx2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11597
inline TAknWindowComponentLayout list_medium_line_right_iconx2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_iconx2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_iconx2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11599
inline TAknTextComponentLayout list_medium_line_right_iconx2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_right_iconx2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_right_iconx2_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : list_medium_line_t2_right_iconx2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11602
inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11604
inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11606
inline TAknLayoutScalableTableLimits list_medium_line_t2_right_iconx2_g_Limits()		{ return (*(Tlist_medium_line_t2_right_iconx2_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11608
inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11610
inline TAknTextComponentLayout list_medium_line_t2_right_iconx2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11612
inline TAknTextComponentLayout list_medium_line_t2_right_iconx2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_t2)))(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
inline TAknLayoutScalableTableLimits list_medium_line_t2_right_iconx2_t_Limits()		{ return (*(Tlist_medium_line_t2_right_iconx2_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11616
inline TAknTextComponentLayout list_medium_line_t2_right_iconx2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_t2_right_iconx2_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_t2_right_iconx2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11618
// LAF Table : list_medium_line_x4_t4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11619
inline TAknTextComponentLayout list_medium_line_x4_t4_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_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
inline TAknTextComponentLayout list_medium_line_x4_t4_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11623
inline TAknTextComponentLayout list_medium_line_x4_t4_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11625
inline TAknTextComponentLayout list_medium_line_x4_t4_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x4_t4_t_Limits()		{ return (*(Tlist_medium_line_x4_t4_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_t_Limits)))(); }
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 TAknTextComponentLayout list_medium_line_x4_t4_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_medium_line_x4_t4_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_medium_line_x4_t4_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_tport_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11632
inline TAknLayoutScalableParameterLimits tport_appsw_pane_ParamLimits(TInt aVariety)		{ return (*(Ttport_appsw_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_appsw_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11634
inline TAknWindowComponentLayout tport_appsw_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_appsw_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_appsw_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11636
inline TAknLayoutScalableParameterLimits tport_contact_pane_ParamLimits(TInt aVariety)		{ return (*(Ttport_contact_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11638
inline TAknWindowComponentLayout tport_contact_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_contact_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11640
inline TAknLayoutScalableParameterLimits tport_listscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Ttport_listscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11642
inline TAknWindowComponentLayout tport_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11644
// LAF Table : tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11645
inline TAknLayoutScalableParameterLimits cell_tport_appsw_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_tport_appsw_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11647
inline TAknWindowComponentLayout cell_tport_appsw_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_tport_appsw_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11649
inline TAknLayoutScalableParameterLimits tport_appsw_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Ttport_appsw_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_appsw_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11651
inline TAknWindowComponentLayout tport_appsw_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_appsw_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_appsw_pane_g1)))(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 : tport_contact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11654
inline TAknWindowComponentLayout tport_contact_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_contact_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout tport_contact_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_contact_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane_t1)))(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 TAknTextComponentLayout tport_contact_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_contact_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits tport_contact_pane_t_Limits()		{ return (*(Ttport_contact_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane_t_Limits)))(); }
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 TAknTextComponentLayout tport_contact_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Ttport_contact_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_tport_contact_pane_t)))(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 : tport_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11665
inline TAknWindowComponentLayout list_tport_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tport_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_pane)))(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 scroll_pane_cp_030(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp_030_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp_030)))(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 : cell_tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11670
inline TAknWindowComponentLayout cell_tport_appsw_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout cell_tport_appsw_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_t1)))(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 TAknWindowComponentLayout grid_highlight_pane_cp019(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp019_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp019)))(aVariety, aCol, aRow); }
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
// LAF Table : list_tport_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11677
inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_tport_double_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11679
inline TAknWindowComponentLayout list_tport_double_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tport_double_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11681
// LAF Table : list_tport_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11682
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp023_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp023_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp023_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 list_highlight_pane_cp023(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp023_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp023)))(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
inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_tport_double_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11688
inline TAknWindowComponentLayout list_tport_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tport_double_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11690
inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_tport_double_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11692
inline TAknTextComponentLayout list_tport_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tport_double_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11694
inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_tport_double_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11696
inline TAknTextComponentLayout list_tport_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tport_double_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11698
inline TAknLayoutScalableTableLimits list_tport_double_graphic_pane_t_Limits()		{ return (*(Tlist_tport_double_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11700
inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_tport_double_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11702
inline TAknTextComponentLayout list_tport_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_tport_double_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_tport_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11704
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11705
inline TAknWindowComponentLayout main_cale_note_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cale_note_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11707
// LAF Table : grid_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11708
inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_wide_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_top_wide_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_wide_pane_cp01_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_vitu2_function_top_wide_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_vitu2_function_top_wide_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_wide_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11712
// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11713
inline TAknLayoutScalableParameterLimits wait_bar_pane_cp05_ParamLimits(TInt aVariety)		{ return (*(Twait_bar_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp05_ParamLimits)))(aVariety); }
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 : main_sp_fs_email_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11716
inline TAknWindowComponentLayout listscroll_cmail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cmail_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cmail_pane)))(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 : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11719
inline TAknWindowComponentLayout list_cmail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cmail_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cmail_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : list_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11722
inline TAknWindowComponentLayout list_cmail_body_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cmail_body_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cmail_body_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11724
inline TAknWindowComponentLayout list_single_cmail_header_caption_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_caption_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_caption_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_single_cmail_header_detail_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11730
// LAF Table : list_single_cmail_header_caption_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11731
inline TAknTextComponentLayout list_single_cmail_header_caption_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_caption_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_caption_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11733
// LAF Table : list_single_cmail_header_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11734
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11738
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11740
inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g2)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableTableLimits list_single_cmail_header_detail_pane_g_Limits()		{ return (*(Tlist_single_cmail_header_detail_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11744
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11746
inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11748
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11750
inline TAknTextComponentLayout list_single_cmail_header_detail_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t1)))(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
inline TAknLayoutScalableParameterLimits list_single_cmail_header_editor_pane_bg_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11754
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11756
// LAF Table : list_cmail_body_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11757
inline TAknWindowComponentLayout list_cmail_body_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cmail_body_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cmail_body_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 TAknTextComponentLayout list_cmail_body_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cmail_body_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cmail_body_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : list_single_cmail_header_editor_pane_bg
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11762
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11764
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11766
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11768
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11770
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11772
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11774
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11776
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy3)))(aVariety, aCol, aRow); }
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 list_single_cmail_header_editor_pane_bg_g1_copy4_copy3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy3_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy3_copy1)))(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 : main_cale_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11781
inline TAknLayoutScalableParameterLimits calenote_gesture_pane_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_gesture_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_gesture_pane_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 TAknWindowComponentLayout calenote_gesture_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_gesture_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_gesture_pane)))(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
inline TAknLayoutScalableParameterLimits calenote_window_pane_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_window_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_window_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11787
inline TAknWindowComponentLayout calenote_window_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_window_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_window_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11789
// LAF Table : calenote_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11790
inline TAknWindowComponentLayout popup_note_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_note_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_note_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11792
// LAF Table : calenote_gesture_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11793
inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_1_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout calenote_swipe_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_1_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane)))(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 TAknLayoutScalableParameterLimits calenote_swipe_2_pane_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout calenote_swipe_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane)))(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
// LAF Table : calenote_swipe_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11802
inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_1_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11804
inline TAknWindowComponentLayout calenote_swipe_1_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_1_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11806
inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_1_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g2_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 TAknWindowComponentLayout calenote_swipe_1_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_1_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g2)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableTableLimits calenote_swipe_1_pane_g_Limits()		{ return (*(Tcalenote_swipe_1_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11812
inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcalenote_swipe_1_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11814
inline TAknWindowComponentLayout calenote_swipe_1_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_1_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11816
inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_1_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout calenote_swipe_1_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_1_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_1_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11820
// LAF Table : calenote_swipe_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11821
inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g1_ParamLimits)))(aVariety); }
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 calenote_swipe_2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g1)))(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 TAknLayoutScalableParameterLimits calenote_swipe_2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout calenote_swipe_2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits calenote_swipe_2_pane_g_Limits()		{ return (*(Tcalenote_swipe_2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits calenote_swipe_2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcalenote_swipe_2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 calenote_swipe_2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcalenote_swipe_2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11837
inline TAknTextComponentLayout calenote_swipe_2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcalenote_swipe_2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_calenote_swipe_2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11839
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11840
inline TAknWindowComponentLayout main_mup_navstr_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup_navstr_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup_navstr_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11842
// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11843
inline TAknLayoutScalableParameterLimits main_mup3_pane_t7_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11845
inline TAknTextComponentLayout main_mup3_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mup3_pane_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11847
// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11848
inline TAknLayoutScalableParameterLimits main_mp4_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tmain_mp4_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11850
inline TAknWindowComponentLayout main_mp4_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mp4_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mp4_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11852
// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11853
inline TAknLayoutScalableParameterLimits main_image3_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_image3_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_image3_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_image3_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_image3_pane_t4)))(aVariety, aCol, aRow); }
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
// LAF Table : main_mup_navstr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11858
inline TAknLayoutScalableParameterLimits popup_navstr_preview_pane_ParamLimits(TInt aVariety)		{ return (*(Tpopup_navstr_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_navstr_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11860
inline TAknWindowComponentLayout popup_navstr_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_navstr_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_navstr_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11862
inline TAknLayoutScalableParameterLimits scroll_navstr_pane_ParamLimits(TInt aVariety)		{ return (*(Tscroll_navstr_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_navstr_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11864
inline TAknWindowComponentLayout scroll_navstr_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_navstr_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_navstr_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11866
// LAF Table : popup_navstr_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11867
inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11869
inline TAknTextComponentLayout popup_navstr_preview_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_navstr_preview_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_navstr_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11871
// LAF Table : scroll_navstr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11872
inline TAknLayoutScalableParameterLimits scroll_navstr_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tscroll_navstr_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_navstr_pane_g1_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 TAknWindowComponentLayout scroll_navstr_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_navstr_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_navstr_pane_g1)))(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
inline TAknLayoutScalableParameterLimits scroll_navstr_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tscroll_navstr_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_navstr_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11878
inline TAknTextComponentLayout scroll_navstr_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_navstr_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_navstr_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11880
// LAF Table : calenote_swipe_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11881
inline TAknWindowComponentLayout bg_button_pane_cp014(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp014_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp014)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11883
// LAF Table : calenote_swipe_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11884
inline TAknWindowComponentLayout bg_button_pane_cp030(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp030_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp030)))(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 : list_single_double_fisheye_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11887
inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g4_ParamLimits)))(aVariety); }
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 list_double_fisheye_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g4)))(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 TAknLayoutScalableParameterLimits list_double_fisheye_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_fisheye_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g5_ParamLimits)))(aVariety); }
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 list_double_fisheye_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_fisheye_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_fisheye_pane_g5)))(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
// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11896
inline TAknWindowComponentLayout sp_fs_scroll_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_scroll_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11898
// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11899
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g1_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 TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11905
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11907
// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11908
inline TAknWindowComponentLayout sp_fs_scroll_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_scroll_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11910
// LAF Table : popup_sp_fs_calendar_preview_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11911
inline TAknLayoutScalableParameterLimits popup_sp_fs_calendar_preview_list_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_ParamLimits)))(aVariety); }
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 popup_sp_fs_calendar_preview_list_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane)))(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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11916
inline TAknWindowComponentLayout main_cam6_pano_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cam6_pano_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cam6_pano_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11918
inline TAknLayoutScalableParameterLimits main_mup3_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_mup3_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mup3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11920
inline TAknWindowComponentLayout main_phacti_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_phacti_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_phacti_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11922
// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11923
inline TAknWindowComponentLayout bg_button_pane_cp11(TInt aVariety = 0, 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
 11924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11925
inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g2_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_mobtv_info_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11929
inline TAknLayoutScalableTableLimits main_mobtv_info_pane_g_Limits()		{ return (*(Tmain_mobtv_info_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11931
inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_mobtv_info_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11933
inline TAknWindowComponentLayout main_mobtv_info_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_mobtv_info_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_mobtv_info_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11935
// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11936
inline TAknLayoutScalableParameterLimits sc_clock_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tsc_clock_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t5_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 sc_clock_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsc_clock_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sc_clock_pane_t5)))(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
// LAF Table : main_radioblah_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11941
inline TAknLayoutScalableParameterLimits main_radioblah_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11943
inline TAknLayoutScalableParameterLimits main_radioblah_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11945
inline TAknTextComponentLayout main_radioblah_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11947
inline TAknLayoutScalableParameterLimits main_radioblah_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11949
inline TAknTextComponentLayout main_radioblah_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_pane_t4)))(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 TAknLayoutScalableParameterLimits main_radioblah_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_text_pane_ParamLimits)))(aVariety); }
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 main_radioblah_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_text_pane)))(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
// LAF Table : main_radioblah_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11956
inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11958
inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_radioblah_info_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11960
inline TAknTextComponentLayout main_radioblah_info_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_info_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11962
// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11963
inline TAknWindowComponentLayout main_sp_fs_calendar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_calendar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_calendar_pane)))(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
// LAF Table : main_phacti_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11966
inline TAknWindowComponentLayout main_phacti_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_phacti_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_phacti_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11968
inline TAknLayoutScalableParameterLimits phacti_note_pane_ParamLimits(TInt aVariety)		{ return (*(Tphacti_note_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_note_pane_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 phacti_note_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_note_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_note_pane)))(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 TAknLayoutScalableParameterLimits phacti_term_pane_ParamLimits(TInt aVariety)		{ return (*(Tphacti_term_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_ParamLimits)))(aVariety); }
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 phacti_term_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_term_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane)))(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
// LAF Table : phacti_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11977
inline TAknLayoutScalableParameterLimits phacti_note_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tphacti_note_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_note_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11979
inline TAknTextComponentLayout phacti_note_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_note_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_note_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11981
// LAF Table : phacti_term_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11982
inline TAknWindowComponentLayout phacti_term_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_term_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_g1)))(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 phacti_term_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tphacti_term_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t1_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 TAknTextComponentLayout phacti_term_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_term_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t1)))(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
// LAF Table : popup_sp_fs_calendar_preview_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11989
inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11991
inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11993
inline TAknLayoutScalableTableLimits popup_sp_fs_calendar_preview_list_single_pane_g_Limits()		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11995
inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 11997
inline TAknLayoutScalableParameterLimits popup_sp_fs_calendar_preview_list_single_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_sp_fs_calendar_preview_list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_single_pane_t1)))(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
// LAF Table : popup_sp_fs_calendar_preview_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12002
inline TAknWindowComponentLayout aid_popup_sp_fs_bg_corner_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_popup_sp_fs_bg_corner_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_popup_sp_fs_bg_corner_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12004
inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12006
// LAF Table : popup_sp_fs_cale_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12007
inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12009
inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_calendar_preview_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_calendar_preview_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12011
// LAF Table : main_sp_fs_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12012
inline TAknLayoutScalableParameterLimits bg_main_sp_fs_cale_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_main_sp_fs_cale_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_cale_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bg_main_sp_fs_cale_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_sp_fs_cale_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_cale_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12016
inline TAknLayoutScalableParameterLimits listscroll_cale_mrui_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_cale_mrui_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_mrui_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12018
inline TAknWindowComponentLayout listscroll_cale_mrui_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cale_mrui_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cale_mrui_pane)))(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 listscroll_sp_fs_schedule_track_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_sp_fs_schedule_track_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_sp_fs_schedule_track_pane)))(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 TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_cp01_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ctrlbar_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12026
inline TAknWindowComponentLayout main_sp_fs_ribbon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12028
inline TAknWindowComponentLayout popup_sp_fs_cale_preview_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_sp_fs_cale_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_cale_preview_window)))(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
// LAF Table : list_sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12031
inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12033
inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12035
// LAF Table : list_single_sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12036
inline TAknLayoutScalableParameterLimits bg_sp_fs_highlight_list_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tbg_sp_fs_highlight_list_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_highlight_list_pane_cp03_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 TAknWindowComponentLayout bg_sp_fs_highlight_list_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_highlight_list_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_highlight_list_pane_cp03)))(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
inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12042
inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12044
inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12046
inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12048
inline TAknLayoutScalableTableLimits list_single_sp_fs_schedule_track_pane_g_Limits()		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 list_single_sp_fs_schedule_track_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_single_sp_fs_schedule_track_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_t1)))(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
inline TAknLayoutScalableParameterLimits sp_fs_schedule_track_pane_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_schedule_track_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12060
inline TAknWindowComponentLayout sp_fs_schedule_track_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12062
// LAF Table : sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12063
inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12065
inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12067
inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12069
inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12071
inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12073
inline TAknLayoutScalableTableLimits sp_fs_schedule_track_pane_g_Limits()		{ return (*(Tsp_fs_schedule_track_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12075
inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_schedule_track_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_schedule_track_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : bg_sp_fs_schedule_viewer_highlight
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12078
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12080
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12082
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g3)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12086
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12088
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12090
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g7)))(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 bg_sp_fs_schedule_viewer_highlight_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g8)))(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 bg_sp_fs_schedule_viewer_highlight_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g9)))(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 TAknLayoutScalableTableLimits bg_sp_fs_schedule_viewer_highlight_g_Limits()		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g_Limits)))(); }
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 bg_sp_fs_schedule_viewer_highlight_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_g)))(aLineIndex, 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 : main_sp_fs_ribbon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12101
inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_sp_fs_ribbon_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_ribbon_pane)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout main_sp_fs_ribbon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12105
inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12107
inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane_t2)))(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
inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12111
inline TAknLayoutScalableTableLimits main_sp_fs_ribbon_pane_t_Limits()		{ return (*(Tmain_sp_fs_ribbon_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12113
inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12115
inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_scheduler_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : bg_main_sp_fs_ribbon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12118
inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_sp_fs_ribbon_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_ribbon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12120
inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_sp_fs_ribbon_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_ribbon_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12122
inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_sp_fs_ribbon_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_ribbon_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12124
inline TAknLayoutScalableTableLimits bg_main_sp_fs_ribbon_pane_g_Limits()		{ return (*(Tbg_main_sp_fs_ribbon_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_ribbon_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12126
inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_main_sp_fs_ribbon_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_main_sp_fs_ribbon_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12128
// LAF Table : main_sp_fs_ribbon_scheduler_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12129
inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_scheduler_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12131
inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_scheduler_pane_g2)))(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
inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_scheduler_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12135
inline TAknLayoutScalableTableLimits main_sp_fs_ribbon_scheduler_pane_g_Limits()		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_scheduler_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12137
inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ribbon_scheduler_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 : listscroll_cale_mrui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12140
inline TAknWindowComponentLayout list_cale_mrui_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_mrui_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_mrui_pane)))(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 TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_scroll_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp07_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout sp_fs_scroll_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_scroll_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp07)))(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
// LAF Table : listscroll_sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12147
inline TAknLayoutScalableParameterLimits bg_sp_fs_schedule_viewer_highlight_ParamLimits(TInt aVariety)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12149
inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_sp_fs_schedule_viewer_highlight)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12151
inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_sp_fs_schedule_track_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_sp_fs_schedule_track_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12153
inline TAknWindowComponentLayout list_sp_fs_schedule_track_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_sp_fs_schedule_track_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12155
inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp06_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_scroll_pane_cp06_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp06_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout sp_fs_scroll_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tsp_fs_scroll_pane_cp06_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp06)))(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 : bg_main_sp_fs_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12160
inline TAknWindowComponentLayout bgmain_sp_fs_calendar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbgmain_sp_fs_calendar_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bgmain_sp_fs_calendar_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : list_cale_mrui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12163
inline TAknLayoutScalableParameterLimits list_single_cale_mrui_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12165
inline TAknWindowComponentLayout list_single_cale_mrui_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : list_single_cale_mrui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12168
inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12170
inline TAknWindowComponentLayout list_single_cale_mrui_row_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12172
// LAF Table : list_single_cale_mrui_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12173
inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g1_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 TAknWindowComponentLayout list_single_cale_mrui_row_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g1)))(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 TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_single_cale_mrui_row_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t2_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12185
inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12187
inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t3)))(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 TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_single_cale_mrui_row_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t4)))(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
inline TAknLayoutScalableTableLimits list_single_cale_mrui_row_pane_t_Limits()		{ return (*(Tlist_single_cale_mrui_row_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12195
inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12197
inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12199
inline TAknLayoutScalableParameterLimits list_single_cmail_header_editor_pane_bg_cp01_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_cp01_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12203
inline TAknLayoutScalableParameterLimits list_single_cmail_header_editor_pane_bg_cp02_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12205
inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_editor_pane_bg_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12207
// LAF Table : main_radioblah_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12208
inline TAknLayoutScalableParameterLimits main_radioblah_text_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tmain_radioblah_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_text_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout main_radioblah_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_radioblah_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_radioblah_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12212
// LAF Table : main_cam6_pano_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12213
inline TAknWindowComponentLayout cam6_indi_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_indi_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_indi_pane_cp01)))(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 TAknWindowComponentLayout cam6_mode_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_mode_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_mode_pane_cp01)))(aVariety, aCol, aRow); }
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 cam6_pano_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_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 TAknWindowComponentLayout cam6_zoom_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_zoom_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_zoom_pane_cp01)))(aVariety, aCol, aRow); }
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
// LAF Table : cam6_pano_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12222
inline TAknWindowComponentLayout cam6_pano_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12224
inline TAknWindowComponentLayout cam6_pano_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12226
inline TAknWindowComponentLayout cam6_pano_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12228
inline TAknWindowComponentLayout cam6_pano_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g3)))(aVariety, aCol, aRow); }
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 cam6_pano_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g4)))(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
inline TAknWindowComponentLayout cam6_pano_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12234
inline TAknWindowComponentLayout cam6_pano_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12236
inline TAknWindowComponentLayout cam6_pano_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12238
inline TAknWindowComponentLayout cam6_pano_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12240
inline TAknWindowComponentLayout cam6_pano_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12242
inline TAknLayoutScalableTableLimits cam6_pano_pane_g_Limits()		{ return (*(Tcam6_pano_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12244
inline TAknWindowComponentLayout cam6_pano_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam6_pano_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam6_pano_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12246
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12247
inline TAknWindowComponentLayout main_browser_tag_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_browser_tag_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_browser_tag_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_mup_navstr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12250
inline TAknWindowComponentLayout grid_navstr_albumart_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_navstr_albumart_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_navstr_albumart_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12252
// LAF Table : grid_navstr_albumart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12253
inline TAknLayoutScalableParameterLimits cell_navstr_albumart_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_navstr_albumart_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_navstr_albumart_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_navstr_albumart_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_navstr_albumart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12258
inline TAknWindowComponentLayout cell_navstr_albumart_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_navstr_albumart_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12260
inline TAknWindowComponentLayout cell_navstr_albumart_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_navstr_albumart_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12262
inline TAknWindowComponentLayout cell_navstr_albumart_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_navstr_albumart_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12264
inline TAknWindowComponentLayout cell_navstr_albumart_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_navstr_albumart_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12266
inline TAknLayoutScalableTableLimits cell_navstr_albumart_pane_g_Limits()		{ return (*(Tcell_navstr_albumart_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12268
inline TAknWindowComponentLayout cell_navstr_albumart_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_navstr_albumart_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_navstr_albumart_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12270
// LAF Table : main_browser_tag_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12271
inline TAknLayoutScalableParameterLimits bt_list_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tbt_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bt_list_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bt_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbt_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bt_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12275
// LAF Table : bt_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12276
inline TAknTextComponentLayout bt_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbt_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bt_list_pane_t1)))(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 TAknTextComponentLayout bt_list_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbt_list_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bt_list_pane_t2)))(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 bt_list_pane_t_Limits()		{ return (*(Tbt_list_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bt_list_pane_t_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 TAknTextComponentLayout bt_list_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbt_list_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bt_list_pane_t)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12285
inline TAknWindowComponentLayout main_cale_prevew_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cale_prevew_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cale_prevew_pane)))(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
// LAF Table : main_cale_prevew_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12288
inline TAknLayoutScalableParameterLimits popup_cale_preview_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_cale_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12290
inline TAknWindowComponentLayout popup_cale_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_cale_preview_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_cale_preview_window)))(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 : popup_cale_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12293
inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp05_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_preview_window_pane_cp05_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp05_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 TAknWindowComponentLayout bg_popup_preview_window_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_preview_window_pane_cp05_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_preview_window_pane_cp05)))(aVariety, aCol, aRow); }
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 list_cale_preview_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_cale_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_preview_pane_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 TAknWindowComponentLayout list_cale_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_preview_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : list_cale_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12302
inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_cale_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12304
inline TAknWindowComponentLayout list_double_cale_preview_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_cale_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12306
inline TAknLayoutScalableParameterLimits list_single_cale_preview_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cale_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12308
inline TAknWindowComponentLayout list_single_cale_preview_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_preview_pane)))(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 : list_single_cale_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12311
inline TAknWindowComponentLayout list_single_cale_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_preview_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_preview_pane_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
inline TAknLayoutScalableParameterLimits list_single_cale_preview_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_preview_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_preview_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12315
inline TAknTextComponentLayout list_single_cale_preview_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_preview_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12317
// LAF Table : list_double_cale_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12318
inline TAknWindowComponentLayout list_double_cale_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_cale_preview_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12320
inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_cale_preview_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12322
inline TAknTextComponentLayout list_double_cale_preview_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_cale_preview_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12324
inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_cale_preview_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_double_cale_preview_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_cale_preview_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t2)))(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
inline TAknLayoutScalableTableLimits list_double_cale_preview_pane_t_Limits()		{ return (*(Tlist_double_cale_preview_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12330
inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_cale_preview_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12332
inline TAknTextComponentLayout list_double_cale_preview_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_cale_preview_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_cale_preview_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12334
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12335
inline TAknWindowComponentLayout main_ezdial_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ezdial_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ezdial_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12337
// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12338
inline TAknLayoutScalableParameterLimits main_sp_fs_email_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_email_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_email_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12340
// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12341
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn01_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_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
inline TAknWindowComponentLayout cmail_ddmenu_btn01_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn01_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12345
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12347
inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12349
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn03_pane_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn03_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn03_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 TAknWindowComponentLayout cmail_ddmenu_btn03_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn03_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn03_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_sp_fs_email_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12354
inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_ctrlbar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_ctrlbar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12356
inline TAknLayoutScalableParameterLimits main_sp_fs_listscroll_pane_te_cp01_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_listscroll_pane_te_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_listscroll_pane_te_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12358
// LAF Table : list_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12359
inline TAknLayoutScalableParameterLimits list_cmail_body_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_cmail_body_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cmail_body_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12361
// LAF Table : list_single_cmail_header_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12362
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
 12363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12364
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12368
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12370
inline TAknTextComponentLayout list_single_cmail_header_detail_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12372
inline TAknLayoutScalableTableLimits list_single_cmail_header_detail_pane_t_Limits()		{ return (*(Tlist_single_cmail_header_detail_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12374
inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_cmail_header_detail_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12376
inline TAknTextComponentLayout list_single_cmail_header_detail_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cmail_header_detail_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_detail_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12378
// LAF Table : phacti_term_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12379
inline TAknLayoutScalableParameterLimits phacti_term_pane_t2_ParamLimits(TInt aVariety = 0)		{ return (*(Tphacti_term_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t2_ParamLimits)))(aVariety); }
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 phacti_term_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_term_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t2)))(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
inline TAknLayoutScalableTableLimits phacti_term_pane_t_Limits()		{ return (*(Tphacti_term_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12385
inline TAknLayoutScalableParameterLimits phacti_term_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0)		{ return (*(Tphacti_term_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12387
inline TAknTextComponentLayout phacti_term_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_term_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_term_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12389
// LAF Table : main_ezdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12390
inline TAknWindowComponentLayout aid_size_list_single_double(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_list_single_double_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_list_single_double)))(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 TAknWindowComponentLayout popup_ezdial_listscroll_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_ezdial_listscroll_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ezdial_listscroll_window)))(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 TAknWindowComponentLayout popup_number_entry_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_number_entry_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_cp01)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_ezdial_listscroll_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12397
inline TAknWindowComponentLayout bg_popup_call_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12399
inline TAknWindowComponentLayout ezdial_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tezdial_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ezdial_list_pane)))(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 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
 12402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12403
// LAF Table : cmail_ddmenu_btn01_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12404
inline TAknLayoutScalableParameterLimits bg_button_pane_cp028_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp028_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp028_ParamLimits)))(aVariety); }
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 bg_button_pane_cp028(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp028_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp028)))(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 TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn01_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g1_ParamLimits)))(aVariety); }
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 cmail_ddmenu_btn01_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn01_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g1)))(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 TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn01_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cmail_ddmenu_btn01_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn01_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g2)))(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 cmail_ddmenu_btn01_pane_g_Limits()		{ return (*(Tcmail_ddmenu_btn01_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g_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 TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcmail_ddmenu_btn01_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout cmail_ddmenu_btn01_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn01_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12422
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn01_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12424
inline TAknTextComponentLayout cmail_ddmenu_btn01_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn01_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn01_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12426
// LAF Table : cmail_ddmenu_btn02_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12427
inline TAknLayoutScalableParameterLimits bg_button_pane_cp029_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp029_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp029_ParamLimits)))(aVariety); }
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 bg_button_pane_cp029(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp029_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp029)))(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 TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cmail_ddmenu_btn02_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cmail_ddmenu_btn02_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12439
// LAF Table : cmail_ddmenu_btn03_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12440
inline TAknLayoutScalableParameterLimits bg_button_pane_cp031_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp031_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp031_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_button_pane_cp031(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp031_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp031)))(aVariety, aCol, aRow); }
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 cmail_ddmenu_btn03_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn03_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn03_pane_g1_ParamLimits)))(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 TAknWindowComponentLayout cmail_ddmenu_btn03_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn03_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn03_pane_g1)))(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
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn03_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn03_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn03_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12450
inline TAknTextComponentLayout cmail_ddmenu_btn03_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn03_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn03_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12452
// LAF Table : cell_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12453
inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer2_keypad_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_t1_copy1_ParamLimits(TInt aVariety)		{ return (*(Tcell_dialer2_keypad_pane_t1_copy1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_t1_copy1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cell_dialer2_keypad_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dialer2_keypad_pane_t1_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dialer2_keypad_pane_t1_copy1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12460
inline TAknWindowComponentLayout ncimui_group_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_group_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_group_button_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12463
inline TAknLayoutScalableParameterLimits main_sp_fs_calendar_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_sp_fs_calendar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_sp_fs_calendar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12465
// LAF Table : list_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12466
inline TAknLayoutScalableParameterLimits list_single_cmail_header_caption_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_cmail_header_caption_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cmail_header_caption_pane_ParamLimits)))(aVariety); }
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
// LAF Table : main_sp_fs_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12469
inline TAknWindowComponentLayout aid_recal_txt_sm_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_recal_txt_sm_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_recal_txt_sm_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12471
inline TAknWindowComponentLayout mian_recal_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmian_recal_day_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_mian_recal_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12473
inline TAknLayoutScalableParameterLimits popup_sp_fs_cale_preview_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_sp_fs_cale_preview_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_sp_fs_cale_preview_window_ParamLimits)))(aVariety); }
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 : mian_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12476
inline TAknWindowComponentLayout list_recal_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_day_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_day_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : list_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12479
inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12481
inline TAknWindowComponentLayout list_single_recal_day_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12483
// LAF Table : list_single_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12484
inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12486
inline TAknWindowComponentLayout list_single_recal_day_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12488
inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12490
inline TAknWindowComponentLayout list_single_recal_day_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12492
inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12494
inline TAknWindowComponentLayout list_single_recal_day_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12496
inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12498
inline TAknWindowComponentLayout list_single_recal_day_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_recal_day_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g5_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_single_recal_day_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12504
inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12506
inline TAknWindowComponentLayout list_single_recal_day_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12508
inline TAknLayoutScalableTableLimits list_single_recal_day_pane_g_Limits()		{ return (*(Tlist_single_recal_day_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_recal_day_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_recal_day_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout list_single_recal_day_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout list_single_recal_day_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_t1)))(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 TAknTextComponentLayout list_single_recal_day_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_single_recal_day_pane_t_Limits()		{ return (*(Tlist_single_recal_day_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_t_Limits)))(); }
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
inline TAknTextComponentLayout list_single_recal_day_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_recal_day_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_recal_day_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12522
// LAF Table : ncimui_group_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12523
inline TAknLayoutScalableParameterLimits ncimui_query_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tncimui_query_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout ncimui_query_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_query_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12527
// LAF Table : ncimui_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12528
inline TAknLayoutScalableParameterLimits ncimui_query_button_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tncimui_query_button_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout ncimui_query_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_query_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits ncimui_query_button_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tncimui_query_button_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout ncimui_query_button_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_query_button_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits ncimui_query_button_pane_t_Limits()		{ return (*(Tncimui_query_button_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits ncimui_query_button_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tncimui_query_button_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout ncimui_query_button_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tncimui_query_button_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits query_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tquery_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout query_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_button_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12547
inline TAknWindowComponentLayout bg_button_pane_cp0028(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp0028_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp0028)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12549
inline TAknTextComponentLayout query_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tquery_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_query_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12551
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12552
inline TAknLayoutScalableParameterLimits main_tport_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_tport_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_tport_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12554
// LAF Table : main_tport_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12555
inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tbg_popup_window_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_window_pane_cp01_ParamLimits)))(aVariety); }
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 bg_popup_window_pane_cp01(TInt aVariety, 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
 12558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12559
inline TAknLayoutScalableParameterLimits heading_pane_cp08_ParamLimits(TInt aVariety)		{ return (*(Theading_pane_cp08_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp08_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 heading_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp08_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp08)))(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 TAknLayoutScalableParameterLimits heading_pane_cp07_ParamLimits(TInt aVariety)		{ return (*(Theading_pane_cp07_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp07_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout heading_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Theading_pane_cp07_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_heading_pane_cp07)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12568
inline TAknWindowComponentLayout cell_tport_appsw_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12570
inline TAknLayoutScalableTableLimits cell_tport_appsw_pane_g_Limits()		{ return (*(Tcell_tport_appsw_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12572
inline TAknWindowComponentLayout cell_tport_appsw_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12574
// LAF Table : msg_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12575
inline TAknWindowComponentLayout input_candi_list_open_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_candi_list_open_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_candi_list_open_g1)))(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
// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12578
inline TAknLayoutScalableParameterLimits list_cale_time_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tlist_cale_time_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12580
inline TAknWindowComponentLayout list_cale_time_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cale_time_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cale_time_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12582
// LAF Table : main_touch_calib_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12583
inline TAknLayoutScalableParameterLimits aid_size_touch_calib_1_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_calib_1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_1_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 aid_size_touch_calib_1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_calib_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_1)))(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 aid_size_touch_calib_2_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_calib_2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_2_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 aid_size_touch_calib_2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_calib_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_2)))(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 aid_size_touch_calib_3_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_calib_3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_3_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 aid_size_touch_calib_3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_calib_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_3)))(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 aid_size_touch_calib_4_ParamLimits(TInt aVariety)		{ return (*(Taid_size_touch_calib_4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_4_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 aid_size_touch_calib_4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_calib_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_calib_4)))(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 TAknLayoutScalableParameterLimits main_touch_calib_button_group_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_button_group_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_group_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_touch_calib_button_group_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_button_group_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_group_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_touch_calib_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits main_touch_calib_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g2_ParamLimits)))(aVariety); }
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 main_touch_calib_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g3_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 TAknLayoutScalableParameterLimits main_touch_calib_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g4_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits main_touch_calib_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_touch_calib_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_touch_calib_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t1_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 TAknLayoutScalableParameterLimits main_touch_calib_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t2_ParamLimits)))(aVariety); }
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 main_touch_calib_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t3_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 TAknLayoutScalableParameterLimits main_touch_calib_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t4_ParamLimits)))(aVariety); }
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 main_touch_calib_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t5_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 TAknLayoutScalableParameterLimits main_touch_calib_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_touch_calib_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
// LAF Table : list_single_fp_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12626
inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fp_cale_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12628
inline TAknWindowComponentLayout list_single_fp_cale_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fp_cale_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fp_cale_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12630
// LAF Table : cell_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12631
inline TAknLayoutScalableParameterLimits bg_button_pane_cp012_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp012_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp012_ParamLimits)))(aVariety); }
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 bg_vkb2_func_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp03_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 TAknLayoutScalableParameterLimits cell_vitu2_function_top_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_vitu2_function_top_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_vitu2_function_top_pane_g1_ParamLimits)))(aVariety); }
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
// LAF Table : cell_vitu2_function_top_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12638
inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp04_ParamLimits(TInt aVariety)		{ return (*(Tbg_vkb2_func_pane_cp04_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_vkb2_func_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12640
// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12641
inline TAknLayoutScalableParameterLimits main_ncimui_button_group_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_ncimui_button_group_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_button_group_pane_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 main_ncimui_button_group_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_button_group_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_button_group_pane)))(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 TAknLayoutScalableParameterLimits main_ncimui_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tmain_ncimui_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_ncimui_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_ncimui_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_ncimui_pane_t3)))(aVariety, aCol, aRow); }
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
// LAF Table : main_phacti_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12650
inline TAknWindowComponentLayout phacti_button_group_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_button_group_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_button_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12652
// LAF Table : main_ezdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12653
inline TAknLayoutScalableParameterLimits aid_size_list_single_double_ParamLimits(TInt aVariety)		{ return (*(Taid_size_list_single_double_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_list_single_double_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12655
inline TAknLayoutScalableParameterLimits popup_ezdial_listscroll_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_ezdial_listscroll_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_ezdial_listscroll_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12657
inline TAknLayoutScalableParameterLimits popup_number_entry_window_cp01_ParamLimits(TInt aVariety)		{ return (*(Tpopup_number_entry_window_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_number_entry_window_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12659
// LAF Table : phacti_button_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12660
inline TAknLayoutScalableParameterLimits phacti_button_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tphacti_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout phacti_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_button_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : phacti_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12665
inline TAknWindowComponentLayout bg_button_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12667
inline TAknTextComponentLayout phacti_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphacti_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phacti_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12669
// LAF Table : main_touch_calib_button_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12670
inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_touch_calib_button_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tmain_touch_calib_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_touch_calib_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12675
inline TAknLayoutScalableParameterLimits bg_button_pane_cp18_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp18_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12677
inline TAknWindowComponentLayout bg_button_pane_cp18(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp18_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12679
inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_button_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12681
inline TAknTextComponentLayout main_touch_calib_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12683
inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_touch_calib_button_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12685
inline TAknTextComponentLayout main_touch_calib_button_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_button_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12687
inline TAknLayoutScalableTableLimits main_touch_calib_button_pane_t_Limits()		{ return (*(Tmain_touch_calib_button_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_touch_calib_button_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_touch_calib_button_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_touch_calib_button_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_touch_calib_button_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_touch_calib_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_ncimui_button_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12694
inline TAknWindowComponentLayout cell_ncimui_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ncimui_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ncimui_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12696
// LAF Table : cell_ncimui_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12697
inline TAknWindowComponentLayout bg_button_pane_cp032(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp032_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp032)))(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 TAknTextComponentLayout cell_ncimui_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_ncimui_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_ncimui_button_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12702
inline TAknLayoutScalableParameterLimits image3_infobar_pane_ParamLimits(TInt aVariety)		{ return (*(Timage3_infobar_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12704
inline TAknWindowComponentLayout image3_infobar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12706
// LAF Table : main_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12707
inline TAknLayoutScalableParameterLimits fs_bigclock_status_pane_ParamLimits(TInt aVariety)		{ return (*(Tfs_bigclock_status_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_pane_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 fs_bigclock_status_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_pane)))(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 main_fs_bigclock_clock_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_clock_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_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 main_fs_bigclock_clock_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane)))(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 TAknLayoutScalableParameterLimits main_fs_bigclock_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_indi_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_fs_bigclock_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_indi_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_fs_bigclock_swipe_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_swipe_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_fs_bigclock_swipe_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_swipe_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane)))(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 TAknWindowComponentLayout main_fs_clock_dumped_data(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_clock_dumped_data_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_clock_dumped_data)))(aVariety, aCol, aRow); }
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
// LAF Table : list_single_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12726
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12728
inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g1(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g2(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g3(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g4(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_single_fs_bigclock_indicator_pane_g_Limits()		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12748
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12750
inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t1)))(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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t2_ParamLimits)))(aVariety); }
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 list_single_fs_bigclock_indicator_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t4_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t4_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12764
inline TAknLayoutScalableTableLimits list_single_fs_bigclock_indicator_pane_t_Limits()		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12766
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12768
inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12770
// LAF Table : image3_infobar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12771
inline TAknLayoutScalableParameterLimits image3_infobar_fav_pane_ParamLimits(TInt aVariety)		{ return (*(Timage3_infobar_fav_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_fav_pane_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 image3_infobar_fav_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_fav_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_fav_pane)))(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 TAknLayoutScalableParameterLimits image3_infobar_loc_pane_ParamLimits(TInt aVariety)		{ return (*(Timage3_infobar_loc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout image3_infobar_loc_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_loc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits image3_infobar_time_pane_ParamLimits(TInt aVariety)		{ return (*(Timage3_infobar_time_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_time_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout image3_infobar_time_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_time_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12783
// LAF Table : image3_infobar_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12784
inline TAknWindowComponentLayout image3_infobar_time_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_time_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_time_pane_g1)))(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 TAknTextComponentLayout image3_infobar_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_time_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_time_pane_t1)))(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
// LAF Table : image3_infobar_loc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12789
inline TAknWindowComponentLayout image3_infobar_loc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_loc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12791
inline TAknWindowComponentLayout image3_infobar_loc_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_loc_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12793
inline TAknLayoutScalableTableLimits image3_infobar_loc_pane_g_Limits()		{ return (*(Timage3_infobar_loc_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane_g_Limits)))(); }
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 image3_infobar_loc_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_loc_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane_g)))(aLineIndex, 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 TAknTextComponentLayout image3_infobar_loc_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_loc_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_loc_pane_t1)))(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
// LAF Table : image3_infobar_fav_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12800
inline TAknWindowComponentLayout image3_infobar_fav_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_fav_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_fav_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12802
inline TAknWindowComponentLayout image3_infobar_fav_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_fav_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_fav_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12804
inline TAknLayoutScalableTableLimits image3_infobar_fav_pane_g_Limits()		{ return (*(Timage3_infobar_fav_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_fav_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12806
inline TAknWindowComponentLayout image3_infobar_fav_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Timage3_infobar_fav_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_image3_infobar_fav_pane_g)))(aLineIndex, 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
// LAF Table : fs_bigclock_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12809
inline TAknWindowComponentLayout fs_bigclock_status_battery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_battery_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12811
inline TAknWindowComponentLayout fs_bigclock_status_signal_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_signal_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_signal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12813
inline TAknWindowComponentLayout fs_bigclock_status_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12815
// LAF Table : fs_bigclock_status_signal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12816
inline TAknWindowComponentLayout fs_bigclock_status_signal_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_signal_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_signal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12818
inline TAknWindowComponentLayout fs_bigclock_status_signal_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_signal_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_signal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12820
inline TAknLayoutScalableTableLimits fs_bigclock_status_signal_pane_g_Limits()		{ return (*(Tfs_bigclock_status_signal_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_signal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12822
inline TAknWindowComponentLayout fs_bigclock_status_signal_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_signal_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_signal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12824
// LAF Table : fs_bigclock_status_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12825
inline TAknWindowComponentLayout fs_bigclock_status_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_battery_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_battery_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout fs_bigclock_status_battery_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_battery_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_battery_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits fs_bigclock_status_battery_pane_g_Limits()		{ return (*(Tfs_bigclock_status_battery_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_battery_pane_g_Limits)))(); }
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 fs_bigclock_status_battery_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_battery_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_battery_pane_g)))(aLineIndex, 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
// LAF Table : fs_bigclock_status_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12834
inline TAknTextComponentLayout fs_bigclock_status_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfs_bigclock_status_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fs_bigclock_status_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12836
// LAF Table : main_fs_bigclock_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12837
inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12839
inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12841
inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_g3)))(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
inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12845
inline TAknLayoutScalableTableLimits main_fs_bigclock_clock_pane_g_Limits()		{ return (*(Tmain_fs_bigclock_clock_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12847
inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_g)))(aLineIndex, 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 TAknTextComponentLayout main_fs_bigclock_clock_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_t1)))(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
inline TAknTextComponentLayout main_fs_bigclock_clock_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12853
inline TAknLayoutScalableTableLimits main_fs_bigclock_clock_pane_t_Limits()		{ return (*(Tmain_fs_bigclock_clock_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12855
inline TAknTextComponentLayout main_fs_bigclock_clock_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_clock_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_clock_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12857
// LAF Table : main_fs_bigclock_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12858
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12860
inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12862
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_fs_bigclock_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12864
inline TAknWindowComponentLayout list_single_fs_bigclock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12866
// LAF Table : main_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12867
inline TAknTextComponentLayout main_fs_bigclock_indicator_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_indicator_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_indicator_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12869
// LAF Table : list_single_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12870
inline TAknWindowComponentLayout list_single_fs_bigclock_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_g1)))(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 TAknTextComponentLayout list_single_fs_bigclock_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_fs_bigclock_swipe_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12875
inline TAknWindowComponentLayout main_fs_bigclock_swipe_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_swipe_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12877
inline TAknWindowComponentLayout main_fs_bigclock_swipe_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_swipe_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_fs_bigclock_swipe_pane_g_Limits()		{ return (*(Tmain_fs_bigclock_swipe_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_g_Limits)))(); }
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 TAknWindowComponentLayout main_fs_bigclock_swipe_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_swipe_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_fs_bigclock_swipe_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_swipe_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_fs_bigclock_swipe_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_swipe_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_swipe_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_call_status_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12888
inline TAknLayoutScalableParameterLimits call_type_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall_type_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call_type_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12890
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12891
inline TAknWindowComponentLayout main_btmg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_btmg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_btmg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12893
// LAF Table : list_single_cale_mrui_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12894
inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g2_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 list_single_cale_mrui_row_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g2)))(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 TAknLayoutScalableTableLimits list_single_cale_mrui_row_pane_g_Limits()		{ return (*(Tlist_single_cale_mrui_row_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_cale_mrui_row_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout list_single_cale_mrui_row_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_cale_mrui_row_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_cale_mrui_row_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : list_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12905
inline TAknWindowComponentLayout list_recal_vselct_arw_lo_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_vselct_arw_lo_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_vselct_arw_lo_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12907
inline TAknWindowComponentLayout list_recal_vselct_arw_up_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_vselct_arw_up_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_vselct_arw_up_pane)))(aVariety, aCol, aRow); }
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 list_recal_vselct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_vselct_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_vselct_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
// LAF Table : main_btmg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12912
inline TAknWindowComponentLayout btmg_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbtmg_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_btmg_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12914
inline TAknWindowComponentLayout main_btmg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_btmg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_btmg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12916
// LAF Table : btmg_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12917
inline TAknWindowComponentLayout bg_button_pane_cp044(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp044_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp044)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12919
inline TAknTextComponentLayout btmg_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbtmg_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_btmg_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12921
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12922
inline TAknWindowComponentLayout aid_listscroll_gen(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_listscroll_gen_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_listscroll_gen)))(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 TAknWindowComponentLayout main_cntbar_detail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12927
inline TAknWindowComponentLayout list_cmail_folder_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_cmail_folder_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_cmail_folder_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12929
inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tsp_fs_scroll_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_sp_fs_scroll_pane_cp03_ParamLimits)))(aVariety); }
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
// LAF Table : list_cmail_folder_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12932
inline TAknLayoutScalableParameterLimits list_single_fs_dyc_pane_cp01_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_single_fs_dyc_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_dyc_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12934
inline TAknWindowComponentLayout list_single_fs_dyc_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_dyc_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_dyc_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12936
// LAF Table : list_single_fs_dyc_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12937
inline TAknWindowComponentLayout aid_size_cmail_indent(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_cmail_indent_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_cmail_indent)))(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 list_single_dyc_row_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_dyc_row_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_dyc_row_pane_cp01)))(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
// LAF Table : main_cntbar_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12942
inline TAknLayoutScalableParameterLimits cntbar_detail_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12944
inline TAknWindowComponentLayout cntbar_detail_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12946
inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cntbar_detail_cont_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12948
inline TAknWindowComponentLayout main_cntbar_detail_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12950
inline TAknLayoutScalableParameterLimits scroll_pane_cp032_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp032_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp032_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12952
inline TAknWindowComponentLayout scroll_pane_cp032(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp032_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp032)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12954
// LAF Table : cntbar_detail_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12955
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcntbar_detail_list_event_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12957
inline TAknWindowComponentLayout cntbar_detail_list_event_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12959
// LAF Table : main_cntbar_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12960
inline TAknWindowComponentLayout cntbar_detail_list_shct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_shct_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_shct_pane)))(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 : aid_listscroll_gen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12963
inline TAknWindowComponentLayout aid_list_gen(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_list_gen_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_list_gen)))(aVariety, aCol, aRow); }
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 aid_scroll(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_scroll_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_scroll)))(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 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
 12968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12969
// LAF Table : aid_list_gen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12970
inline TAknWindowComponentLayout aid_list_double(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_list_double_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_list_double)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12972
inline TAknWindowComponentLayout aid_list_single(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_list_single_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_list_single)))(aVariety, aCol, aRow); }
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 aid_list_single_lg(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_list_single_lg_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_list_single_lg)))(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
// LAF Table : aid_list_single
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12977
inline TAknWindowComponentLayout aid_list_z_g_a_sm(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_list_z_g_a_sm_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_list_z_g_a_sm)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12979
inline TAknWindowComponentLayout aid_list_z_g_d(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_list_z_g_d_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_list_z_g_d)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12981
inline TAknTextComponentLayout aid_txt_z_prm(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_txt_z_prm_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_txt_z_prm)))(aVariety, aCol, aRow); }
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
// LAF Table : aid_list_double
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12984
inline TAknTextComponentLayout aid_txt_z_prm_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_txt_z_prm_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_txt_z_prm_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12986
inline TAknTextComponentLayout aid_txt_z_sec(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_txt_z_sec_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_txt_z_sec)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12988
// LAF Table : main_cntbar_detail_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12989
inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cntbar_detail_cont_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12991
inline TAknWindowComponentLayout main_cntbar_detail_cont_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12993
inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cntbar_detail_cont_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12995
inline TAknWindowComponentLayout main_cntbar_detail_cont_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12997
inline TAknLayoutScalableTableLimits main_cntbar_detail_cont_pane_g_Limits()		{ return (*(Tmain_cntbar_detail_cont_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 12999
inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cntbar_detail_cont_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13001
inline TAknWindowComponentLayout main_cntbar_detail_cont_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13003
inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13005
inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13007
inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13009
inline TAknLayoutScalableTableLimits main_cntbar_detail_cont_pane_t_Limits()		{ return (*(Tmain_cntbar_detail_cont_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13011
inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cntbar_detail_cont_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_cont_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13013
// LAF Table : cntbar_detail_list_shct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13014
inline TAknLayoutScalableParameterLimits cell_cntbar_detail_list_shct_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_cntbar_detail_list_shct_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cntbar_detail_list_shct_pane_ParamLimits)))(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 TAknWindowComponentLayout cell_cntbar_detail_list_shct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cntbar_detail_list_shct_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cntbar_detail_list_shct_pane)))(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 cntbar_detail_list_shct_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_shct_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_shct_pane_g1)))(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 cntbar_detail_list_shct_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_shct_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_shct_pane_g2)))(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 TAknLayoutScalableTableLimits cntbar_detail_list_shct_pane_g_Limits()		{ return (*(Tcntbar_detail_list_shct_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_shct_pane_g_Limits)))(); }
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 cntbar_detail_list_shct_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_shct_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_shct_pane_g)))(aLineIndex, 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
// LAF Table : cntbar_detail_list_event_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13027
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13029
inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g1)))(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
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13033
inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13035
inline TAknLayoutScalableTableLimits cntbar_detail_list_event_pane_g_Limits()		{ return (*(Tcntbar_detail_list_event_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13037
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13039
inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13041
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13043
inline TAknTextComponentLayout cntbar_detail_list_event_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13045
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13047
inline TAknTextComponentLayout cntbar_detail_list_event_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t2)))(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 TAknLayoutScalableTableLimits cntbar_detail_list_event_pane_t_Limits()		{ return (*(Tcntbar_detail_list_event_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 cntbar_detail_list_event_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t)))(aLineIndex, 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
// LAF Table : cell_cntbar_detail_list_shct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13056
inline TAknWindowComponentLayout cell_cntbar_detail_list_shct_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_cntbar_detail_list_shct_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_cntbar_detail_list_shct_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13058
// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13059
inline TAknWindowComponentLayout navi_pane_mv_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tnavi_pane_mv_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_navi_pane_mv_g3)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13062
inline TAknLayoutScalableParameterLimits main_cntbar_detail_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_cntbar_detail_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cntbar_detail_pane_ParamLimits)))(aVariety); }
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 main_notif_wgt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_notif_wgt_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_notif_wgt_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
// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13067
inline TAknWindowComponentLayout aid_tch_main_mp4_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_tch_main_mp4_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_tch_main_mp4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13069
inline TAknWindowComponentLayout popup_slider_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_slider_window_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_slider_window_cp02)))(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
// LAF Table : list_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13072
inline TAknWindowComponentLayout list_recal_day_event_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_day_event_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_day_event_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13074
// LAF Table : main_cntbar_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13075
inline TAknLayoutScalableParameterLimits cntbar_detail_btn_pane_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_btn_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13077
inline TAknWindowComponentLayout cntbar_detail_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13079
inline TAknLayoutScalableParameterLimits cntbar_detail_btn_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_btn_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_btn_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13081
inline TAknWindowComponentLayout cntbar_detail_btn_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_btn_pane_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_btn_pane_cp01)))(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 TAknLayoutScalableParameterLimits cntbar_detail_list_shct_pane_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_shct_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_shct_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cntbar_detail_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_pane_g1_ParamLimits)))(aVariety); }
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 cntbar_detail_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_pane_g1)))(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 TAknLayoutScalableParameterLimits cntbar_detail_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cntbar_detail_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_pane_t1)))(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
// LAF Table : cntbar_detail_list_event_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13094
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13096
inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13098
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13100
inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13102
inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13104
inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g5)))(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 TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cntbar_detail_list_event_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tcntbar_detail_list_event_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t3_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cntbar_detail_list_event_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_list_event_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_list_event_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13114
// LAF Table : main_notif_wgt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13115
inline TAknLayoutScalableParameterLimits popup_notif_wgt_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_notif_wgt_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_notif_wgt_window_ParamLimits)))(aVariety); }
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 popup_notif_wgt_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_notif_wgt_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_notif_wgt_window)))(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 TAknLayoutScalableParameterLimits popup_submenu_window_cp01_ParamLimits(TInt aVariety)		{ return (*(Tpopup_submenu_window_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_submenu_window_cp01_ParamLimits)))(aVariety); }
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 popup_submenu_window_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_submenu_window_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_submenu_window_cp01)))(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
// LAF Table : popup_notif_wgt_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13124
inline TAknWindowComponentLayout bg_popup_window_pane_cp10(TInt aVariety = 0, 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
 13125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13126
inline TAknWindowComponentLayout listscroll_notif_wgt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_notif_wgt_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_notif_wgt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13128
// LAF Table : listscroll_notif_wgt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13129
inline TAknWindowComponentLayout list_notif_wgt_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_window)))(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 scroll_pane_cp033(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp033_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp033)))(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
// LAF Table : list_notif_wgt_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13134
inline TAknLayoutScalableParameterLimits list_notif_wgt_row_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_notif_wgt_row_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13136
inline TAknWindowComponentLayout list_notif_wgt_row_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13138
// LAF Table : list_notif_wgt_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13139
inline TAknWindowComponentLayout aid_size_list_notif_wgt_del(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_list_notif_wgt_del_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_list_notif_wgt_del)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13141
inline TAknWindowComponentLayout list_notif_wgt_row_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13143
inline TAknWindowComponentLayout list_notif_wgt_row_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13145
inline TAknWindowComponentLayout list_notif_wgt_row_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13147
inline TAknLayoutScalableTableLimits list_notif_wgt_row_pane_g_Limits()		{ return (*(Tlist_notif_wgt_row_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13149
inline TAknWindowComponentLayout list_notif_wgt_row_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13151
inline TAknTextComponentLayout list_notif_wgt_row_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13153
inline TAknTextComponentLayout list_notif_wgt_row_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13155
inline TAknTextComponentLayout list_notif_wgt_row_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13157
inline TAknLayoutScalableTableLimits list_notif_wgt_row_pane_t_Limits()		{ return (*(Tlist_notif_wgt_row_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13159
inline TAknTextComponentLayout list_notif_wgt_row_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_notif_wgt_row_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_notif_wgt_row_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13161
// LAF Table : list_recal_day_event_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13162
inline TAknWindowComponentLayout list_recal_day_event_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_day_event_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_day_event_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13164
inline TAknTextComponentLayout list_recal_day_event_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_recal_day_event_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_recal_day_event_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13166
// LAF Table : cntbar_detail_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13167
inline TAknWindowComponentLayout bg_button_pane_cp045(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp045_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp045)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13169
inline TAknTextComponentLayout cntbar_detail_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcntbar_detail_btn_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cntbar_detail_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13171
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13172
inline TAknLayoutScalableParameterLimits main_callh_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_callh_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_callh_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13174
inline TAknWindowComponentLayout main_callh_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_callh_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_callh_pane)))(aVariety, aCol, aRow); }
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
inline TAknWindowComponentLayout main_coverflow0_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_coverflow0_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_coverflow0_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13178
inline TAknWindowComponentLayout main_wgtman_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_wgtman_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13180
// LAF Table : main_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13181
inline TAknLayoutScalableParameterLimits main_fs_bigclock_unlock_btn_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13186
inline TAknWindowComponentLayout bg_button_pane_cp16(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13188
inline TAknWindowComponentLayout cell_tport_appsw_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13190
// LAF Table : main_coverflow0_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13191
inline TAknLayoutScalableParameterLimits cf0_flow_pane_ParamLimits(TInt aVariety)		{ return (*(Tcf0_flow_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane_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 cf0_flow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcf0_flow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane)))(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
inline TAknWindowComponentLayout listscroll_cf0_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_cf0_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_cf0_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13197
inline TAknWindowComponentLayout main_cf0_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cf0_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13199
inline TAknLayoutScalableParameterLimits main_cf0_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_cf0_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t1_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 TAknTextComponentLayout main_cf0_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cf0_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t1)))(aVariety, aCol, aRow); }
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 main_cf0_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tmain_cf0_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t2_ParamLimits)))(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 TAknTextComponentLayout main_cf0_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cf0_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t2)))(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 TAknLayoutScalableTableLimits main_cf0_pane_t_Limits()		{ return (*(Tmain_cf0_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_cf0_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_cf0_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_cf0_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_cf0_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_cf0_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 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
 13214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13215
// LAF Table : cf0_flow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13216
inline TAknWindowComponentLayout cf0_flow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcf0_flow_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13218
inline TAknWindowComponentLayout cf0_flow_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcf0_flow_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13220
inline TAknLayoutScalableTableLimits cf0_flow_pane_g_Limits()		{ return (*(Tcf0_flow_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13222
inline TAknWindowComponentLayout cf0_flow_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcf0_flow_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13224
inline TAknTextComponentLayout cf0_flow_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcf0_flow_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cf0_flow_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13226
// LAF Table : main_callh_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13227
inline TAknWindowComponentLayout main_call6_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_call6_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_call6_pane)))(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 TAknWindowComponentLayout main_calllock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calllock_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calllock_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_call6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13232
inline TAknLayoutScalableParameterLimits call6_btn_grp_pane_ParamLimits(TInt aVariety)		{ return (*(Tcall6_btn_grp_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call6_btn_grp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13234
inline TAknWindowComponentLayout call6_btn_grp_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall6_btn_grp_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call6_btn_grp_pane)))(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
inline TAknLayoutScalableParameterLimits call6_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcall6_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call6_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13238
inline TAknWindowComponentLayout call6_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcall6_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_call6_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13240
inline TAknLayoutScalableParameterLimits popup_call6_1st_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call6_1st_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13242
inline TAknWindowComponentLayout popup_call6_1st_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13244
inline TAknLayoutScalableParameterLimits popup_call6_2nd_window_ParamLimits(TInt aVariety)		{ return (*(Tpopup_call6_2nd_window_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13246
inline TAknWindowComponentLayout popup_call6_2nd_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_2nd_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13248
// LAF Table : call6_btn_grp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13249
inline TAknLayoutScalableParameterLimits cell_call6_btn_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_call6_btn_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call6_btn_pane_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 cell_call6_btn_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_call6_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call6_btn_pane)))(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
// LAF Table : popup_call6_1st_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13254
inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_in_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13256
inline TAknWindowComponentLayout popup_call6_1st_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13258
inline TAknWindowComponentLayout popup_call6_1st_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13260
inline TAknWindowComponentLayout popup_call6_1st_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_g3)))(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 TAknLayoutScalableTableLimits popup_call6_1st_window_g_Limits()		{ return (*(Tpopup_call6_1st_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_g_Limits)))(); }
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
inline TAknWindowComponentLayout popup_call6_1st_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13266
inline TAknTextComponentLayout popup_call6_1st_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13268
inline TAknTextComponentLayout popup_call6_1st_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13270
inline TAknTextComponentLayout popup_call6_1st_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13272
inline TAknLayoutScalableTableLimits popup_call6_1st_window_t_Limits()		{ return (*(Tpopup_call6_1st_window_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_call6_1st_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_1st_window_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_1st_window_t)))(aLineIndex, aVariety, aCol, 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 : popup_call6_2nd_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13277
inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_popup_call2_in_pane_cp04_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_popup_call2_in_pane_cp04)))(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 popup_call6_2nd_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_2nd_window_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_g1)))(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 TAknWindowComponentLayout popup_call6_2nd_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_2nd_window_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_g2)))(aVariety, aCol, aRow); }
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 popup_call6_2nd_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_2nd_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_g3)))(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 TAknLayoutScalableTableLimits popup_call6_2nd_window_g_Limits()		{ return (*(Tpopup_call6_2nd_window_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_g_Limits)))(); }
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
inline TAknWindowComponentLayout popup_call6_2nd_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_2nd_window_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13289
inline TAknTextComponentLayout popup_call6_2nd_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_call6_2nd_window_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_call6_2nd_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13291
// LAF Table : cell_call6_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13292
inline TAknWindowComponentLayout bg_button_pane_cp15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13294
inline TAknWindowComponentLayout cell_call6_btn_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_call6_btn_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call6_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13296
inline TAknTextComponentLayout cell_call6_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_call6_btn_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_call6_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13298
// LAF Table : main_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13299
inline TAknLayoutScalableParameterLimits listscroll_wgtman_pane_ParamLimits(TInt aVariety)		{ return (*(Tlistscroll_wgtman_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_wgtman_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout listscroll_wgtman_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistscroll_wgtman_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listscroll_wgtman_pane)))(aVariety, aCol, aRow); }
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 wgtman_btn_pane_ParamLimits(TInt aVariety)		{ return (*(Twgtman_btn_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_ParamLimits)))(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 wgtman_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane)))(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
// LAF Table : listscroll_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13308
inline TAknWindowComponentLayout aid_scroll_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_scroll_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_scroll_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13310
inline TAknWindowComponentLayout list_wgtman_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_wgtman_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13312
// LAF Table : wgtman_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13313
inline TAknLayoutScalableParameterLimits wgtman_btn_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Twgtman_btn_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13315
inline TAknWindowComponentLayout wgtman_btn_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_btn_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13317
inline TAknLayoutScalableParameterLimits wgtman_btn_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Twgtman_btn_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13319
inline TAknTextComponentLayout wgtman_btn_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_btn_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits wgtman_btn_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Twgtman_btn_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout wgtman_btn_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_btn_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits wgtman_btn_pane_t_Limits()		{ return (*(Twgtman_btn_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t_Limits)))(); }
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 wgtman_btn_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Twgtman_btn_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t_ParamLimits)))(aLineIndex, 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 wgtman_btn_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_btn_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_t)))(aLineIndex, 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
// LAF Table : list_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13332
inline TAknLayoutScalableParameterLimits listrow_wgtman_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlistrow_wgtman_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13334
inline TAknWindowComponentLayout listrow_wgtman_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13336
// LAF Table : listrow_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13337
inline TAknWindowComponentLayout listrow_wgtman_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_g1)))(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 TAknWindowComponentLayout listrow_wgtman_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits listrow_wgtman_pane_g_Limits()		{ return (*(Tlistrow_wgtman_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_g_Limits)))(); }
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 TAknWindowComponentLayout listrow_wgtman_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_g)))(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
inline TAknTextComponentLayout listrow_wgtman_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13347
inline TAknTextComponentLayout listrow_wgtman_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13349
inline TAknLayoutScalableTableLimits listrow_wgtman_pane_t_Limits()		{ return (*(Tlistrow_wgtman_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13351
inline TAknTextComponentLayout listrow_wgtman_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlistrow_wgtman_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_listrow_wgtman_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13353
inline TAknWindowComponentLayout wait_bar_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp09_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13355
// LAF Table : main_calllock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13356
inline TAknWindowComponentLayout main_calllock_btn_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calllock_btn_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calllock_btn_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
inline TAknWindowComponentLayout main_calllock_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calllock_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calllock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13360
// LAF Table : main_calllock_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13361
inline TAknWindowComponentLayout bg_button_pane_cp17(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13363
inline TAknWindowComponentLayout main_calllock_btn_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calllock_btn_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calllock_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13365
inline TAknTextComponentLayout main_calllock_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_calllock_btn_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_calllock_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13367
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13368
inline TAknWindowComponentLayout main_dialer3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_dialer3_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_dialer3_pane)))(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 TAknWindowComponentLayout main_fmrd2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fmrd2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fmrd2_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : main_fs_bigclock_unlock_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13373
inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13375
inline TAknTextComponentLayout main_fs_bigclock_unlock_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13377
// LAF Table : main_fmrd2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13378
inline TAknLayoutScalableParameterLimits area_fmrd2_info_pane_ParamLimits(TInt aVariety)		{ return (*(Tarea_fmrd2_info_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_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 area_fmrd2_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane)))(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 area_fmrd2_visual_pane_ParamLimits(TInt aVariety)		{ return (*(Tarea_fmrd2_visual_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_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 area_fmrd2_visual_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_visual_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane)))(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 fmrd2_indi_pane_ParamLimits(TInt aVariety)		{ return (*(Tfmrd2_indi_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane_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 fmrd2_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfmrd2_indi_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane)))(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
// LAF Table : area_fmrd2_visual_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13391
inline TAknWindowComponentLayout area_fmrd2_visual_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_visual_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13393
inline TAknTextComponentLayout area_fmrd2_visual_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_visual_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13395
inline TAknTextComponentLayout area_fmrd2_visual_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_visual_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13397
inline TAknTextComponentLayout area_fmrd2_visual_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_visual_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13399
inline TAknLayoutScalableTableLimits area_fmrd2_visual_pane_t_Limits()		{ return (*(Tarea_fmrd2_visual_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13401
inline TAknTextComponentLayout area_fmrd2_visual_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_visual_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_visual_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13403
// LAF Table : area_fmrd2_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13404
inline TAknWindowComponentLayout area_fmrd2_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout area_fmrd2_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_t1)))(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
inline TAknTextComponentLayout area_fmrd2_info_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13410
inline TAknTextComponentLayout area_fmrd2_info_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13412
inline TAknTextComponentLayout area_fmrd2_info_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13414
inline TAknLayoutScalableTableLimits area_fmrd2_info_pane_t_Limits()		{ return (*(Tarea_fmrd2_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_t_Limits)))(); }
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 TAknTextComponentLayout area_fmrd2_info_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_fmrd2_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_fmrd2_info_pane_t)))(aLineIndex, 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
// LAF Table : fmrd2_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13419
inline TAknTextComponentLayout fmrd2_indi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfmrd2_indi_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13421
inline TAknTextComponentLayout fmrd2_indi_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfmrd2_indi_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane_t2)))(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
inline TAknTextComponentLayout fmrd2_indi_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfmrd2_indi_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13425
inline TAknLayoutScalableTableLimits fmrd2_indi_pane_t_Limits()		{ return (*(Tfmrd2_indi_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13427
inline TAknTextComponentLayout fmrd2_indi_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfmrd2_indi_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fmrd2_indi_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : list_single_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13430
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13432
inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g5(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t5_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_indicator_pane_t5)))(aVariety, aCol, aRow); }
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
// LAF Table : main_sp_fs_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13439
inline TAknLayoutScalableParameterLimits aid_cell_bcale_month_pane_ParamLimits(TInt aVariety)		{ return (*(Taid_cell_bcale_month_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cell_bcale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13441
inline TAknWindowComponentLayout aid_cell_bcale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_cell_bcale_month_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_cell_bcale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13443
inline TAknLayoutScalableParameterLimits bcale_month_pane_ParamLimits(TInt aVariety)		{ return (*(Tbcale_month_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bcale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13445
inline TAknWindowComponentLayout bcale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbcale_month_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bcale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13447
inline TAknLayoutScalableParameterLimits bcale_preview_pane_ParamLimits(TInt aVariety)		{ return (*(Tbcale_preview_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bcale_preview_pane_ParamLimits)))(aVariety); }
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 bcale_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbcale_preview_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bcale_preview_pane)))(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
// LAF Table : list_single_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13452
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13454
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13456
inline TAknTextComponentLayout list_single_fs_bigclock_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13458
inline TAknLayoutScalableTableLimits list_single_fs_bigclock_pane_t_Limits()		{ return (*(Tlist_single_fs_bigclock_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13460
inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_single_fs_bigclock_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13462
inline TAknTextComponentLayout list_single_fs_bigclock_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_single_fs_bigclock_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fs_bigclock_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13464
// LAF Table : main_fs_bigclock_unlock_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13465
inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_fs_bigclock_unlock_btn_pane_g_Limits()		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane_g_Limits)))(); }
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
inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fs_bigclock_unlock_btn_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13471
// LAF Table : main_dialer3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13472
inline TAknLayoutScalableParameterLimits aid_dia3_key_size_ParamLimits(TInt aVariety)		{ return (*(Taid_dia3_key_size_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_dia3_key_size_ParamLimits)))(aVariety); }
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 aid_dia3_key_size(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_dia3_key_size_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_dia3_key_size)))(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 TAknLayoutScalableParameterLimits aid_dia3_listrow_size_ParamLimits(TInt aVariety)		{ return (*(Taid_dia3_listrow_size_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_dia3_listrow_size_ParamLimits)))(aVariety); }
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 aid_dia3_listrow_size(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_dia3_listrow_size_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_dia3_listrow_size)))(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 TAknLayoutScalableParameterLimits dia3_keypad_fun_pane_ParamLimits(TInt aVariety)		{ return (*(Tdia3_keypad_fun_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_keypad_fun_pane_ParamLimits)))(aVariety); }
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 dia3_keypad_fun_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_keypad_fun_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_keypad_fun_pane)))(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 TAknLayoutScalableParameterLimits dia3_keypad_num_pane_ParamLimits(TInt aVariety)		{ return (*(Tdia3_keypad_num_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_keypad_num_pane_ParamLimits)))(aVariety); }
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 dia3_keypad_num_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_keypad_num_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_keypad_num_pane)))(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 TAknLayoutScalableParameterLimits dia3_listscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tdia3_listscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_listscroll_pane_ParamLimits)))(aVariety); }
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 dia3_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_listscroll_pane)))(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
inline TAknLayoutScalableParameterLimits dia3_numentry_pane_ParamLimits(TInt aVariety)		{ return (*(Tdia3_numentry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_numentry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13494
inline TAknWindowComponentLayout dia3_numentry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_numentry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_numentry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13496
// LAF Table : dia3_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13497
inline TAknWindowComponentLayout dia3_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_list_pane)))(aVariety, aCol, aRow); }
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 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
 13500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13501
// LAF Table : dia3_numentry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13502
inline TAknWindowComponentLayout bg_dia3_numentry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dia3_numentry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dia3_numentry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13504
inline TAknTextComponentLayout dia3_numentry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_numentry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_numentry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13506
// LAF Table : dia3_keypad_num_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13507
inline TAknWindowComponentLayout cell_dia3_key_num_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key_num_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane)))(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
// LAF Table : dia3_keypad_fun_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13510
inline TAknLayoutScalableParameterLimits cell_dia3_key0_fun_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_dia3_key0_fun_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key0_fun_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13512
inline TAknWindowComponentLayout cell_dia3_key0_fun_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key0_fun_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key0_fun_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13514
inline TAknLayoutScalableParameterLimits cell_dia3_key1_fun_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_dia3_key1_fun_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key1_fun_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13516
inline TAknWindowComponentLayout cell_dia3_key1_fun_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key1_fun_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key1_fun_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13518
// LAF Table : dia3_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13519
inline TAknWindowComponentLayout dia3_listrow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tdia3_listrow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_listrow_pane)))(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
// LAF Table : bg_dia3_numentry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13522
inline TAknWindowComponentLayout bg_dia3_numentry_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_dia3_numentry_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_dia3_numentry_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13524
// LAF Table : cell_dia3_key_num_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13525
inline TAknWindowComponentLayout bg_button_pane_cp21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp21_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp21)))(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
inline TAknTextComponentLayout cell_dia3_key_num_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key_num_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13529
inline TAknTextComponentLayout cell_dia3_key_num_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key_num_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13531
inline TAknTextComponentLayout cell_dia3_key_num_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key_num_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13533
inline TAknTextComponentLayout cell_dia3_key_num_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key_num_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13535
inline TAknLayoutScalableTableLimits cell_dia3_key_num_pane_t_Limits()		{ return (*(Tcell_dia3_key_num_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13537
inline TAknTextComponentLayout cell_dia3_key_num_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key_num_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key_num_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13539
// LAF Table : cell_dia3_key0_fun_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13540
inline TAknWindowComponentLayout bg_button_pane_cp19(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp19_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp19)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cell_dia3_key0_fun_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key0_fun_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key0_fun_pane_g1)))(aVariety, aCol, aRow); }
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
// LAF Table : cell_dia3_key1_fun_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13545
inline TAknWindowComponentLayout bg_button_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp20_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13547
inline TAknWindowComponentLayout cell_dia3_key1_fun_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_dia3_key1_fun_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_dia3_key1_fun_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13549
// LAF Table : bcale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13550
inline TAknWindowComponentLayout area_left_week_number_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_left_week_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_left_week_number_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout area_top_day_name_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tarea_top_day_name_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_area_top_day_name_pane)))(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 TAknWindowComponentLayout frame_month_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tframe_month_view_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frame_month_view_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_month_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_month_view_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_month_view_pane)))(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
// LAF Table : area_top_day_name_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13559
inline TAknLayoutScalableParameterLimits cell_top_day_name_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_top_day_name_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_top_day_name_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13561
inline TAknWindowComponentLayout cell_top_day_name_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_top_day_name_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_top_day_name_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13563
// LAF Table : area_left_week_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13564
inline TAknLayoutScalableParameterLimits cell_area_left_week_number_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_area_left_week_number_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_area_left_week_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13566
inline TAknWindowComponentLayout cell_area_left_week_number_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_area_left_week_number_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_area_left_week_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13568
// LAF Table : grid_month_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13569
inline TAknLayoutScalableParameterLimits cell_month_view_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tcell_month_view_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_month_view_pane_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 cell_month_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_month_view_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_month_view_pane)))(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
// LAF Table : frame_month_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13574
inline TAknWindowComponentLayout frm_month_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13576
inline TAknWindowComponentLayout frm_month_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13578
inline TAknWindowComponentLayout frm_month_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13580
inline TAknWindowComponentLayout frm_month_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13582
inline TAknWindowComponentLayout frm_month_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13584
inline TAknWindowComponentLayout frm_month_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13586
inline TAknWindowComponentLayout frm_month_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13588
inline TAknWindowComponentLayout frm_month_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13590
inline TAknWindowComponentLayout frm_month_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13592
inline TAknWindowComponentLayout frm_month_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13594
inline TAknWindowComponentLayout frm_month_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13596
inline TAknWindowComponentLayout frm_month_g12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13598
inline TAknWindowComponentLayout frm_month_g13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13600
inline TAknWindowComponentLayout frm_month_g14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13602
inline TAknWindowComponentLayout frm_month_g15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13604
inline TAknWindowComponentLayout frm_month_g16(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13606
inline TAknLayoutScalableTableLimits frm_month_g_Limits()		{ return (*(Tfrm_month_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13608
inline TAknWindowComponentLayout frm_month_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfrm_month_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_frm_month_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13610
// LAF Table : cell_top_day_name_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13611
inline TAknTextComponentLayout cell_top_day_name_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_top_day_name_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_top_day_name_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13613
// LAF Table : cell_area_left_week_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13614
inline TAknWindowComponentLayout cell_area_left_week_number_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_area_left_week_number_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_area_left_week_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13616
inline TAknTextComponentLayout cell_area_left_week_number_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_area_left_week_number_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_area_left_week_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13618
// LAF Table : cell_month_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13619
inline TAknWindowComponentLayout cell_month_view_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_month_view_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_month_view_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout cell_month_view_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_month_view_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_month_view_pane_t1)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13624
inline TAknWindowComponentLayout main_fps_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fps_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fps_pane)))(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
// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13627
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_cp1_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_cp1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13629
inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_cp1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13631
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_cp2_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_cp2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13633
inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_cp2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13635
// LAF Table : cmail_ddmenu_btn02_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13636
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13638
inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13640
inline TAknLayoutScalableTableLimits cmail_ddmenu_btn02_pane_g_Limits()		{ return (*(Tcmail_ddmenu_btn02_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13642
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13644
inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13646
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13648
inline TAknTextComponentLayout cmail_ddmenu_btn02_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13650
inline TAknLayoutScalableTableLimits cmail_ddmenu_btn02_pane_t_Limits()		{ return (*(Tcmail_ddmenu_btn02_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13652
inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tcmail_ddmenu_btn02_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13654
inline TAknTextComponentLayout cmail_ddmenu_btn02_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcmail_ddmenu_btn02_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cmail_ddmenu_btn02_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13656
// LAF Table : main_fps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13657
inline TAknLayoutScalableParameterLimits fps_text_pane_ParamLimits(TInt aVariety)		{ return (*(Tfps_text_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fps_text_pane_ParamLimits)))(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 TAknWindowComponentLayout fps_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfps_text_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fps_text_pane)))(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 main_fps_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_fps_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fps_pane_g1_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 main_fps_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_fps_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_fps_pane_g1)))(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 wait_bar_pane_cp010_ParamLimits(TInt aVariety)		{ return (*(Twait_bar_pane_cp010_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp010_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 wait_bar_pane_cp010(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twait_bar_pane_cp010_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wait_bar_pane_cp010)))(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 : fps_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13670
inline TAknLayoutScalableParameterLimits fps_text_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Tfps_text_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fps_text_pane_t1_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 TAknTextComponentLayout fps_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tfps_text_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fps_text_pane_t1)))(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
// LAF Table : cam4_image_uncrop_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13675
inline TAknWindowComponentLayout cam4_image_uncrop_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13677
inline TAknWindowComponentLayout cam4_image_uncrop_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13679
inline TAknWindowComponentLayout cam4_image_uncrop_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13681
inline TAknWindowComponentLayout cam4_image_uncrop_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13683
inline TAknLayoutScalableTableLimits cam4_image_uncrop_pane_g_Limits()		{ return (*(Tcam4_image_uncrop_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13685
inline TAknWindowComponentLayout cam4_image_uncrop_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_image_uncrop_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_image_uncrop_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13687
// LAF Table : dia3_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13688
inline TAknLayoutScalableParameterLimits dia3_listrow_pane_ParamLimits(TInt aVariety)		{ return (*(Tdia3_listrow_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_dia3_listrow_pane_ParamLimits)))(aVariety); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13691
inline TAknWindowComponentLayout main_phob2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_phob2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_phob2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13693
// LAF Table : tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13694
inline TAknLayoutScalableParameterLimits cell_tport_appsw_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Tcell_tport_appsw_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_cp02_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_tport_appsw_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_cp02)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_tport_appsw_pane_cp03_ParamLimits(TInt aVariety)		{ return (*(Tcell_tport_appsw_pane_cp03_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_cp03_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout cell_tport_appsw_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_tport_appsw_pane_cp03_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_tport_appsw_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13702
// LAF Table : main_phob2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13703
inline TAknWindowComponentLayout phob2_contact_card_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_contact_card_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_contact_card_pane)))(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 TAknWindowComponentLayout phob2_listscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_listscroll_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : phob2_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13708
inline TAknWindowComponentLayout phob2_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13710
inline TAknWindowComponentLayout scroll_pane_cp034(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp034_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp034)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13712
// LAF Table : phob2_contact_card_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13713
inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_data_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_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 phob2_cc_data_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane)))(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 phob2_cc_listscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_listscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_listscroll_pane_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 TAknWindowComponentLayout phob2_cc_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_listscroll_pane)))(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
// LAF Table : phob2_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13722
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13724
inline TAknWindowComponentLayout list_double_large_graphic_phob2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13726
// LAF Table : list_double_large_graphic_phob2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13727
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_double_large_graphic_phob2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_double_large_graphic_phob2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_double_large_graphic_phob2_pane_g_Limits()		{ return (*(Tlist_double_large_graphic_phob2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout list_double_large_graphic_phob2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13741
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13743
inline TAknTextComponentLayout list_double_large_graphic_phob2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t1)))(aVariety, aCol, aRow); }
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 list_double_large_graphic_phob2_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t2_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 TAknTextComponentLayout list_double_large_graphic_phob2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t2)))(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
inline TAknLayoutScalableTableLimits list_double_large_graphic_phob2_pane_t_Limits()		{ return (*(Tlist_double_large_graphic_phob2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13751
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13753
inline TAknTextComponentLayout list_double_large_graphic_phob2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13755
inline TAknWindowComponentLayout list_highlight_pane_cp024(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp024_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp024)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13757
// LAF Table : phob2_cc_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13758
inline TAknWindowComponentLayout phob2_cc_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13760
inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_data_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13762
inline TAknWindowComponentLayout phob2_cc_data_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits phob2_cc_data_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_data_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g2_ParamLimits)))(aVariety); }
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 phob2_cc_data_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g2)))(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 TAknLayoutScalableTableLimits phob2_cc_data_pane_g_Limits()		{ return (*(Tphob2_cc_data_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tphob2_cc_data_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13772
inline TAknWindowComponentLayout phob2_cc_data_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13774
inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_data_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13776
inline TAknTextComponentLayout phob2_cc_data_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13778
inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_data_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13780
inline TAknTextComponentLayout phob2_cc_data_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13782
inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_data_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13784
inline TAknTextComponentLayout phob2_cc_data_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13786
inline TAknLayoutScalableTableLimits phob2_cc_data_pane_t_Limits()		{ return (*(Tphob2_cc_data_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits phob2_cc_data_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tphob2_cc_data_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknTextComponentLayout phob2_cc_data_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_data_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_data_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13792
// LAF Table : phob2_cc_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13793
inline TAknLayoutScalableParameterLimits phob2_cc_list_pane_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_list_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_list_pane_ParamLimits)))(aVariety); }
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 phob2_cc_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_list_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
inline TAknLayoutScalableParameterLimits scroll_pane_cp035_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp035_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp035_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13799
inline TAknWindowComponentLayout scroll_pane_cp035(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp035_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp035)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13801
// LAF Table : phob2_cc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13802
inline TAknWindowComponentLayout bg_button_pane_cp033(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp033_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp033)))(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
inline TAknWindowComponentLayout phob2_cc_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13806
inline TAknTextComponentLayout phob2_cc_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13808
inline TAknTextComponentLayout phob2_cc_button_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_button_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13810
inline TAknLayoutScalableTableLimits phob2_cc_button_pane_t_Limits()		{ return (*(Tphob2_cc_button_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13812
inline TAknTextComponentLayout phob2_cc_button_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tphob2_cc_button_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13814
// LAF Table : phob2_cc_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13815
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : list_double_large_graphic_phob2_cc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13820
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13822
inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13824
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13826
inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13828
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13830
inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13832
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13834
inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13836
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13838
inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13840
inline TAknLayoutScalableTableLimits list_double_large_graphic_phob2_cc_pane_g_Limits()		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13846
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13848
inline TAknTextComponentLayout list_double_large_graphic_phob2_cc_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13850
inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_double_large_graphic_phob2_cc_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t2)))(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 list_double_large_graphic_phob2_cc_pane_t_Limits()		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t_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 TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_double_large_graphic_phob2_cc_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_double_large_graphic_phob2_cc_pane_t)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_highlight_pane_cp025_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp025_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp025_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout list_highlight_pane_cp025(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp025_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp025)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13864
// LAF Table : phob2_cc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13865
inline TAknLayoutScalableParameterLimits bg_button_pane_cp033_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp033_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp033_ParamLimits)))(aVariety); }
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 phob2_cc_button_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_button_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_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 TAknLayoutScalableParameterLimits phob2_cc_button_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_button_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t1_ParamLimits)))(aVariety); }
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 phob2_cc_button_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Tphob2_cc_button_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t2_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 TAknLayoutScalableParameterLimits phob2_cc_button_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tphob2_cc_button_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_phob2_cc_button_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13876
inline TAknWindowComponentLayout popup_wgtman_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_wgtman_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_wgtman_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13878
// LAF Table : ncimui_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13879
inline TAknWindowComponentLayout scroll_pane_cp038(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp038_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp038)))(aVariety, aCol, aRow); }
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
// LAF Table : main_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13882
inline TAknLayoutScalableParameterLimits wgtman_btn_pane_cp_01_ParamLimits(TInt aVariety)		{ return (*(Twgtman_btn_pane_cp_01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_cp_01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13884
inline TAknWindowComponentLayout wgtman_btn_pane_cp_01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_btn_pane_cp_01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_btn_pane_cp_01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13886
// LAF Table : popup_wgtman_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13887
inline TAknWindowComponentLayout wgtman_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_content_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_content_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout wgtman_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_heading_pane)))(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
// LAF Table : wgtman_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13892
inline TAknWindowComponentLayout bg_heading_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_heading_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_heading_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13894
inline TAknWindowComponentLayout wgtman_heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13896
inline TAknTextComponentLayout wgtman_heading_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13898
// LAF Table : wgtman_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13899
inline TAknWindowComponentLayout scroll_pane_cp036(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp036_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp036)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13901
inline TAknWindowComponentLayout wgtman_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13903
// LAF Table : wgtman_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13904
inline TAknLayoutScalableParameterLimits wgtman_list_pane_t1_ParamLimits(TInt aVariety = 0)		{ return (*(Twgtman_list_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_list_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout wgtman_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Twgtman_list_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wgtman_list_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13909
inline TAknWindowComponentLayout cam4_grid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13911
// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13912
inline TAknLayoutScalableParameterLimits bg_button_pane_cp015_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp015_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp015_ParamLimits)))(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 TAknLayoutScalableParameterLimits bg_button_pane_cp016_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp016_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp016_ParamLimits)))(aVariety); }
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 bg_button_pane_cp017_ParamLimits(TInt aVariety)		{ return (*(Tbg_button_pane_cp017_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp017_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 TAknLayoutScalableParameterLimits popup_vitu2_query_window_g3_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_vitu2_query_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_vitu2_query_window_t6_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_vitu2_query_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_vitu2_query_window_t7_ParamLimits(TInt aVariety)		{ return (*(Tpopup_vitu2_query_window_t7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t7_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_vitu2_query_window_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_vitu2_query_window_t7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_vitu2_query_window_t7)))(aVariety, aCol, aRow); }
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
// LAF Table : cam4_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13931
inline TAknWindowComponentLayout cam4_grid_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_grid_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13933
inline TAknWindowComponentLayout cam4_grid_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_grid_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13935
inline TAknWindowComponentLayout cam4_grid_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_grid_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13937
inline TAknWindowComponentLayout cam4_grid_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_grid_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13939
inline TAknLayoutScalableTableLimits cam4_grid_pane_g_Limits()		{ return (*(Tcam4_grid_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13941
inline TAknWindowComponentLayout cam4_grid_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcam4_grid_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cam4_grid_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13943
// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13944
inline TAknLayoutScalableParameterLimits aid_placing_vt_slider_lsc_ParamLimits(TInt aVariety)		{ return (*(Taid_placing_vt_slider_lsc_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_placing_vt_slider_lsc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13946
inline TAknLayoutScalableParameterLimits vidtel_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tvidtel_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vidtel_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13948
inline TAknWindowComponentLayout vidtel_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvidtel_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vidtel_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13950
// LAF Table : vidtel_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13951
inline TAknWindowComponentLayout bg_button_pane_cp034(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_button_pane_cp034_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_button_pane_cp034)))(aVariety, aCol, aRow); }
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 vidtel_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvidtel_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vidtel_button_pane_g1)))(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 TAknTextComponentLayout vidtel_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tvidtel_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_vidtel_button_pane_t1)))(aVariety, aCol, aRow); }
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
// LAF Table : popup_vtel_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13958
inline TAknWindowComponentLayout aid_size_vtel_slider_touch(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_vtel_slider_touch_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_vtel_slider_touch)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13960
// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13961
inline TAknWindowComponentLayout scroll_pane_cp039(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tscroll_pane_cp039_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp039)))(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 : ncimui_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13964
inline TAknLayoutScalableParameterLimits ncim_query_button_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_button_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_button_pane_cp01_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 TAknLayoutScalableParameterLimits ncimui_query_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tncimui_query_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncimui_query_pane_g1_ParamLimits)))(aVariety); }
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 : ncim_query_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13969
inline TAknLayoutScalableParameterLimits input_focus_pane_cp012_ParamLimits(TInt aVariety)		{ return (*(Tinput_focus_pane_cp012_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp012_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits ncim_query_entry_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tncim_query_entry_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_ncim_query_entry_pane_t1_ParamLimits)))(aVariety); }
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
// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13974
inline TAknLayoutScalableParameterLimits scroll_pane_cp039_ParamLimits(TInt aVariety)		{ return (*(Tscroll_pane_cp039_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_scroll_pane_cp039_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13976
#ifdef __VC32__
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13977
#pragma component(mintypeinfo, on)
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13978
#endif
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13979
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
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13982
class CInstance : public CCdlInstance
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13983
	{
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13984
public:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13985
	enum { ETypeId = KCdlInterfaceUidValue };
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13987
	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
 13988
	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
 13989
	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
 13990
	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
 13991
	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
 13992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13993
	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
 13994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13995
// CDL API functions, as defined in aknlayoutscalable_apps.cdl
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
	// LAF Table : Screen Contents
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 13998
	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
 13999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14000
	// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14001
	inline TAknWindowComponentLayout application_window(TInt aVariety = 0, 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
 14002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14003
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14004
	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
 14005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14006
	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
 14007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14008
	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
 14009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14010
	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
 14011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14012
	inline TAknLayoutScalableParameterLimits call_video_uplink_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_video_uplink_pane_ParamLimits_sig*)(GetFunction(EApiId_call_video_uplink_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14014
	inline TAknWindowComponentLayout call_video_uplink_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_uplink_pane_sig*)(GetFunction(EApiId_call_video_uplink_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14016
	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
 14017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14018
	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
 14019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14020
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14021
	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
 14022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14023
	inline TAknWindowComponentLayout navi_pane(TInt aVariety = 0, 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
 14024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14025
	inline TAknLayoutScalableParameterLimits popup_cale_events_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14027
	inline TAknWindowComponentLayout popup_cale_events_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_sig*)(GetFunction(EApiId_popup_cale_events_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14029
	inline TAknWindowComponentLayout popup_mup_playback_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup_playback_window_sig*)(GetFunction(EApiId_popup_mup_playback_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14031
	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
 14032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14033
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14034
	inline TAknWindowComponentLayout main_browser_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_browser_pane_sig*)(GetFunction(EApiId_main_browser_pane)))(aVariety, aCol, aRow); }
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 main_burst_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_burst_pane_sig*)(GetFunction(EApiId_main_burst_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_calc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calc_pane_sig*)(GetFunction(EApiId_main_calc_pane)))(aVariety, aCol, aRow); }
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 main_cale_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cale_day_pane_sig*)(GetFunction(EApiId_main_cale_day_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_cale_month_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cale_month_pane_sig*)(GetFunction(EApiId_main_cale_month_pane)))(aVariety, aCol, aRow); }
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 main_cale_week_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cale_week_pane_sig*)(GetFunction(EApiId_main_cale_week_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_call_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call_pane_sig*)(GetFunction(EApiId_main_call_pane)))(aVariety, aCol, aRow); }
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 main_call_poc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call_poc_pane_sig*)(GetFunction(EApiId_main_call_poc_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_camera_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_sig*)(GetFunction(EApiId_main_camera_pane)))(aVariety, aCol, aRow); }
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 main_chi_dic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_chi_dic_pane_sig*)(GetFunction(EApiId_main_chi_dic_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_clock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock_pane_sig*)(GetFunction(EApiId_main_clock_pane)))(aVariety, aCol, aRow); }
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 main_fmradio_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_sig*)(GetFunction(EApiId_main_fmradio_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_graph_messa_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_graph_messa_pane_sig*)(GetFunction(EApiId_main_graph_messa_pane)))(aVariety, aCol, aRow); }
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 main_help_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_help_pane_sig*)(GetFunction(EApiId_main_help_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_im_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_im_pane_sig*)(GetFunction(EApiId_main_im_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_image_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_image_pane_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_sig*)(GetFunction(EApiId_main_image_pane)))(aVariety, aCol, aRow); }
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 main_location2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location2_pane_sig*)(GetFunction(EApiId_main_location2_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_location_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location_pane_sig*)(GetFunction(EApiId_main_location_pane)))(aVariety, aCol, aRow); }
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 main_messa_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_messa_pane_sig*)(GetFunction(EApiId_main_messa_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_mp2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_sig*)(GetFunction(EApiId_main_mp2_pane)))(aVariety, aCol, aRow); }
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 main_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp_pane_sig*)(GetFunction(EApiId_main_mp_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_msg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_msg_pane_sig*)(GetFunction(EApiId_main_msg_pane)))(aVariety, aCol, aRow); }
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 main_mup_eq_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_sig*)(GetFunction(EApiId_main_mup_eq_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_mup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_sig*)(GetFunction(EApiId_main_mup_pane)))(aVariety, aCol, aRow); }
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 main_notes_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_notes_pane_sig*)(GetFunction(EApiId_main_notes_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_pec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pec_pane_sig*)(GetFunction(EApiId_main_pec_pane)))(aVariety, aCol, aRow); }
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 main_phob_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_phob_pane_sig*)(GetFunction(EApiId_main_phob_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pinb_pane_sig*)(GetFunction(EApiId_main_pinb_pane)))(aVariety, aCol, aRow); }
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 main_postcard_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_sig*)(GetFunction(EApiId_main_postcard_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_qdial_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_qdial_pane_sig*)(GetFunction(EApiId_main_qdial_pane)))(aVariety, aCol, aRow); }
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 main_skin_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_skin_pane_sig*)(GetFunction(EApiId_main_skin_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_smil2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_smil2_pane_sig*)(GetFunction(EApiId_main_smil2_pane)))(aVariety, aCol, aRow); }
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 main_smil_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_smil_pane_sig*)(GetFunction(EApiId_main_smil_pane)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout main_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_sig*)(GetFunction(EApiId_main_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14104
	inline TAknWindowComponentLayout main_video_tele_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_tele_pane_sig*)(GetFunction(EApiId_main_video_tele_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14106
	inline TAknLayoutScalableParameterLimits main_viewer_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14108
	inline TAknWindowComponentLayout main_viewer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_sig*)(GetFunction(EApiId_main_viewer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14110
	inline TAknWindowComponentLayout main_vorec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vorec_pane_sig*)(GetFunction(EApiId_main_vorec_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14112
	inline TAknLayoutScalableParameterLimits popup_blid_sat_info_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_blid_sat_info_window_ParamLimits_sig*)(GetFunction(EApiId_popup_blid_sat_info_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14114
	inline TAknWindowComponentLayout popup_blid_sat_info_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info_window_sig*)(GetFunction(EApiId_popup_blid_sat_info_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14116
	inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_dyc_status_message_window_ParamLimits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14118
	inline TAknWindowComponentLayout popup_dyc_status_message_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dyc_status_message_window_sig*)(GetFunction(EApiId_popup_dyc_status_message_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14120
	inline TAknLayoutScalableParameterLimits popup_grid_large_graphic_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_grid_large_graphic_window_ParamLimits_sig*)(GetFunction(EApiId_popup_grid_large_graphic_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14122
	inline TAknWindowComponentLayout popup_grid_large_graphic_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_grid_large_graphic_window_sig*)(GetFunction(EApiId_popup_grid_large_graphic_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14124
	inline TAknLayoutScalableParameterLimits popup_loc_request_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_loc_request_window_ParamLimits_sig*)(GetFunction(EApiId_popup_loc_request_window_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 popup_loc_request_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_loc_request_window_sig*)(GetFunction(EApiId_popup_loc_request_window)))(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 popup_wml_address_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_wml_address_window_ParamLimits_sig*)(GetFunction(EApiId_popup_wml_address_window_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 popup_wml_address_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_wml_address_window_sig*)(GetFunction(EApiId_popup_wml_address_window)))(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
	// LAF Table : main_call_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14133
	inline TAknWindowComponentLayout call_muted_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_muted_g1_sig*)(GetFunction(EApiId_call_muted_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14135
	inline TAknLayoutScalableParameterLimits popup_call_audio_conf_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_conf_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_conf_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14137
	inline TAknWindowComponentLayout popup_call_audio_conf_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_conf_window_sig*)(GetFunction(EApiId_popup_call_audio_conf_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14139
	inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14141
	inline TAknWindowComponentLayout popup_call_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_sig*)(GetFunction(EApiId_popup_call_audio_first_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14143
	inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14145
	inline TAknWindowComponentLayout popup_call_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_sig*)(GetFunction(EApiId_popup_call_audio_in_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14147
	inline TAknLayoutScalableParameterLimits popup_call_audio_out_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14149
	inline TAknWindowComponentLayout popup_call_audio_out_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_sig*)(GetFunction(EApiId_popup_call_audio_out_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14151
	inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14153
	inline TAknWindowComponentLayout popup_call_audio_second_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_sig*)(GetFunction(EApiId_popup_call_audio_second_window)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_wait_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_wait_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_wait_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_wait_window_sig*)(GetFunction(EApiId_popup_call_audio_wait_window)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_number_entry_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_number_entry_window_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_number_entry_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_sig*)(GetFunction(EApiId_popup_number_entry_window)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_number_entry_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14164
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp05_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14166
	inline TAknWindowComponentLayout bg_popup_call_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp05_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14168
	inline TAknTextComponentLayout popup_number_entry_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_t1_sig*)(GetFunction(EApiId_popup_number_entry_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14170
	inline TAknTextComponentLayout popup_number_entry_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_t2_sig*)(GetFunction(EApiId_popup_number_entry_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14172
	inline TAknTextComponentLayout popup_number_entry_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_t3_sig*)(GetFunction(EApiId_popup_number_entry_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14174
	inline TAknLayoutScalableTableLimits popup_number_entry_window_t_Limits() const		{ return (*(Tpopup_number_entry_window_t_Limits_sig*)(GetFunction(EApiId_popup_number_entry_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14176
	inline TAknTextComponentLayout popup_number_entry_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_t_sig*)(GetFunction(EApiId_popup_number_entry_window_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout text_title_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_title_cp2_sig*)(GetFunction(EApiId_text_title_cp2)))(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
	// LAF Table : popup_call_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14181
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14183
	inline TAknWindowComponentLayout bg_popup_call_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14185
	inline TAknWindowComponentLayout call_thumbnail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_thumbnail_pane_sig*)(GetFunction(EApiId_call_thumbnail_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14187
	inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14189
	inline TAknWindowComponentLayout popup_call_audio_in_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_g1_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14191
	inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14193
	inline TAknWindowComponentLayout popup_call_audio_in_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_g2_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14195
	inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14197
	inline TAknWindowComponentLayout popup_call_audio_in_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_g3_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14199
	inline TAknLayoutScalableTableLimits popup_call_audio_in_window_g_Limits() const		{ return (*(Tpopup_call_audio_in_window_g_Limits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14201
	inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14203
	inline TAknWindowComponentLayout popup_call_audio_in_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_g_sig*)(GetFunction(EApiId_popup_call_audio_in_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14205
	inline TAknLayoutScalableParameterLimits popup_call_audio_in_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t1_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 TAknTextComponentLayout popup_call_audio_in_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_t1_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t1)))(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 popup_call_audio_in_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t2_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 TAknTextComponentLayout popup_call_audio_in_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_t2_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t2)))(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 TAknLayoutScalableParameterLimits popup_call_audio_in_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call_audio_in_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_t3_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_in_window_t_Limits() const		{ return (*(Tpopup_call_audio_in_window_t_Limits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t_Limits)))(); }
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 popup_call_audio_in_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_in_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t_ParamLimits)))(aLineIndex, 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 popup_call_audio_in_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_in_window_t_sig*)(GetFunction(EApiId_popup_call_audio_in_window_t)))(aLineIndex, 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
	// LAF Table : popup_call_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14224
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14226
	inline TAknWindowComponentLayout bg_popup_call_pane_cp01(TInt aVariety, 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
 14227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14228
	inline TAknWindowComponentLayout call_thumbnail_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_thumbnail_pane_cp02_sig*)(GetFunction(EApiId_call_thumbnail_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14230
	inline TAknWindowComponentLayout call_type_pane_cp022(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp022_sig*)(GetFunction(EApiId_call_type_pane_cp022)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14232
	inline TAknLayoutScalableParameterLimits popup_call_audio_out_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14234
	inline TAknWindowComponentLayout popup_call_audio_out_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_g1_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14236
	inline TAknLayoutScalableParameterLimits popup_call_audio_out_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14238
	inline TAknWindowComponentLayout popup_call_audio_out_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_g2_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_out_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_out_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_g3_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_out_window_g_Limits() const		{ return (*(Tpopup_call_audio_out_window_g_Limits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g_Limits)))(); }
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 popup_call_audio_out_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g_ParamLimits)))(aLineIndex, 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 popup_call_audio_out_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_g_sig*)(GetFunction(EApiId_popup_call_audio_out_window_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits popup_call_audio_out_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call_audio_out_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_t1_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_out_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call_audio_out_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_t2_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_out_window_t_Limits() const		{ return (*(Tpopup_call_audio_out_window_t_Limits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t_Limits)))(); }
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 popup_call_audio_out_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_out_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t_ParamLimits)))(aLineIndex, 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 popup_call_audio_out_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_out_window_t_sig*)(GetFunction(EApiId_popup_call_audio_out_window_t)))(aLineIndex, 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
	// LAF Table : popup_call_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14265
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14267
	inline TAknWindowComponentLayout bg_popup_call_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_sig*)(GetFunction(EApiId_bg_popup_call_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14269
	inline TAknLayoutScalableParameterLimits call_thumbnail_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_thumbnail_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_call_thumbnail_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14271
	inline TAknWindowComponentLayout call_thumbnail_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_thumbnail_pane_cp_sig*)(GetFunction(EApiId_call_thumbnail_pane_cp)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits call_type_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_type_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_call_type_pane_cp01_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call_type_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp01_sig*)(GetFunction(EApiId_call_type_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_first_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_first_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_g1_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_first_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_first_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_g2_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_first_window_g_Limits() const		{ return (*(Tpopup_call_audio_first_window_g_Limits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call_audio_first_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout popup_call_audio_first_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_g_sig*)(GetFunction(EApiId_popup_call_audio_first_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14291
	inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14293
	inline TAknTextComponentLayout popup_call_audio_first_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_t1_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t1)))(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 popup_call_audio_first_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t4_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 popup_call_audio_first_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_t4_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t4)))(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
	inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14301
	inline TAknTextComponentLayout popup_call_audio_first_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_t5_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14303
	inline TAknLayoutScalableTableLimits popup_call_audio_first_window_t_Limits() const		{ return (*(Tpopup_call_audio_first_window_t_Limits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14305
	inline TAknLayoutScalableParameterLimits popup_call_audio_first_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_first_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14307
	inline TAknTextComponentLayout popup_call_audio_first_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_first_window_t_sig*)(GetFunction(EApiId_popup_call_audio_first_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14309
	// LAF Table : popup_call_audio_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14310
	inline TAknWindowComponentLayout bg_popup_call_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp02_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp02)))(aVariety, aCol, aRow); }
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 call_type_pane_cp023(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp023_sig*)(GetFunction(EApiId_call_type_pane_cp023)))(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 TAknWindowComponentLayout popup_call_audio_wait_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_wait_window_g1_sig*)(GetFunction(EApiId_popup_call_audio_wait_window_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_call_audio_wait_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_wait_window_g2_sig*)(GetFunction(EApiId_popup_call_audio_wait_window_g2)))(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 TAknLayoutScalableTableLimits popup_call_audio_wait_window_g_Limits() const		{ return (*(Tpopup_call_audio_wait_window_g_Limits_sig*)(GetFunction(EApiId_popup_call_audio_wait_window_g_Limits)))(); }
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 TAknWindowComponentLayout popup_call_audio_wait_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_wait_window_g_sig*)(GetFunction(EApiId_popup_call_audio_wait_window_g)))(aLineIndex, 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 TAknTextComponentLayout popup_call_audio_wait_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_wait_window_t3_sig*)(GetFunction(EApiId_popup_call_audio_wait_window_t3)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_call_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14325
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp03_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14327
	inline TAknWindowComponentLayout bg_popup_call_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp03_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14329
	inline TAknLayoutScalableParameterLimits call_thumbnail_pane_cp011_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_thumbnail_pane_cp011_ParamLimits_sig*)(GetFunction(EApiId_call_thumbnail_pane_cp011_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 call_thumbnail_pane_cp011(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_thumbnail_pane_cp011_sig*)(GetFunction(EApiId_call_thumbnail_pane_cp011)))(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 call_type_pane_cp034_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_type_pane_cp034_ParamLimits_sig*)(GetFunction(EApiId_call_type_pane_cp034_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 call_type_pane_cp034(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp034_sig*)(GetFunction(EApiId_call_type_pane_cp034)))(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 TAknLayoutScalableParameterLimits popup_call_audio_second_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_second_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_g1_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_second_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_audio_second_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_g2_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_audio_second_window_g_Limits() const		{ return (*(Tpopup_call_audio_second_window_g_Limits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g_Limits)))(); }
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 popup_call_audio_second_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout popup_call_audio_second_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_g_sig*)(GetFunction(EApiId_popup_call_audio_second_window_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits popup_call_audio_second_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call_audio_second_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_t1_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call_audio_second_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t2_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_call_audio_second_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_t2_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14359
	inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14361
	inline TAknTextComponentLayout popup_call_audio_second_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_t3_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14363
	inline TAknLayoutScalableTableLimits popup_call_audio_second_window_t_Limits() const		{ return (*(Tpopup_call_audio_second_window_t_Limits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14365
	inline TAknLayoutScalableParameterLimits popup_call_audio_second_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_audio_second_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14367
	inline TAknTextComponentLayout popup_call_audio_second_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_second_window_t_sig*)(GetFunction(EApiId_popup_call_audio_second_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14369
	// LAF Table : popup_call_audio_conf_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14370
	inline TAknWindowComponentLayout bg_popup_call_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp04_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp04)))(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 TAknWindowComponentLayout list_conf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_conf_pane_sig*)(GetFunction(EApiId_list_conf_pane)))(aVariety, aCol, aRow); }
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 popup_call_audio_conf_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_audio_conf_window_t1_sig*)(GetFunction(EApiId_popup_call_audio_conf_window_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
	// LAF Table : call_thumbnail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14377
	inline TAknWindowComponentLayout call_thumbnail_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_thumbnail_pane_g1_sig*)(GetFunction(EApiId_call_thumbnail_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14379
	// LAF Table : main_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14380
	inline TAknLayoutScalableParameterLimits bg_pinb_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_pinb_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_pinb_pane_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 TAknWindowComponentLayout bg_pinb_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_pinb_pane_sig*)(GetFunction(EApiId_bg_pinb_pane)))(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 TAknWindowComponentLayout find_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_sig*)(GetFunction(EApiId_find_pinb_pane)))(aVariety, aCol, aRow); }
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 listscroll_pinb_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistscroll_pinb_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_pinb_pane_ParamLimits)))(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 TAknWindowComponentLayout listscroll_pinb_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_pinb_pane_sig*)(GetFunction(EApiId_listscroll_pinb_pane)))(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 : bg_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14391
	inline TAknWindowComponentLayout pinb_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g1_sig*)(GetFunction(EApiId_pinb_bg_pane_g1)))(aVariety, aCol, aRow); }
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 pinb_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g2_sig*)(GetFunction(EApiId_pinb_bg_pane_g2)))(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 TAknWindowComponentLayout pinb_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g3_sig*)(GetFunction(EApiId_pinb_bg_pane_g3)))(aVariety, aCol, aRow); }
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 pinb_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g4_sig*)(GetFunction(EApiId_pinb_bg_pane_g4)))(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 TAknWindowComponentLayout pinb_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g5_sig*)(GetFunction(EApiId_pinb_bg_pane_g5)))(aVariety, aCol, aRow); }
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 pinb_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g6_sig*)(GetFunction(EApiId_pinb_bg_pane_g6)))(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 TAknWindowComponentLayout pinb_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g7_sig*)(GetFunction(EApiId_pinb_bg_pane_g7)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout pinb_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g8_sig*)(GetFunction(EApiId_pinb_bg_pane_g8)))(aVariety, aCol, aRow); }
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 pinb_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g9_sig*)(GetFunction(EApiId_pinb_bg_pane_g9)))(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 TAknWindowComponentLayout pinb_bg_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g10_sig*)(GetFunction(EApiId_pinb_bg_pane_g10)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits pinb_bg_pane_g_Limits() const		{ return (*(Tpinb_bg_pane_g_Limits_sig*)(GetFunction(EApiId_pinb_bg_pane_g_Limits)))(); }
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 TAknWindowComponentLayout pinb_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpinb_bg_pane_g_sig*)(GetFunction(EApiId_pinb_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : listscroll_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14416
	inline TAknWindowComponentLayout grid_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_pinb_pane_sig*)(GetFunction(EApiId_grid_pinb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14418
	inline TAknWindowComponentLayout list_pinb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_pane_sig*)(GetFunction(EApiId_list_pinb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14420
	inline TAknLayoutScalableParameterLimits scroll_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14422
	inline TAknWindowComponentLayout scroll_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp01_sig*)(GetFunction(EApiId_scroll_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14424
	// LAF Table : find_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14425
	inline TAknLayoutScalableParameterLimits find_pinb_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfind_pinb_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_find_pinb_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14427
	inline TAknWindowComponentLayout find_pinb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_g1_sig*)(GetFunction(EApiId_find_pinb_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14429
	inline TAknTextComponentLayout find_pinb_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_t1_sig*)(GetFunction(EApiId_find_pinb_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14431
	inline TAknTextComponentLayout find_pinb_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_t2_sig*)(GetFunction(EApiId_find_pinb_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14433
	inline TAknLayoutScalableTableLimits find_pinb_pane_t_Limits() const		{ return (*(Tfind_pinb_pane_t_Limits_sig*)(GetFunction(EApiId_find_pinb_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14435
	inline TAknTextComponentLayout find_pinb_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_t_sig*)(GetFunction(EApiId_find_pinb_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14437
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14439
	inline TAknWindowComponentLayout input_focus_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp01_sig*)(GetFunction(EApiId_input_focus_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14441
	// LAF Table : grid_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14442
	inline TAknLayoutScalableParameterLimits cell_pinb_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_pinb_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_pinb_pane_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 TAknWindowComponentLayout cell_pinb_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_pinb_pane_sig*)(GetFunction(EApiId_cell_pinb_pane)))(aCol, aRow, aVariety); }
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
	// LAF Table : cell_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14447
	inline TAknLayoutScalableParameterLimits cell_pinb_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_pinb_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_pinb_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14449
	inline TAknWindowComponentLayout cell_pinb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_pinb_pane_g1_sig*)(GetFunction(EApiId_cell_pinb_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14451
	inline TAknLayoutScalableParameterLimits cell_pinb_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_pinb_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_pinb_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14453
	inline TAknWindowComponentLayout cell_pinb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_pinb_pane_g2_sig*)(GetFunction(EApiId_cell_pinb_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14455
	inline TAknLayoutScalableParameterLimits cell_pinb_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_pinb_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_pinb_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14457
	inline TAknWindowComponentLayout cell_pinb_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_pinb_pane_g3_sig*)(GetFunction(EApiId_cell_pinb_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_pinb_pane_g_Limits() const		{ return (*(Tcell_pinb_pane_g_Limits_sig*)(GetFunction(EApiId_cell_pinb_pane_g_Limits)))(); }
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 cell_pinb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_pinb_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_pinb_pane_g_ParamLimits)))(aLineIndex, 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 cell_pinb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_pinb_pane_g_sig*)(GetFunction(EApiId_cell_pinb_pane_g)))(aLineIndex, 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 TAknWindowComponentLayout grid_highlight_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp01_sig*)(GetFunction(EApiId_grid_highlight_pane_cp01)))(aVariety, aCol, aRow); }
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
	// LAF Table : list_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14468
	inline TAknLayoutScalableParameterLimits list_pinb_item_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14470
	inline TAknWindowComponentLayout list_pinb_item_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_pinb_item_pane_sig*)(GetFunction(EApiId_list_pinb_item_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14472
	// LAF Table : list_pinb_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14473
	inline TAknWindowComponentLayout list_highlight_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp02_sig*)(GetFunction(EApiId_list_highlight_pane_cp02)))(aVariety, aCol, aRow); }
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_pinb_item_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_g1_ParamLimits)))(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_pinb_item_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_item_pane_g1_sig*)(GetFunction(EApiId_list_pinb_item_pane_g1)))(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_pinb_item_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_g2_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 TAknWindowComponentLayout list_pinb_item_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_item_pane_g2_sig*)(GetFunction(EApiId_list_pinb_item_pane_g2)))(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_pinb_item_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_g3_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 TAknWindowComponentLayout list_pinb_item_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_item_pane_g3_sig*)(GetFunction(EApiId_list_pinb_item_pane_g3)))(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 TAknLayoutScalableParameterLimits list_pinb_item_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_pinb_item_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_item_pane_g4_sig*)(GetFunction(EApiId_list_pinb_item_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_pinb_item_pane_g_Limits() const		{ return (*(Tlist_pinb_item_pane_g_Limits_sig*)(GetFunction(EApiId_list_pinb_item_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits list_pinb_item_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14495
	inline TAknWindowComponentLayout list_pinb_item_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_item_pane_g_sig*)(GetFunction(EApiId_list_pinb_item_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14497
	inline TAknLayoutScalableParameterLimits list_pinb_item_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_pinb_item_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_pinb_item_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14499
	inline TAknTextComponentLayout list_pinb_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_pinb_item_pane_t1_sig*)(GetFunction(EApiId_list_pinb_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14501
	// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14502
	inline TAknWindowComponentLayout calc_display_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_display_pane_sig*)(GetFunction(EApiId_calc_display_pane)))(aVariety, aCol, aRow); }
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 calc_paper_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_paper_pane_sig*)(GetFunction(EApiId_calc_paper_pane)))(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 TAknWindowComponentLayout grid_calc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_calc_pane_sig*)(GetFunction(EApiId_grid_calc_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14509
	inline TAknWindowComponentLayout bg_list_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_cp01_sig*)(GetFunction(EApiId_bg_list_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14511
	inline TAknWindowComponentLayout clock_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_g1_sig*)(GetFunction(EApiId_clock_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14513
	inline TAknWindowComponentLayout clock_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_g2_sig*)(GetFunction(EApiId_clock_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14515
	inline TAknLayoutScalableTableLimits clock_g_Limits() const		{ return (*(Tclock_g_Limits_sig*)(GetFunction(EApiId_clock_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14517
	inline TAknWindowComponentLayout clock_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_g_sig*)(GetFunction(EApiId_clock_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14519
	inline TAknLayoutScalableParameterLimits clock_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t1_ParamLimits_sig*)(GetFunction(EApiId_clock_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14521
	inline TAknTextComponentLayout clock_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t1_sig*)(GetFunction(EApiId_clock_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14523
	inline TAknLayoutScalableParameterLimits clock_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t2_ParamLimits_sig*)(GetFunction(EApiId_clock_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14525
	inline TAknTextComponentLayout clock_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t2_sig*)(GetFunction(EApiId_clock_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14527
	inline TAknLayoutScalableParameterLimits clock_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t3_ParamLimits_sig*)(GetFunction(EApiId_clock_t3_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 TAknTextComponentLayout clock_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t3_sig*)(GetFunction(EApiId_clock_t3)))(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 clock_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t4_ParamLimits_sig*)(GetFunction(EApiId_clock_t4_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 TAknTextComponentLayout clock_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t4_sig*)(GetFunction(EApiId_clock_t4)))(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 TAknLayoutScalableParameterLimits clock_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t5_ParamLimits_sig*)(GetFunction(EApiId_clock_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t5_sig*)(GetFunction(EApiId_clock_t5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t6_ParamLimits_sig*)(GetFunction(EApiId_clock_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t6_sig*)(GetFunction(EApiId_clock_t6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t7_ParamLimits_sig*)(GetFunction(EApiId_clock_t7_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t7_sig*)(GetFunction(EApiId_clock_t7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits clock_t8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t8_ParamLimits_sig*)(GetFunction(EApiId_clock_t8_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout clock_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t8_sig*)(GetFunction(EApiId_clock_t8)))(aVariety, aCol, aRow); }
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 clock_t9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tclock_t9_ParamLimits_sig*)(GetFunction(EApiId_clock_t9_ParamLimits)))(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 clock_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t9_sig*)(GetFunction(EApiId_clock_t9)))(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
	inline TAknLayoutScalableTableLimits clock_t_Limits() const		{ return (*(Tclock_t_Limits_sig*)(GetFunction(EApiId_clock_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14557
	inline TAknLayoutScalableParameterLimits clock_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tclock_t_ParamLimits_sig*)(GetFunction(EApiId_clock_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14559
	inline TAknTextComponentLayout clock_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_t_sig*)(GetFunction(EApiId_clock_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14561
	inline TAknWindowComponentLayout popup_clock_analogue_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp02_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14563
	inline TAknWindowComponentLayout popup_clock_digital_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_window_cp01_sig*)(GetFunction(EApiId_popup_clock_digital_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14565
	// LAF Table : main_help_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14566
	inline TAknWindowComponentLayout listscroll_help_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_help_pane_sig*)(GetFunction(EApiId_listscroll_help_pane)))(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
	// LAF Table : main_phob_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14569
	inline TAknWindowComponentLayout phob_pre_status_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_sig*)(GetFunction(EApiId_phob_pre_status_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14571
	// LAF Table : main_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14572
	inline TAknWindowComponentLayout grid_qdial_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_qdial_pane_sig*)(GetFunction(EApiId_grid_qdial_pane)))(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
	// LAF Table : main_messa_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14575
	inline TAknWindowComponentLayout listscroll_mce_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_mce_pane_sig*)(GetFunction(EApiId_listscroll_mce_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14577
	// LAF Table : main_notes_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14578
	inline TAknWindowComponentLayout bg_notes_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_notes_pane_sig*)(GetFunction(EApiId_bg_notes_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_notes_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notes_pane_sig*)(GetFunction(EApiId_list_notes_pane)))(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 TAknWindowComponentLayout scroll_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp06_sig*)(GetFunction(EApiId_scroll_pane_cp06)))(aVariety, aCol, aRow); }
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
	// LAF Table : calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14585
	inline TAknWindowComponentLayout bg_calc_paper_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_sig*)(GetFunction(EApiId_bg_calc_paper_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14587
	inline TAknWindowComponentLayout list_calc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_calc_pane_sig*)(GetFunction(EApiId_list_calc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14589
	// LAF Table : calc_display_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14590
	inline TAknWindowComponentLayout bg_calc_display_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_display_pane_sig*)(GetFunction(EApiId_bg_calc_display_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14592
	inline TAknTextComponentLayout calc_display_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_display_pane_t1_sig*)(GetFunction(EApiId_calc_display_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14594
	inline TAknTextComponentLayout calc_display_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_display_pane_t2_sig*)(GetFunction(EApiId_calc_display_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14596
	inline TAknTextComponentLayout calc_display_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_display_pane_t3_sig*)(GetFunction(EApiId_calc_display_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14598
	inline TAknLayoutScalableTableLimits calc_display_pane_t_Limits() const		{ return (*(Tcalc_display_pane_t_Limits_sig*)(GetFunction(EApiId_calc_display_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14600
	inline TAknTextComponentLayout calc_display_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_display_pane_t_sig*)(GetFunction(EApiId_calc_display_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14602
	// LAF Table : grid_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14603
	inline TAknLayoutScalableParameterLimits cell_calc_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_calc_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_calc_pane_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 TAknWindowComponentLayout cell_calc_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_calc_pane_sig*)(GetFunction(EApiId_cell_calc_pane)))(aCol, aRow, aVariety); }
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
	// LAF Table : bg_calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14608
	inline TAknWindowComponentLayout bg_calc_paper_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g1_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14610
	inline TAknWindowComponentLayout bg_calc_paper_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g2_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14612
	inline TAknWindowComponentLayout bg_calc_paper_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g3_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14614
	inline TAknWindowComponentLayout bg_calc_paper_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g4_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14616
	inline TAknWindowComponentLayout bg_calc_paper_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g5_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14618
	inline TAknWindowComponentLayout bg_calc_paper_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g6_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14620
	inline TAknWindowComponentLayout bg_calc_paper_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g7_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14622
	inline TAknWindowComponentLayout bg_calc_paper_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g8_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14624
	inline TAknLayoutScalableTableLimits bg_calc_paper_pane_g_Limits() const		{ return (*(Tbg_calc_paper_pane_g_Limits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14626
	inline TAknWindowComponentLayout bg_calc_paper_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_paper_pane_g_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 calc_bg_paper_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalc_bg_paper_pane_g9_sig*)(GetFunction(EApiId_calc_bg_paper_pane_g9)))(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
	// LAF Table : list_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14631
	inline TAknLayoutScalableParameterLimits list_calc_item_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_calc_item_pane_ParamLimits_sig*)(GetFunction(EApiId_list_calc_item_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14633
	inline TAknWindowComponentLayout list_calc_item_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_calc_item_pane_sig*)(GetFunction(EApiId_list_calc_item_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14635
	// LAF Table : list_calc_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14636
	inline TAknWindowComponentLayout list_calc_item_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_calc_item_pane_g1_sig*)(GetFunction(EApiId_list_calc_item_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_calc_item_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_calc_item_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_calc_item_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_calc_item_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_calc_item_pane_t1_sig*)(GetFunction(EApiId_list_calc_item_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_calc_item_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_calc_item_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_calc_item_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_calc_item_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_calc_item_pane_t2_sig*)(GetFunction(EApiId_list_calc_item_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_calc_item_pane_t_Limits() const		{ return (*(Tlist_calc_item_pane_t_Limits_sig*)(GetFunction(EApiId_list_calc_item_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_calc_item_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_calc_item_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_calc_item_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout list_calc_item_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_calc_item_pane_t_sig*)(GetFunction(EApiId_list_calc_item_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : cell_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14653
	inline TAknWindowComponentLayout cell_calc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_calc_pane_g1_sig*)(GetFunction(EApiId_cell_calc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14655
	inline TAknWindowComponentLayout grid_highlight_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp02_sig*)(GetFunction(EApiId_grid_highlight_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14657
	// LAF Table : bg_calc_display_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14658
	inline TAknWindowComponentLayout bg_calc_display_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_display_pane_g1_sig*)(GetFunction(EApiId_bg_calc_display_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14660
	inline TAknWindowComponentLayout bg_calc_display_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_display_pane_g2_sig*)(GetFunction(EApiId_bg_calc_display_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14662
	inline TAknWindowComponentLayout bg_calc_display_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_display_pane_g3_sig*)(GetFunction(EApiId_bg_calc_display_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14664
	inline TAknLayoutScalableTableLimits bg_calc_display_pane_g_Limits() const		{ return (*(Tbg_calc_display_pane_g_Limits_sig*)(GetFunction(EApiId_bg_calc_display_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14666
	inline TAknWindowComponentLayout bg_calc_display_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_calc_display_pane_g_sig*)(GetFunction(EApiId_bg_calc_display_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14668
	// LAF Table : grid_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14669
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_ParamLimits)))(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 cell_qdial_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_sig*)(GetFunction(EApiId_cell_qdial_pane)))(aCol, aRow, aVariety); }
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
	// LAF Table : cell_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14674
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14676
	inline TAknWindowComponentLayout cell_qdial_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_g1_sig*)(GetFunction(EApiId_cell_qdial_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14678
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14680
	inline TAknWindowComponentLayout cell_qdial_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_g2_sig*)(GetFunction(EApiId_cell_qdial_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14682
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14684
	inline TAknWindowComponentLayout cell_qdial_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_g3_sig*)(GetFunction(EApiId_cell_qdial_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14686
	inline TAknLayoutScalableTableLimits cell_qdial_pane_g_Limits() const		{ return (*(Tcell_qdial_pane_g_Limits_sig*)(GetFunction(EApiId_cell_qdial_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14688
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14690
	inline TAknWindowComponentLayout cell_qdial_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_g_sig*)(GetFunction(EApiId_cell_qdial_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14692
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14694
	inline TAknTextComponentLayout cell_qdial_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_t1_sig*)(GetFunction(EApiId_cell_qdial_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14696
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_t2_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 TAknTextComponentLayout cell_qdial_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_t2_sig*)(GetFunction(EApiId_cell_qdial_pane_t2)))(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 TAknLayoutScalableParameterLimits cell_qdial_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_qdial_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_t3_sig*)(GetFunction(EApiId_cell_qdial_pane_t3)))(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 TAknLayoutScalableTableLimits cell_qdial_pane_t_Limits() const		{ return (*(Tcell_qdial_pane_t_Limits_sig*)(GetFunction(EApiId_cell_qdial_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14708
	inline TAknTextComponentLayout cell_qdial_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_t_sig*)(GetFunction(EApiId_cell_qdial_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14710
	inline TAknWindowComponentLayout grid_highlight_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp04_sig*)(GetFunction(EApiId_grid_highlight_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14712
	inline TAknLayoutScalableParameterLimits thumbnail_qdial_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tthumbnail_qdial_pane_ParamLimits_sig*)(GetFunction(EApiId_thumbnail_qdial_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 thumbnail_qdial_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tthumbnail_qdial_pane_sig*)(GetFunction(EApiId_thumbnail_qdial_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
	// LAF Table : listscroll_help_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14717
	inline TAknWindowComponentLayout list_help_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_help_pane_sig*)(GetFunction(EApiId_list_help_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14719
	inline TAknWindowComponentLayout scroll_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp02_sig*)(GetFunction(EApiId_scroll_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14721
	// LAF Table : list_help_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14722
	inline TAknLayoutScalableParameterLimits help_list_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Thelp_list_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_help_list_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout help_list_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Thelp_list_pane_t1_sig*)(GetFunction(EApiId_help_list_pane_t1)))(aRow, aVariety, aCol); }
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
	// LAF Table : bg_notes_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14727
	inline TAknWindowComponentLayout bg_notes_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_notes_pane_g2_sig*)(GetFunction(EApiId_bg_notes_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14729
	inline TAknWindowComponentLayout bg_notes_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_notes_pane_g3_sig*)(GetFunction(EApiId_bg_notes_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14731
	inline TAknWindowComponentLayout notes_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g1_sig*)(GetFunction(EApiId_notes_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14733
	inline TAknWindowComponentLayout notes_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g4_sig*)(GetFunction(EApiId_notes_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14735
	inline TAknWindowComponentLayout notes_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g5_sig*)(GetFunction(EApiId_notes_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14737
	inline TAknWindowComponentLayout notes_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g6_sig*)(GetFunction(EApiId_notes_bg_pane_g6)))(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 TAknWindowComponentLayout notes_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g7_sig*)(GetFunction(EApiId_notes_bg_pane_g7)))(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 notes_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g8_sig*)(GetFunction(EApiId_notes_bg_pane_g8)))(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
	inline TAknWindowComponentLayout notes_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g9_sig*)(GetFunction(EApiId_notes_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14745
	inline TAknLayoutScalableTableLimits notes_bg_pane_g_Limits() const		{ return (*(Tnotes_bg_pane_g_Limits_sig*)(GetFunction(EApiId_notes_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14747
	inline TAknWindowComponentLayout notes_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnotes_bg_pane_g_sig*)(GetFunction(EApiId_notes_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14749
	// LAF Table : list_notes_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14750
	inline TAknLayoutScalableParameterLimits list_notes_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_notes_text_pane_ParamLimits_sig*)(GetFunction(EApiId_list_notes_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14752
	inline TAknWindowComponentLayout list_notes_text_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_notes_text_pane_sig*)(GetFunction(EApiId_list_notes_text_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14754
	// LAF Table : list_notes_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14755
	inline TAknWindowComponentLayout list_notes_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notes_text_pane_g1_sig*)(GetFunction(EApiId_list_notes_text_pane_g1)))(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
	inline TAknTextComponentLayout list_notes_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notes_text_pane_t1_sig*)(GetFunction(EApiId_list_notes_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14759
	// LAF Table : main_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14760
	inline TAknWindowComponentLayout listscroll_cale_week_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cale_week_pane_sig*)(GetFunction(EApiId_listscroll_cale_week_pane)))(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
	// LAF Table : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14763
	inline TAknWindowComponentLayout bg_cale_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_sig*)(GetFunction(EApiId_bg_cale_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14765
	inline TAknWindowComponentLayout bg_cale_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_pane_cp01_sig*)(GetFunction(EApiId_bg_cale_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cale_week_corner_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_corner_pane_sig*)(GetFunction(EApiId_cale_week_corner_pane)))(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 TAknWindowComponentLayout cale_week_day_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_sig*)(GetFunction(EApiId_cale_week_day_heading_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cale_week_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g1_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g1)))(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 TAknWindowComponentLayout cale_week_scroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g2_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cale_week_scroll_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g3_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cale_week_scroll_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g4_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g4)))(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 TAknWindowComponentLayout cale_week_scroll_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g5_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g5)))(aVariety, aCol, aRow); }
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 cale_week_scroll_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g6_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g6)))(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 TAknWindowComponentLayout cale_week_scroll_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g7_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g7)))(aVariety, aCol, aRow); }
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 cale_week_scroll_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g8_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g8)))(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
	inline TAknWindowComponentLayout cale_week_scroll_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g9_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14789
	inline TAknWindowComponentLayout cale_week_scroll_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g10_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14791
	inline TAknWindowComponentLayout cale_week_scroll_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g11_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14793
	inline TAknWindowComponentLayout cale_week_scroll_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g12_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14795
	inline TAknWindowComponentLayout cale_week_scroll_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g13_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14797
	inline TAknWindowComponentLayout cale_week_scroll_pane_g14(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g14_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14799
	inline TAknWindowComponentLayout cale_week_scroll_pane_g15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g15_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14801
	inline TAknLayoutScalableTableLimits cale_week_scroll_pane_g_Limits() const		{ return (*(Tcale_week_scroll_pane_g_Limits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14803
	inline TAknWindowComponentLayout cale_week_scroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_scroll_pane_g_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14805
	inline TAknWindowComponentLayout cale_week_time_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_sig*)(GetFunction(EApiId_cale_week_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14807
	inline TAknWindowComponentLayout grid_cale_week_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_cale_week_pane_sig*)(GetFunction(EApiId_grid_cale_week_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14809
	inline TAknWindowComponentLayout scroll_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp08_sig*)(GetFunction(EApiId_scroll_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14811
	// LAF Table : grid_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14812
	inline TAknLayoutScalableParameterLimits cell_cale_week_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cale_week_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cale_week_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14814
	inline TAknWindowComponentLayout cell_cale_week_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_cale_week_pane_sig*)(GetFunction(EApiId_cell_cale_week_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14816
	// LAF Table : cale_week_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14817
	inline TAknTextComponentLayout cale_week_day_heading_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t1_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t1)))(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 TAknTextComponentLayout cale_week_day_heading_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t2_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t2)))(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 TAknTextComponentLayout cale_week_day_heading_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t3_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t3)))(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 TAknTextComponentLayout cale_week_day_heading_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t4_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t4)))(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 TAknTextComponentLayout cale_week_day_heading_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t5_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t5)))(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 TAknTextComponentLayout cale_week_day_heading_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t6_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t6)))(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 TAknTextComponentLayout cale_week_day_heading_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t7_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t7)))(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 TAknLayoutScalableTableLimits cale_week_day_heading_pane_t_Limits() const		{ return (*(Tcale_week_day_heading_pane_t_Limits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t_Limits)))(); }
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 TAknTextComponentLayout cale_week_day_heading_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_day_heading_pane_t_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : cale_week_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14836
	inline TAknWindowComponentLayout bg_cale_side_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_sig*)(GetFunction(EApiId_bg_cale_side_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14838
	inline TAknTextComponentLayout cale_week_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t1_sig*)(GetFunction(EApiId_cale_week_time_pane_t1)))(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
	inline TAknTextComponentLayout cale_week_time_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t2_sig*)(GetFunction(EApiId_cale_week_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14842
	inline TAknTextComponentLayout cale_week_time_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t3_sig*)(GetFunction(EApiId_cale_week_time_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14844
	inline TAknTextComponentLayout cale_week_time_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t4_sig*)(GetFunction(EApiId_cale_week_time_pane_t4)))(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
	inline TAknTextComponentLayout cale_week_time_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t5_sig*)(GetFunction(EApiId_cale_week_time_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14848
	inline TAknTextComponentLayout cale_week_time_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t6_sig*)(GetFunction(EApiId_cale_week_time_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14850
	inline TAknTextComponentLayout cale_week_time_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t7_sig*)(GetFunction(EApiId_cale_week_time_pane_t7)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout cale_week_time_pane_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t8_sig*)(GetFunction(EApiId_cale_week_time_pane_t8)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableTableLimits cale_week_time_pane_t_Limits() const		{ return (*(Tcale_week_time_pane_t_Limits_sig*)(GetFunction(EApiId_cale_week_time_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14856
	inline TAknTextComponentLayout cale_week_time_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_week_time_pane_t_sig*)(GetFunction(EApiId_cale_week_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14858
	// LAF Table : cell_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14859
	inline TAknWindowComponentLayout cell_cale_week_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cale_week_pane_g2_sig*)(GetFunction(EApiId_cell_cale_week_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_cale_week_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cale_week_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_cale_week_pane_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_cale_week_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cale_week_pane_g3_sig*)(GetFunction(EApiId_cell_cale_week_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14865
	inline TAknWindowComponentLayout grid_highlight_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp07_sig*)(GetFunction(EApiId_grid_highlight_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14867
	// LAF Table : main_graph_messa_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14868
	inline TAknWindowComponentLayout listscroll_gms_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gms_pane_sig*)(GetFunction(EApiId_listscroll_gms_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14870
	// LAF Table : listscroll_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14871
	inline TAknWindowComponentLayout grid_gms_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_gms_pane_sig*)(GetFunction(EApiId_grid_gms_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout listscroll_gms_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gms_pane_g1_sig*)(GetFunction(EApiId_listscroll_gms_pane_g1)))(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 TAknWindowComponentLayout listscroll_gms_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gms_pane_g2_sig*)(GetFunction(EApiId_listscroll_gms_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits listscroll_gms_pane_g_Limits() const		{ return (*(Tlistscroll_gms_pane_g_Limits_sig*)(GetFunction(EApiId_listscroll_gms_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout listscroll_gms_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gms_pane_g_sig*)(GetFunction(EApiId_listscroll_gms_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14881
	inline TAknWindowComponentLayout scroll_pane_cp010(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp010_sig*)(GetFunction(EApiId_scroll_pane_cp010)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14883
	// LAF Table : grid_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14884
	inline TAknLayoutScalableParameterLimits cell_gms_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_gms_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_gms_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14886
	inline TAknWindowComponentLayout cell_gms_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_gms_pane_sig*)(GetFunction(EApiId_cell_gms_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14888
	// LAF Table : cell_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14889
	inline TAknWindowComponentLayout cell_gms_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gms_pane_g1_sig*)(GetFunction(EApiId_cell_gms_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cell_gms_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gms_pane_g2_sig*)(GetFunction(EApiId_cell_gms_pane_g2)))(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 TAknWindowComponentLayout cell_gms_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gms_pane_g3_sig*)(GetFunction(EApiId_cell_gms_pane_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cell_gms_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gms_pane_g4_sig*)(GetFunction(EApiId_cell_gms_pane_g4)))(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 cell_gms_pane_g_Limits() const		{ return (*(Tcell_gms_pane_g_Limits_sig*)(GetFunction(EApiId_cell_gms_pane_g_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 TAknWindowComponentLayout cell_gms_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gms_pane_g_sig*)(GetFunction(EApiId_cell_gms_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_highlight_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp09_sig*)(GetFunction(EApiId_grid_highlight_pane_cp09)))(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
	// LAF Table : phob_pre_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14904
	inline TAknWindowComponentLayout phob_pre_status_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_g1_sig*)(GetFunction(EApiId_phob_pre_status_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14906
	inline TAknWindowComponentLayout phob_pre_status_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_g2_sig*)(GetFunction(EApiId_phob_pre_status_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14908
	inline TAknWindowComponentLayout phob_pre_status_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_g3_sig*)(GetFunction(EApiId_phob_pre_status_pane_g3)))(aVariety, aCol, aRow); }
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 phob_pre_status_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_g4_sig*)(GetFunction(EApiId_phob_pre_status_pane_g4)))(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 TAknLayoutScalableTableLimits phob_pre_status_pane_g_Limits() const		{ return (*(Tphob_pre_status_pane_g_Limits_sig*)(GetFunction(EApiId_phob_pre_status_pane_g_Limits)))(); }
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 phob_pre_status_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_g_sig*)(GetFunction(EApiId_phob_pre_status_pane_g)))(aLineIndex, 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 TAknTextComponentLayout phob_pre_status_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_t1_sig*)(GetFunction(EApiId_phob_pre_status_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout phob_pre_status_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_t2_sig*)(GetFunction(EApiId_phob_pre_status_pane_t2)))(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
	inline TAknTextComponentLayout phob_pre_status_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_t3_sig*)(GetFunction(EApiId_phob_pre_status_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14922
	inline TAknLayoutScalableTableLimits phob_pre_status_pane_t_Limits() const		{ return (*(Tphob_pre_status_pane_t_Limits_sig*)(GetFunction(EApiId_phob_pre_status_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14924
	inline TAknTextComponentLayout phob_pre_status_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_t_sig*)(GetFunction(EApiId_phob_pre_status_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14926
	// LAF Table : main_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14927
	inline TAknWindowComponentLayout bg_list_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_cp05_sig*)(GetFunction(EApiId_bg_list_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14929
	inline TAknWindowComponentLayout grid_vorec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vorec_pane_sig*)(GetFunction(EApiId_grid_vorec_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14931
	inline TAknTextComponentLayout vorec_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t1_sig*)(GetFunction(EApiId_vorec_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14933
	inline TAknTextComponentLayout vorec_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t2_sig*)(GetFunction(EApiId_vorec_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14935
	inline TAknTextComponentLayout vorec_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t3_sig*)(GetFunction(EApiId_vorec_t3)))(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 TAknTextComponentLayout vorec_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t4_sig*)(GetFunction(EApiId_vorec_t4)))(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
	inline TAknTextComponentLayout vorec_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t5_sig*)(GetFunction(EApiId_vorec_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14941
	inline TAknTextComponentLayout vorec_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t6_sig*)(GetFunction(EApiId_vorec_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14943
	inline TAknLayoutScalableTableLimits vorec_t_Limits() const		{ return (*(Tvorec_t_Limits_sig*)(GetFunction(EApiId_vorec_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14945
	inline TAknTextComponentLayout vorec_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t_sig*)(GetFunction(EApiId_vorec_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14947
	inline TAknWindowComponentLayout wait_bar_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp01_sig*)(GetFunction(EApiId_wait_bar_pane_cp01)))(aVariety, aCol, aRow); }
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
	// LAF Table : grid_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14950
	inline TAknLayoutScalableParameterLimits cell_vorec_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vorec_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vorec_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14952
	inline TAknWindowComponentLayout cell_vorec_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_vorec_pane_sig*)(GetFunction(EApiId_cell_vorec_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : cell_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14955
	inline TAknWindowComponentLayout cell_vorec_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vorec_pane_g1_sig*)(GetFunction(EApiId_cell_vorec_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14957
	inline TAknWindowComponentLayout grid_highlight_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp05_sig*)(GetFunction(EApiId_grid_highlight_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14959
	// LAF Table : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14960
	inline TAknWindowComponentLayout cams_zoom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_sig*)(GetFunction(EApiId_cams_zoom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14962
	inline TAknWindowComponentLayout image_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage_vga_pane_sig*)(GetFunction(EApiId_image_vga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14964
	inline TAknWindowComponentLayout main_camera_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g1_sig*)(GetFunction(EApiId_main_camera_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14966
	inline TAknWindowComponentLayout main_camera_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g2_sig*)(GetFunction(EApiId_main_camera_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14968
	inline TAknWindowComponentLayout main_camera_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g3_sig*)(GetFunction(EApiId_main_camera_pane_g3)))(aVariety, aCol, aRow); }
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 main_camera_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g4_sig*)(GetFunction(EApiId_main_camera_pane_g4)))(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 main_camera_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g5_sig*)(GetFunction(EApiId_main_camera_pane_g5)))(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 TAknWindowComponentLayout main_camera_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g6_sig*)(GetFunction(EApiId_main_camera_pane_g6)))(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
	inline TAknWindowComponentLayout main_camera_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g7_sig*)(GetFunction(EApiId_main_camera_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14978
	inline TAknLayoutScalableTableLimits main_camera_pane_g_Limits() const		{ return (*(Tmain_camera_pane_g_Limits_sig*)(GetFunction(EApiId_main_camera_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14980
	inline TAknWindowComponentLayout main_camera_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g_sig*)(GetFunction(EApiId_main_camera_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14982
	inline TAknTextComponentLayout main_camera_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_t1_sig*)(GetFunction(EApiId_main_camera_pane_t1)))(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
	inline TAknTextComponentLayout main_camera_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_t2_sig*)(GetFunction(EApiId_main_camera_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14986
	inline TAknLayoutScalableTableLimits main_camera_pane_t_Limits() const		{ return (*(Tmain_camera_pane_t_Limits_sig*)(GetFunction(EApiId_main_camera_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14988
	inline TAknTextComponentLayout main_camera_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_t_sig*)(GetFunction(EApiId_main_camera_pane_t)))(aLineIndex, 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
	// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14991
	inline TAknLayoutScalableParameterLimits cams_zoom_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcams_zoom_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cams_zoom_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14993
	inline TAknWindowComponentLayout cams_zoom_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_cp_sig*)(GetFunction(EApiId_cams_zoom_pane_cp)))(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
	inline TAknLayoutScalableParameterLimits image_cif_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Timage_cif_pane_ParamLimits_sig*)(GetFunction(EApiId_image_cif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14997
	inline TAknWindowComponentLayout image_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage_cif_pane_sig*)(GetFunction(EApiId_image_cif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 14999
	inline TAknWindowComponentLayout image_subqcif_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage_subqcif_pane_sig*)(GetFunction(EApiId_image_subqcif_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_video_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g1_sig*)(GetFunction(EApiId_main_video_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_video_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g2_sig*)(GetFunction(EApiId_main_video_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15009
	inline TAknLayoutScalableParameterLimits main_video_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15011
	inline TAknWindowComponentLayout main_video_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g3_sig*)(GetFunction(EApiId_main_video_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15013
	inline TAknLayoutScalableParameterLimits main_video_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15015
	inline TAknWindowComponentLayout main_video_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g4_sig*)(GetFunction(EApiId_main_video_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15017
	inline TAknLayoutScalableParameterLimits main_video_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g5_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 TAknWindowComponentLayout main_video_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g5_sig*)(GetFunction(EApiId_main_video_pane_g5)))(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
	inline TAknLayoutScalableParameterLimits main_video_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15023
	inline TAknWindowComponentLayout main_video_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g6_sig*)(GetFunction(EApiId_main_video_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15025
	inline TAknLayoutScalableTableLimits main_video_pane_g_Limits() const		{ return (*(Tmain_video_pane_g_Limits_sig*)(GetFunction(EApiId_main_video_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15027
	inline TAknLayoutScalableParameterLimits main_video_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_video_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15029
	inline TAknWindowComponentLayout main_video_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g_sig*)(GetFunction(EApiId_main_video_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15031
	inline TAknLayoutScalableParameterLimits main_video_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15033
	inline TAknTextComponentLayout main_video_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_t1_sig*)(GetFunction(EApiId_main_video_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15035
	// LAF Table : cams_zoom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15036
	inline TAknWindowComponentLayout cams_zoom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_g1_sig*)(GetFunction(EApiId_cams_zoom_pane_g1)))(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 TAknWindowComponentLayout cams_zoom_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_g2_sig*)(GetFunction(EApiId_cams_zoom_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cams_zoom_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_g3_sig*)(GetFunction(EApiId_cams_zoom_pane_g3)))(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 TAknWindowComponentLayout cams_zoom_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_g4_sig*)(GetFunction(EApiId_cams_zoom_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cams_zoom_pane_g_Limits() const		{ return (*(Tcams_zoom_pane_g_Limits_sig*)(GetFunction(EApiId_cams_zoom_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cams_zoom_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_g_sig*)(GetFunction(EApiId_cams_zoom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15049
	inline TAknWindowComponentLayout grid_cams_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_cams_pane_sig*)(GetFunction(EApiId_grid_cams_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15051
	inline TAknWindowComponentLayout linegrid_cams_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_sig*)(GetFunction(EApiId_linegrid_cams_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15053
	// LAF Table : grid_cams_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15054
	inline TAknLayoutScalableParameterLimits cell_cams_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cams_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cams_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15056
	inline TAknWindowComponentLayout cell_cams_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_cams_pane_sig*)(GetFunction(EApiId_cell_cams_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15058
	// LAF Table : cell_cams_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15059
	inline TAknWindowComponentLayout cams_burst_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_burst_image_pane_sig*)(GetFunction(EApiId_cams_burst_image_pane)))(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 cell_cams_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cams_pane_g1_sig*)(GetFunction(EApiId_cell_cams_pane_g1)))(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 grid_highlight_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp03_sig*)(GetFunction(EApiId_grid_highlight_pane_cp03)))(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
	// LAF Table : bg_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15066
	inline TAknWindowComponentLayout mp_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp_bg_pane_g1_sig*)(GetFunction(EApiId_mp_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15068
	// LAF Table : main_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15069
	inline TAknWindowComponentLayout bg_list_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_cp03_sig*)(GetFunction(EApiId_bg_list_pane_cp03)))(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 TAknWindowComponentLayout bg_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_mp_pane_sig*)(GetFunction(EApiId_bg_mp_pane)))(aVariety, aCol, aRow); }
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 grid_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_mp_pane_sig*)(GetFunction(EApiId_grid_mp_pane)))(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
	inline TAknWindowComponentLayout media_player_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_g1_sig*)(GetFunction(EApiId_media_player_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15077
	inline TAknTextComponentLayout media_player_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t1_sig*)(GetFunction(EApiId_media_player_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15079
	inline TAknTextComponentLayout media_player_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t2_sig*)(GetFunction(EApiId_media_player_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15081
	inline TAknTextComponentLayout media_player_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t3_sig*)(GetFunction(EApiId_media_player_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15083
	inline TAknTextComponentLayout media_player_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t4_sig*)(GetFunction(EApiId_media_player_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15085
	inline TAknTextComponentLayout media_player_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t5_sig*)(GetFunction(EApiId_media_player_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15087
	inline TAknTextComponentLayout media_player_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t6_sig*)(GetFunction(EApiId_media_player_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15089
	inline TAknTextComponentLayout media_player_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t7_sig*)(GetFunction(EApiId_media_player_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15091
	inline TAknLayoutScalableTableLimits media_player_t_Limits() const		{ return (*(Tmedia_player_t_Limits_sig*)(GetFunction(EApiId_media_player_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15093
	inline TAknTextComponentLayout media_player_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmedia_player_t_sig*)(GetFunction(EApiId_media_player_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15095
	inline TAknWindowComponentLayout wait_bar_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp02_sig*)(GetFunction(EApiId_wait_bar_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15097
	// LAF Table : main_usb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15098
	inline TAknTextComponentLayout main_usb_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t_sig*)(GetFunction(EApiId_main_usb_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15100
	// LAF Table : grid_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15101
	inline TAknWindowComponentLayout cell_mp_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_mp_pane_sig*)(GetFunction(EApiId_cell_mp_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_mp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15104
	inline TAknWindowComponentLayout cell_mp_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_mp_pane_g1_sig*)(GetFunction(EApiId_cell_mp_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15106
	inline TAknWindowComponentLayout grid_highlight_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp06_sig*)(GetFunction(EApiId_grid_highlight_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15108
	// LAF Table : main_skin_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15109
	inline TAknWindowComponentLayout grid_skin_colour_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_skin_colour_pane_sig*)(GetFunction(EApiId_grid_skin_colour_pane)))(aVariety, aCol, aRow); }
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 list_highlight_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp03_sig*)(GetFunction(EApiId_list_highlight_pane_cp03)))(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
	inline TAknWindowComponentLayout skin_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tskin_g1_sig*)(GetFunction(EApiId_skin_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15115
	inline TAknTextComponentLayout skin_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tskin_t1_sig*)(GetFunction(EApiId_skin_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15117
	inline TAknTextComponentLayout skin_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tskin_t2_sig*)(GetFunction(EApiId_skin_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15119
	inline TAknLayoutScalableTableLimits skin_t_Limits() const		{ return (*(Tskin_t_Limits_sig*)(GetFunction(EApiId_skin_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15121
	inline TAknTextComponentLayout skin_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tskin_t_sig*)(GetFunction(EApiId_skin_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15123
	// LAF Table : grid_skin_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15124
	inline TAknLayoutScalableParameterLimits cell_skin_colour_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_skin_colour_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_skin_colour_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_skin_colour_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_skin_colour_pane_sig*)(GetFunction(EApiId_cell_skin_colour_pane)))(aCol, aRow, aVariety); }
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
	// LAF Table : cell_skin_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15129
	inline TAknWindowComponentLayout cell_skin_colour_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_skin_colour_pane_g1_sig*)(GetFunction(EApiId_cell_skin_colour_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15131
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15132
	inline TAknLayoutScalableParameterLimits call_video_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_video_g1_ParamLimits_sig*)(GetFunction(EApiId_call_video_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15134
	inline TAknWindowComponentLayout call_video_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_g1_sig*)(GetFunction(EApiId_call_video_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15136
	inline TAknLayoutScalableParameterLimits call_video_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_video_g2_ParamLimits_sig*)(GetFunction(EApiId_call_video_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15138
	inline TAknWindowComponentLayout call_video_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_g2_sig*)(GetFunction(EApiId_call_video_g2)))(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 TAknLayoutScalableTableLimits call_video_g_Limits() const		{ return (*(Tcall_video_g_Limits_sig*)(GetFunction(EApiId_call_video_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits call_video_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcall_video_g_ParamLimits_sig*)(GetFunction(EApiId_call_video_g_ParamLimits)))(aLineIndex, aVariety); }
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 call_video_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_g_sig*)(GetFunction(EApiId_call_video_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits call_video_uplink_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_video_uplink_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_call_video_uplink_pane_cp1_ParamLimits)))(aVariety); }
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 call_video_uplink_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_uplink_pane_cp1_sig*)(GetFunction(EApiId_call_video_uplink_pane_cp1)))(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
	inline TAknWindowComponentLayout call_video_uplink_pane_cp2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_uplink_pane_cp2_sig*)(GetFunction(EApiId_call_video_uplink_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15152
	inline TAknLayoutScalableParameterLimits video_down_crop_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvideo_down_crop_pane_ParamLimits_sig*)(GetFunction(EApiId_video_down_crop_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15154
	inline TAknWindowComponentLayout video_down_crop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_crop_pane_sig*)(GetFunction(EApiId_video_down_crop_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15156
	inline TAknLayoutScalableParameterLimits video_down_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvideo_down_pane_ParamLimits_sig*)(GetFunction(EApiId_video_down_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15158
	inline TAknWindowComponentLayout video_down_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_pane_sig*)(GetFunction(EApiId_video_down_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits video_down_subqcif_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvideo_down_subqcif_pane_ParamLimits_sig*)(GetFunction(EApiId_video_down_subqcif_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout video_down_subqcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_subqcif_pane_sig*)(GetFunction(EApiId_video_down_subqcif_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits video_down_subqcif_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvideo_down_subqcif_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_video_down_subqcif_pane_cp_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout video_down_subqcif_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_subqcif_pane_cp_sig*)(GetFunction(EApiId_video_down_subqcif_pane_cp)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15169
	inline TAknLayoutScalableParameterLimits im_reading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tim_reading_pane_ParamLimits_sig*)(GetFunction(EApiId_im_reading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15171
	inline TAknWindowComponentLayout im_reading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tim_reading_pane_sig*)(GetFunction(EApiId_im_reading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15173
	inline TAknLayoutScalableParameterLimits im_writing_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tim_writing_pane_ParamLimits_sig*)(GetFunction(EApiId_im_writing_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15175
	inline TAknWindowComponentLayout im_writing_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tim_writing_pane_sig*)(GetFunction(EApiId_im_writing_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15177
	// LAF Table : im_reading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15178
	inline TAknTextComponentLayout im_reading_pane_t1(TInt aVariety, TInt aRow = 0, TInt aCol = 0) const		{ return (*(Tim_reading_pane_t1_sig*)(GetFunction(EApiId_im_reading_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15180
	inline TAknWindowComponentLayout list_im_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_im_pane_sig*)(GetFunction(EApiId_list_im_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15182
	inline TAknWindowComponentLayout scroll_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp07_sig*)(GetFunction(EApiId_scroll_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15184
	// LAF Table : im_writing_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15185
	inline TAknLayoutScalableParameterLimits im_writing_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tim_writing_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_im_writing_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15187
	inline TAknTextComponentLayout im_writing_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tim_writing_pane_t1_sig*)(GetFunction(EApiId_im_writing_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15189
	inline TAknLayoutScalableParameterLimits im_writing_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tim_writing_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_im_writing_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15191
	inline TAknTextComponentLayout im_writing_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tim_writing_pane_t2_sig*)(GetFunction(EApiId_im_writing_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits im_writing_pane_t_Limits() const		{ return (*(Tim_writing_pane_t_Limits_sig*)(GetFunction(EApiId_im_writing_pane_t_Limits)))(); }
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 im_writing_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tim_writing_pane_t_ParamLimits_sig*)(GetFunction(EApiId_im_writing_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout im_writing_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tim_writing_pane_t_sig*)(GetFunction(EApiId_im_writing_pane_t)))(aLineIndex, 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
	inline TAknWindowComponentLayout input_focus_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp04_sig*)(GetFunction(EApiId_input_focus_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15201
	inline TAknWindowComponentLayout input_focus_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp05_sig*)(GetFunction(EApiId_input_focus_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15203
	// LAF Table : list_im_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15204
	inline TAknLayoutScalableParameterLimits list_im_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_im_single_pane_ParamLimits_sig*)(GetFunction(EApiId_list_im_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15206
	inline TAknWindowComponentLayout list_im_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_im_single_pane_sig*)(GetFunction(EApiId_list_im_single_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15208
	// LAF Table : list_im_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15209
	inline TAknTextComponentLayout list_single_im_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_im_pane_t1_sig*)(GetFunction(EApiId_list_single_im_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_location_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15212
	inline TAknWindowComponentLayout blid_accuracy_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_accuracy_pane_sig*)(GetFunction(EApiId_blid_accuracy_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15214
	inline TAknWindowComponentLayout blid_compass_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_compass_pane_sig*)(GetFunction(EApiId_blid_compass_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15216
	inline TAknTextComponentLayout main_location_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location_t1_sig*)(GetFunction(EApiId_main_location_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15218
	inline TAknTextComponentLayout main_location_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location_t2_sig*)(GetFunction(EApiId_main_location_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15220
	inline TAknTextComponentLayout main_location_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location_t3_sig*)(GetFunction(EApiId_main_location_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15222
	inline TAknLayoutScalableTableLimits main_location_t_Limits() const		{ return (*(Tmain_location_t_Limits_sig*)(GetFunction(EApiId_main_location_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15224
	inline TAknTextComponentLayout main_location_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location_t_sig*)(GetFunction(EApiId_main_location_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15226
	// LAF Table : blid_accuracy_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15227
	inline TAknWindowComponentLayout aid_levels_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_levels_location_sig*)(GetFunction(EApiId_aid_levels_location)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15229
	inline TAknWindowComponentLayout blid_accuracy_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_accuracy_pane_g1_sig*)(GetFunction(EApiId_blid_accuracy_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15231
	inline TAknWindowComponentLayout blid_accuracy_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_accuracy_pane_g2_sig*)(GetFunction(EApiId_blid_accuracy_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15233
	inline TAknLayoutScalableTableLimits blid_accuracy_pane_g_Limits() const		{ return (*(Tblid_accuracy_pane_g_Limits_sig*)(GetFunction(EApiId_blid_accuracy_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15235
	inline TAknWindowComponentLayout blid_accuracy_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_accuracy_pane_g_sig*)(GetFunction(EApiId_blid_accuracy_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15237
	// LAF Table : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15238
	inline TAknWindowComponentLayout wml_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_content_pane_sig*)(GetFunction(EApiId_wml_content_pane)))(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
	// LAF Table : wml_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15241
	inline TAknLayoutScalableParameterLimits wml_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_button_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15243
	inline TAknWindowComponentLayout wml_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_pane_sig*)(GetFunction(EApiId_wml_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15245
	inline TAknLayoutScalableParameterLimits wml_list_single_large_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_list_single_large_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_list_single_large_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15247
	inline TAknWindowComponentLayout wml_list_single_large_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Twml_list_single_large_pane_sig*)(GetFunction(EApiId_wml_list_single_large_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15249
	inline TAknLayoutScalableParameterLimits wml_list_single_medium_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_list_single_medium_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_list_single_medium_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15251
	inline TAknWindowComponentLayout wml_list_single_medium_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Twml_list_single_medium_pane_sig*)(GetFunction(EApiId_wml_list_single_medium_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15253
	inline TAknLayoutScalableParameterLimits wml_list_single_small_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_list_single_small_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_list_single_small_pane_ParamLimits)))(aVariety); }
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 wml_list_single_small_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Twml_list_single_small_pane_sig*)(GetFunction(EApiId_wml_list_single_small_pane)))(aRow, aVariety, aCol); }
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
	inline TAknLayoutScalableParameterLimits wml_selection_box_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_selection_box_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_selection_box_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15259
	inline TAknWindowComponentLayout wml_selection_box_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_selection_box_pane_sig*)(GetFunction(EApiId_wml_selection_box_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15261
	// LAF Table : wml_list_single_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15262
	inline TAknTextComponentLayout wml_list_single_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_list_single_pane_t1_sig*)(GetFunction(EApiId_wml_list_single_pane_t1)))(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
	// LAF Table : wml_list_single_medium_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15265
	inline TAknTextComponentLayout wml_list_single_medium_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_list_single_medium_pane_t1_sig*)(GetFunction(EApiId_wml_list_single_medium_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15267
	// LAF Table : wml_list_single_large_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15268
	inline TAknTextComponentLayout wml_list_single_large_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_list_single_large_pane_t1_sig*)(GetFunction(EApiId_wml_list_single_large_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15270
	// LAF Table : wml_selection_box_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15271
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp02_ParamLimits(TInt aVariety = 0) const		{ return (*(Tinput_focus_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp02_ParamLimits)))(aVariety); }
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 input_focus_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp02_sig*)(GetFunction(EApiId_input_focus_pane_cp02)))(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 wml_selection_box_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_selection_box_pane_g1_sig*)(GetFunction(EApiId_wml_selection_box_pane_g1)))(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 TAknLayoutScalableParameterLimits wml_selection_box_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_selection_box_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_wml_selection_box_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout wml_selection_box_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_selection_box_pane_t1_sig*)(GetFunction(EApiId_wml_selection_box_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : wml_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15282
	inline TAknLayoutScalableParameterLimits bg_wml_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_wml_button_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_wml_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15284
	inline TAknWindowComponentLayout bg_wml_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_wml_button_pane_sig*)(GetFunction(EApiId_bg_wml_button_pane)))(aVariety, aCol, aRow); }
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 wml_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_pane_g1_sig*)(GetFunction(EApiId_wml_button_pane_g1)))(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 TAknTextComponentLayout wml_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_pane_t1_sig*)(GetFunction(EApiId_wml_button_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : bg_wml_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15291
	inline TAknWindowComponentLayout wml_button_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g1_sig*)(GetFunction(EApiId_wml_button_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15293
	inline TAknWindowComponentLayout wml_button_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g2_sig*)(GetFunction(EApiId_wml_button_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15295
	inline TAknWindowComponentLayout wml_button_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g3_sig*)(GetFunction(EApiId_wml_button_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15297
	inline TAknWindowComponentLayout wml_button_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g4_sig*)(GetFunction(EApiId_wml_button_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15299
	inline TAknWindowComponentLayout wml_button_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g5_sig*)(GetFunction(EApiId_wml_button_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15301
	inline TAknWindowComponentLayout wml_button_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g6_sig*)(GetFunction(EApiId_wml_button_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15303
	inline TAknWindowComponentLayout wml_button_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g7_sig*)(GetFunction(EApiId_wml_button_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15305
	inline TAknWindowComponentLayout wml_button_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g8_sig*)(GetFunction(EApiId_wml_button_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15307
	inline TAknWindowComponentLayout wml_button_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g9_sig*)(GetFunction(EApiId_wml_button_bg_pane_g9)))(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 TAknLayoutScalableTableLimits wml_button_bg_pane_g_Limits() const		{ return (*(Twml_button_bg_pane_g_Limits_sig*)(GetFunction(EApiId_wml_button_bg_pane_g_Limits)))(); }
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 TAknWindowComponentLayout wml_button_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_button_bg_pane_g_sig*)(GetFunction(EApiId_wml_button_bg_pane_g)))(aLineIndex, 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_mce_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15314
	inline TAknWindowComponentLayout bg_list_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_cp02_sig*)(GetFunction(EApiId_bg_list_pane_cp02)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits mce_header_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmce_header_pane_ParamLimits_sig*)(GetFunction(EApiId_mce_header_pane_ParamLimits)))(aVariety); }
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 mce_header_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_header_pane_sig*)(GetFunction(EApiId_mce_header_pane)))(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
	inline TAknWindowComponentLayout mce_icon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_icon_pane_sig*)(GetFunction(EApiId_mce_icon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15322
	inline TAknWindowComponentLayout mce_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_sig*)(GetFunction(EApiId_mce_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15324
	inline TAknLayoutScalableParameterLimits mce_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmce_text_pane_ParamLimits_sig*)(GetFunction(EApiId_mce_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15326
	inline TAknWindowComponentLayout mce_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_text_pane_sig*)(GetFunction(EApiId_mce_text_pane)))(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 TAknWindowComponentLayout scroll_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp03_sig*)(GetFunction(EApiId_scroll_pane_cp03)))(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
	inline TAknWindowComponentLayout scroll_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp04_sig*)(GetFunction(EApiId_scroll_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15332
	inline TAknLayoutScalableParameterLimits scroll_pane_cp05_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15334
	inline TAknWindowComponentLayout scroll_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp05_sig*)(GetFunction(EApiId_scroll_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15336
	// LAF Table : mce_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15337
	inline TAknLayoutScalableParameterLimits mce_header_field_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmce_header_field_pane_ParamLimits_sig*)(GetFunction(EApiId_mce_header_field_pane_ParamLimits)))(aVariety); }
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 mce_header_field_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_header_field_pane_sig*)(GetFunction(EApiId_mce_header_field_pane)))(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 TAknLayoutScalableParameterLimits mce_header_field_pane_2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmce_header_field_pane_2_ParamLimits_sig*)(GetFunction(EApiId_mce_header_field_pane_2_ParamLimits)))(aVariety); }
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 mce_header_field_pane_2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_header_field_pane_2_sig*)(GetFunction(EApiId_mce_header_field_pane_2)))(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
	inline TAknWindowComponentLayout mce_header_field_pane_3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_header_field_pane_3_sig*)(GetFunction(EApiId_mce_header_field_pane_3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15347
	// LAF Table : mce_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15348
	inline TAknLayoutScalableParameterLimits list_single_mce_message_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_mce_message_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_mce_message_pane_ParamLimits)))(aVariety); }
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 list_single_mce_message_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_mce_message_pane_sig*)(GetFunction(EApiId_list_single_mce_message_pane)))(aRow, aVariety, aCol); }
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 TAknLayoutScalableParameterLimits list_single_mce_smart_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_mce_smart_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_ParamLimits)))(aVariety); }
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 list_single_mce_smart_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tlist_single_mce_smart_pane_sig*)(GetFunction(EApiId_list_single_mce_smart_pane)))(aVariety, aRow, aCol); }
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
	// LAF Table : mce_header_field_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15357
	inline TAknWindowComponentLayout input_focus_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp03_sig*)(GetFunction(EApiId_input_focus_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15359
	inline TAknWindowComponentLayout list_header_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_header_data_pane_sig*)(GetFunction(EApiId_list_header_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15361
	inline TAknTextComponentLayout mce_header_field_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_header_field_pane_t1_sig*)(GetFunction(EApiId_mce_header_field_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : list_header_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15364
	inline TAknLayoutScalableParameterLimits list_single_mce_header_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_mce_header_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_mce_header_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15366
	inline TAknWindowComponentLayout list_single_mce_header_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_mce_header_pane_sig*)(GetFunction(EApiId_list_single_mce_header_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15368
	// LAF Table : list_single_mce_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15369
	inline TAknTextComponentLayout list_single_mce_header_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_mce_header_pane_t1_sig*)(GetFunction(EApiId_list_single_mce_header_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15371
	// LAF Table : list_single_mce_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15372
	inline TAknWindowComponentLayout list_single_mce_message_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_mce_message_pane_g1_sig*)(GetFunction(EApiId_list_single_mce_message_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout list_single_mce_message_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_mce_message_pane_t1_sig*)(GetFunction(EApiId_list_single_mce_message_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15377
	inline TAknLayoutScalableParameterLimits bg_cale_heading_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_heading_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_heading_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15379
	inline TAknWindowComponentLayout bg_cale_heading_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_cp01_sig*)(GetFunction(EApiId_bg_cale_heading_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15381
	inline TAknLayoutScalableParameterLimits bg_cale_pane_cp02_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15383
	inline TAknWindowComponentLayout bg_cale_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_pane_cp02_sig*)(GetFunction(EApiId_bg_cale_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15385
	inline TAknWindowComponentLayout cale_month_corner_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_corner_pane_sig*)(GetFunction(EApiId_cale_month_corner_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15387
	inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15389
	inline TAknWindowComponentLayout cale_month_day_heading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_sig*)(GetFunction(EApiId_cale_month_day_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15391
	inline TAknLayoutScalableParameterLimits cale_month_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15393
	inline TAknWindowComponentLayout cale_month_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g1_sig*)(GetFunction(EApiId_cale_month_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15395
	inline TAknLayoutScalableParameterLimits cale_month_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15397
	inline TAknWindowComponentLayout cale_month_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g2_sig*)(GetFunction(EApiId_cale_month_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15399
	inline TAknLayoutScalableParameterLimits cale_month_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15401
	inline TAknWindowComponentLayout cale_month_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g3_sig*)(GetFunction(EApiId_cale_month_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15403
	inline TAknLayoutScalableParameterLimits cale_month_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15405
	inline TAknWindowComponentLayout cale_month_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g4_sig*)(GetFunction(EApiId_cale_month_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15407
	inline TAknLayoutScalableParameterLimits cale_month_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15409
	inline TAknWindowComponentLayout cale_month_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g5_sig*)(GetFunction(EApiId_cale_month_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15411
	inline TAknLayoutScalableParameterLimits cale_month_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15413
	inline TAknWindowComponentLayout cale_month_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g6_sig*)(GetFunction(EApiId_cale_month_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15415
	inline TAknLayoutScalableParameterLimits cale_month_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15417
	inline TAknWindowComponentLayout cale_month_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g7_sig*)(GetFunction(EApiId_cale_month_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15419
	inline TAknLayoutScalableParameterLimits cale_month_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15421
	inline TAknWindowComponentLayout cale_month_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g8_sig*)(GetFunction(EApiId_cale_month_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15423
	inline TAknLayoutScalableParameterLimits cale_month_pane_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15425
	inline TAknWindowComponentLayout cale_month_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g9_sig*)(GetFunction(EApiId_cale_month_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15427
	inline TAknLayoutScalableParameterLimits cale_month_pane_g10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15429
	inline TAknWindowComponentLayout cale_month_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g10_sig*)(GetFunction(EApiId_cale_month_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15431
	inline TAknLayoutScalableParameterLimits cale_month_pane_g11_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g11_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g11_ParamLimits)))(aVariety); }
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 cale_month_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g11_sig*)(GetFunction(EApiId_cale_month_pane_g11)))(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 TAknLayoutScalableParameterLimits cale_month_pane_g12_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g12_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g12_ParamLimits)))(aVariety); }
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 cale_month_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g12_sig*)(GetFunction(EApiId_cale_month_pane_g12)))(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
	inline TAknLayoutScalableParameterLimits cale_month_pane_g13_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g13_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15441
	inline TAknWindowComponentLayout cale_month_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g13_sig*)(GetFunction(EApiId_cale_month_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15443
	inline TAknLayoutScalableTableLimits cale_month_pane_g_Limits() const		{ return (*(Tcale_month_pane_g_Limits_sig*)(GetFunction(EApiId_cale_month_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15445
	inline TAknLayoutScalableParameterLimits cale_month_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcale_month_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15447
	inline TAknWindowComponentLayout cale_month_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_g_sig*)(GetFunction(EApiId_cale_month_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15449
	inline TAknWindowComponentLayout cale_month_week_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_sig*)(GetFunction(EApiId_cale_month_week_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15451
	inline TAknLayoutScalableParameterLimits grid_cale_month_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_cale_month_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_cale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15453
	inline TAknWindowComponentLayout grid_cale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_cale_month_pane_sig*)(GetFunction(EApiId_grid_cale_month_pane)))(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
	// LAF Table : cale_month_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15456
	inline TAknTextComponentLayout cale_month_day_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t1_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15458
	inline TAknTextComponentLayout cale_month_day_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t2_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15460
	inline TAknTextComponentLayout cale_month_day_heading_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t3_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15462
	inline TAknTextComponentLayout cale_month_day_heading_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t4_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15464
	inline TAknTextComponentLayout cale_month_day_heading_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t5_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t5)))(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 TAknTextComponentLayout cale_month_day_heading_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t6_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t6)))(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 TAknTextComponentLayout cale_month_day_heading_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t7_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t7)))(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 TAknLayoutScalableTableLimits cale_month_day_heading_pane_t_Limits() const		{ return (*(Tcale_month_day_heading_pane_t_Limits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t_Limits)))(); }
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 TAknTextComponentLayout cale_month_day_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_day_heading_pane_t_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t)))(aLineIndex, 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
	// LAF Table : cale_month_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15475
	inline TAknWindowComponentLayout bg_cale_side_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_cp01_sig*)(GetFunction(EApiId_bg_cale_side_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15477
	inline TAknTextComponentLayout cale_month_week_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t1_sig*)(GetFunction(EApiId_cale_month_week_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15479
	inline TAknTextComponentLayout cale_month_week_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t2_sig*)(GetFunction(EApiId_cale_month_week_pane_t2)))(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 TAknTextComponentLayout cale_month_week_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t3_sig*)(GetFunction(EApiId_cale_month_week_pane_t3)))(aVariety, aCol, aRow); }
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 cale_month_week_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t4_sig*)(GetFunction(EApiId_cale_month_week_pane_t4)))(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
	inline TAknTextComponentLayout cale_month_week_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t5_sig*)(GetFunction(EApiId_cale_month_week_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15487
	inline TAknTextComponentLayout cale_month_week_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t6_sig*)(GetFunction(EApiId_cale_month_week_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15489
	inline TAknLayoutScalableTableLimits cale_month_week_pane_t_Limits() const		{ return (*(Tcale_month_week_pane_t_Limits_sig*)(GetFunction(EApiId_cale_month_week_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15491
	inline TAknTextComponentLayout cale_month_week_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_week_pane_t_sig*)(GetFunction(EApiId_cale_month_week_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15493
	// LAF Table : grid_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15494
	inline TAknLayoutScalableParameterLimits cell_cale_month_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cale_month_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cale_month_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_cale_month_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_cale_month_pane_sig*)(GetFunction(EApiId_cell_cale_month_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15499
	inline TAknWindowComponentLayout cell_cale_month_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cale_month_pane_g1_sig*)(GetFunction(EApiId_cell_cale_month_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15501
	inline TAknLayoutScalableParameterLimits cell_cale_month_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cale_month_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_cale_month_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15503
	inline TAknTextComponentLayout cell_cale_month_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cale_month_pane_t1_sig*)(GetFunction(EApiId_cell_cale_month_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15505
	inline TAknWindowComponentLayout grid_highlight_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp08_sig*)(GetFunction(EApiId_grid_highlight_pane_cp08)))(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
	// LAF Table : main_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15508
	inline TAknWindowComponentLayout main_smil_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_smil_g1_sig*)(GetFunction(EApiId_main_smil_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15510
	inline TAknWindowComponentLayout smil_status_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_pane_sig*)(GetFunction(EApiId_smil_status_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15512
	inline TAknWindowComponentLayout smil_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_text_pane_sig*)(GetFunction(EApiId_smil_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15514
	// LAF Table : bg_popup_call3_rect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15515
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g8_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g8)))(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 bg_popup_call3_rect_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g9_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g9)))(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
	inline TAknLayoutScalableTableLimits bg_popup_call3_rect_pane_g_Limits() const		{ return (*(Tbg_popup_call3_rect_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15521
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15523
	// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15524
	inline TAknWindowComponentLayout smil_status_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_volume_pane_g1_sig*)(GetFunction(EApiId_smil_status_volume_pane_g1)))(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
	// LAF Table : smil_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15527
	inline TAknTextComponentLayout smil_status_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_pane_t1_sig*)(GetFunction(EApiId_smil_status_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15529
	// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15530
	inline TAknWindowComponentLayout volume_smil_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvolume_smil_pane_sig*)(GetFunction(EApiId_volume_smil_pane)))(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
	// LAF Table : smil_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15533
	inline TAknWindowComponentLayout list_smil_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_smil_text_pane_sig*)(GetFunction(EApiId_list_smil_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15535
	inline TAknWindowComponentLayout scroll_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp011_sig*)(GetFunction(EApiId_scroll_pane_cp011)))(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
	// LAF Table : list_smil_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15538
	inline TAknLayoutScalableParameterLimits smil_text_list_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil_text_list_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_smil_text_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15540
	inline TAknTextComponentLayout smil_text_list_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tsmil_text_list_pane_t1_sig*)(GetFunction(EApiId_smil_text_list_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15542
	// LAF Table : volume_smil_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15543
	inline TAknLayoutScalableParameterLimits aid_volume_smil_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_volume_smil_ParamLimits_sig*)(GetFunction(EApiId_aid_volume_smil_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout aid_volume_smil(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_volume_smil_sig*)(GetFunction(EApiId_aid_volume_smil)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15547
	inline TAknWindowComponentLayout smil_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_volume_pane_g1_sig*)(GetFunction(EApiId_smil_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15549
	inline TAknWindowComponentLayout smil_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_volume_pane_g2_sig*)(GetFunction(EApiId_smil_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15551
	inline TAknLayoutScalableTableLimits smil_volume_pane_g_Limits() const		{ return (*(Tsmil_volume_pane_g_Limits_sig*)(GetFunction(EApiId_smil_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15553
	inline TAknWindowComponentLayout smil_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_volume_pane_g_sig*)(GetFunction(EApiId_smil_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15555
	// LAF Table : main_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15556
	inline TAknWindowComponentLayout listscroll_cale_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cale_day_pane_sig*)(GetFunction(EApiId_listscroll_cale_day_pane)))(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
	// LAF Table : listscroll_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15559
	inline TAknWindowComponentLayout bg_cale_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_pane_sig*)(GetFunction(EApiId_bg_cale_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15561
	inline TAknWindowComponentLayout list_cale_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_pane_sig*)(GetFunction(EApiId_list_cale_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15563
	inline TAknWindowComponentLayout scroll_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp09_sig*)(GetFunction(EApiId_scroll_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15565
	// LAF Table : bg_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15566
	inline TAknWindowComponentLayout cale_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g1_sig*)(GetFunction(EApiId_cale_bg_pane_g1)))(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 TAknWindowComponentLayout cale_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g2_sig*)(GetFunction(EApiId_cale_bg_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cale_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g3_sig*)(GetFunction(EApiId_cale_bg_pane_g3)))(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
	inline TAknWindowComponentLayout cale_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g4_sig*)(GetFunction(EApiId_cale_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15574
	inline TAknWindowComponentLayout cale_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g5_sig*)(GetFunction(EApiId_cale_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15576
	inline TAknWindowComponentLayout cale_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g6_sig*)(GetFunction(EApiId_cale_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15578
	inline TAknWindowComponentLayout cale_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g7_sig*)(GetFunction(EApiId_cale_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15580
	inline TAknWindowComponentLayout cale_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g8_sig*)(GetFunction(EApiId_cale_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15582
	inline TAknWindowComponentLayout cale_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g9_sig*)(GetFunction(EApiId_cale_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15584
	inline TAknLayoutScalableTableLimits cale_bg_pane_g_Limits() const		{ return (*(Tcale_bg_pane_g_Limits_sig*)(GetFunction(EApiId_cale_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15586
	inline TAknWindowComponentLayout cale_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_bg_pane_g_sig*)(GetFunction(EApiId_cale_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15588
	// LAF Table : list_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15589
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_cale_time_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_cale_time_pane_sig*)(GetFunction(EApiId_list_cale_time_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15594
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15596
	inline TAknWindowComponentLayout list_cale_time_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g1_sig*)(GetFunction(EApiId_list_cale_time_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15598
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15600
	inline TAknWindowComponentLayout list_cale_time_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g2_sig*)(GetFunction(EApiId_list_cale_time_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15602
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15604
	inline TAknWindowComponentLayout list_cale_time_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g3_sig*)(GetFunction(EApiId_list_cale_time_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15606
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15608
	inline TAknWindowComponentLayout list_cale_time_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g4_sig*)(GetFunction(EApiId_list_cale_time_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15610
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g5_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 list_cale_time_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g5_sig*)(GetFunction(EApiId_list_cale_time_pane_g5)))(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 TAknLayoutScalableTableLimits list_cale_time_pane_g_Limits() const		{ return (*(Tlist_cale_time_pane_g_Limits_sig*)(GetFunction(EApiId_list_cale_time_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_cale_time_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout list_cale_time_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g_sig*)(GetFunction(EApiId_list_cale_time_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_cale_time_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_cale_time_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_t1_sig*)(GetFunction(EApiId_list_cale_time_pane_t1)))(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
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15626
	inline TAknTextComponentLayout list_cale_time_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_t2_sig*)(GetFunction(EApiId_list_cale_time_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15628
	// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15629
	inline TAknWindowComponentLayout aid_blid_cardinal_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_blid_cardinal_pane_sig*)(GetFunction(EApiId_aid_blid_cardinal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15631
	inline TAknTextComponentLayout compass_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t4_sig*)(GetFunction(EApiId_compass_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15633
	// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15634
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15636
	inline TAknTextComponentLayout list_cale_time_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_t4_sig*)(GetFunction(EApiId_list_cale_time_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15638
	// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15639
	inline TAknTextComponentLayout compass_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t5_sig*)(GetFunction(EApiId_compass_pane_t5)))(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
	inline TAknTextComponentLayout compass_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t6_sig*)(GetFunction(EApiId_compass_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15643
	inline TAknTextComponentLayout compass_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t7_sig*)(GetFunction(EApiId_compass_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15645
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15646
	inline TAknTextComponentLayout navi_pane_cc_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_cc_t1_sig*)(GetFunction(EApiId_navi_pane_cc_t1)))(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 : popup_phob_thumbnail_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15649
	inline TAknWindowComponentLayout aid_phob_thumbnail_center_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_phob_thumbnail_center_pane_sig*)(GetFunction(EApiId_aid_phob_thumbnail_center_pane)))(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
	// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15652
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_postcard_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15654
	// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15655
	inline TAknLayoutScalableTableLimits list_cale_time_pane_t_Limits() const		{ return (*(Tlist_cale_time_pane_t_Limits_sig*)(GetFunction(EApiId_list_cale_time_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15657
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_cale_time_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15659
	inline TAknTextComponentLayout list_cale_time_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_t_sig*)(GetFunction(EApiId_list_cale_time_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15661
	// LAF Table : popup_loc_request_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15662
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp02_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15664
	inline TAknWindowComponentLayout bg_popup_window_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp02_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15666
	inline TAknLayoutScalableParameterLimits heading_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15668
	inline TAknWindowComponentLayout heading_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp01_sig*)(GetFunction(EApiId_heading_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15670
	inline TAknLayoutScalableParameterLimits loc_req_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tloc_req_pane_ParamLimits_sig*)(GetFunction(EApiId_loc_req_pane_ParamLimits)))(aVariety); }
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 loc_req_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tloc_req_pane_sig*)(GetFunction(EApiId_loc_req_pane)))(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 TAknLayoutScalableParameterLimits loc_type_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tloc_type_pane_ParamLimits_sig*)(GetFunction(EApiId_loc_type_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout loc_type_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tloc_type_pane_sig*)(GetFunction(EApiId_loc_type_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15678
	// LAF Table : loc_type_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15679
	inline TAknLayoutScalableParameterLimits loc_type_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tloc_type_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_loc_type_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout loc_type_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tloc_type_pane_t1_sig*)(GetFunction(EApiId_loc_type_pane_t1)))(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
	inline TAknLayoutScalableParameterLimits loc_type_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tloc_type_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_loc_type_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15685
	inline TAknTextComponentLayout loc_type_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tloc_type_pane_t2_sig*)(GetFunction(EApiId_loc_type_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15687
	inline TAknLayoutScalableParameterLimits loc_type_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tloc_type_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_loc_type_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15689
	inline TAknTextComponentLayout loc_type_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tloc_type_pane_t3_sig*)(GetFunction(EApiId_loc_type_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15691
	inline TAknLayoutScalableTableLimits loc_type_pane_t_Limits() const		{ return (*(Tloc_type_pane_t_Limits_sig*)(GetFunction(EApiId_loc_type_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits loc_type_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tloc_type_pane_t_ParamLimits_sig*)(GetFunction(EApiId_loc_type_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout loc_type_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tloc_type_pane_t_sig*)(GetFunction(EApiId_loc_type_pane_t)))(aLineIndex, 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 : loc_req_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15698
	inline TAknWindowComponentLayout list_loc_req_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_loc_req_pane_sig*)(GetFunction(EApiId_list_loc_req_pane)))(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 scroll_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp012_sig*)(GetFunction(EApiId_scroll_pane_cp012)))(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
	// LAF Table : list_loc_req_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15703
	inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15705
	inline TAknWindowComponentLayout list_single_loc_request_popup_menu_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : list_single_loc_request_popup_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15708
	inline TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15710
	inline TAknWindowComponentLayout list_single_loc_request_popup_menu_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g1_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g1)))(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_single_loc_request_popup_menu_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g2_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_single_loc_request_popup_menu_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g2_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g2)))(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 TAknLayoutScalableTableLimits list_single_loc_request_popup_menu_pane_g_Limits() const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_single_loc_request_popup_menu_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout list_single_loc_request_popup_menu_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_g_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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_single_loc_request_popup_menu_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_t1_ParamLimits)))(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 TAknTextComponentLayout list_single_loc_request_popup_menu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_loc_request_popup_menu_pane_t1_sig*)(GetFunction(EApiId_list_single_loc_request_popup_menu_pane_t1)))(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 : popup_dyc_status_message_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15727
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp03_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp03_ParamLimits)))(aVariety); }
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 bg_popup_window_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp03_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp03)))(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
	inline TAknLayoutScalableParameterLimits heading_loc_req_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_loc_req_pane_ParamLimits_sig*)(GetFunction(EApiId_heading_loc_req_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15733
	inline TAknWindowComponentLayout heading_loc_req_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_loc_req_pane_sig*)(GetFunction(EApiId_heading_loc_req_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15735
	inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_dyc_status_message_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15737
	inline TAknWindowComponentLayout popup_dyc_status_message_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dyc_status_message_window_g1_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15739
	inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_dyc_status_message_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15741
	inline TAknTextComponentLayout popup_dyc_status_message_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dyc_status_message_window_t1_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15743
	inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_dyc_status_message_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15745
	inline TAknTextComponentLayout popup_dyc_status_message_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dyc_status_message_window_t2_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15747
	inline TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_dyc_status_message_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15749
	inline TAknTextComponentLayout popup_dyc_status_message_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dyc_status_message_window_t3_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15751
	inline TAknLayoutScalableTableLimits popup_dyc_status_message_window_t_Limits() const		{ return (*(Tpopup_dyc_status_message_window_t_Limits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_dyc_status_message_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_dyc_status_message_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout popup_dyc_status_message_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dyc_status_message_window_t_sig*)(GetFunction(EApiId_popup_dyc_status_message_window_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : heading_loc_req_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15758
	inline TAknWindowComponentLayout bg_heading_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_heading_pane_cp01_sig*)(GetFunction(EApiId_bg_heading_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15760
	inline TAknWindowComponentLayout heading_loc_req_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_loc_req_pane_g1_sig*)(GetFunction(EApiId_heading_loc_req_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15762
	inline TAknWindowComponentLayout heading_loc_req_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_loc_req_pane_g2_sig*)(GetFunction(EApiId_heading_loc_req_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15764
	inline TAknWindowComponentLayout heading_loc_req_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_loc_req_pane_g3_sig*)(GetFunction(EApiId_heading_loc_req_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15766
	inline TAknLayoutScalableTableLimits heading_loc_req_pane_g_Limits() const		{ return (*(Theading_loc_req_pane_g_Limits_sig*)(GetFunction(EApiId_heading_loc_req_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15768
	inline TAknWindowComponentLayout heading_loc_req_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_loc_req_pane_g_sig*)(GetFunction(EApiId_heading_loc_req_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15770
	inline TAknTextComponentLayout heading_loc_req_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_loc_req_pane_t1_sig*)(GetFunction(EApiId_heading_loc_req_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15772
	// LAF Table : popup_cale_events_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15773
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_sub_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15775
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15777
	inline TAknLayoutScalableParameterLimits popup_cale_events_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15779
	inline TAknWindowComponentLayout popup_cale_events_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_g1_sig*)(GetFunction(EApiId_popup_cale_events_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15781
	inline TAknLayoutScalableParameterLimits popup_cale_events_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15783
	inline TAknWindowComponentLayout popup_cale_events_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_g2_sig*)(GetFunction(EApiId_popup_cale_events_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15785
	inline TAknLayoutScalableTableLimits popup_cale_events_window_g_Limits() const		{ return (*(Tpopup_cale_events_window_g_Limits_sig*)(GetFunction(EApiId_popup_cale_events_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15787
	inline TAknLayoutScalableParameterLimits popup_cale_events_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15789
	inline TAknWindowComponentLayout popup_cale_events_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_g_sig*)(GetFunction(EApiId_popup_cale_events_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15791
	inline TAknLayoutScalableParameterLimits popup_cale_events_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_t1_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 TAknTextComponentLayout popup_cale_events_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_t1_sig*)(GetFunction(EApiId_popup_cale_events_window_t1)))(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 TAknLayoutScalableParameterLimits popup_cale_events_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_cale_events_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_t2_sig*)(GetFunction(EApiId_popup_cale_events_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_cale_events_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_cale_events_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_t3_sig*)(GetFunction(EApiId_popup_cale_events_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_cale_events_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_cale_events_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_t4_sig*)(GetFunction(EApiId_popup_cale_events_window_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_cale_events_window_t_Limits() const		{ return (*(Tpopup_cale_events_window_t_Limits_sig*)(GetFunction(EApiId_popup_cale_events_window_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits popup_cale_events_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_cale_events_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_events_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15811
	inline TAknTextComponentLayout popup_cale_events_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_events_window_t_sig*)(GetFunction(EApiId_popup_cale_events_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15813
	// LAF Table : popup_call_status_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15814
	inline TAknWindowComponentLayout call_type_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_sig*)(GetFunction(EApiId_call_type_pane)))(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 TAknWindowComponentLayout popup_call_status_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_status_window_g1_sig*)(GetFunction(EApiId_popup_call_status_window_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_call_status_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_status_window_g2_sig*)(GetFunction(EApiId_popup_call_status_window_g2)))(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 TAknWindowComponentLayout popup_call_status_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_status_window_g3_sig*)(GetFunction(EApiId_popup_call_status_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call_status_window_g_Limits() const		{ return (*(Tpopup_call_status_window_g_Limits_sig*)(GetFunction(EApiId_popup_call_status_window_g_Limits)))(); }
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
	inline TAknWindowComponentLayout popup_call_status_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_status_window_g_sig*)(GetFunction(EApiId_popup_call_status_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15826
	// LAF Table : call_type_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15827
	inline TAknWindowComponentLayout call_type_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_g1_sig*)(GetFunction(EApiId_call_type_pane_g1)))(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 TAknWindowComponentLayout call_type_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_g2_sig*)(GetFunction(EApiId_call_type_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits call_type_pane_g_Limits() const		{ return (*(Tcall_type_pane_g_Limits_sig*)(GetFunction(EApiId_call_type_pane_g_Limits)))(); }
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 call_type_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_g_sig*)(GetFunction(EApiId_call_type_pane_g)))(aLineIndex, 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
	// LAF Table : popup_wml_address_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15836
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp02_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15838
	inline TAknWindowComponentLayout listscroll_popup_wml_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_wml_pane_sig*)(GetFunction(EApiId_listscroll_popup_wml_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15840
	// LAF Table : listscroll_popup_wml_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15841
	inline TAknWindowComponentLayout list_wml_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wml_pane_sig*)(GetFunction(EApiId_list_wml_pane)))(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
	inline TAknWindowComponentLayout scroll_pane_cp013(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp013_sig*)(GetFunction(EApiId_scroll_pane_cp013)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15845
	// LAF Table : list_wml_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15846
	inline TAknLayoutScalableParameterLimits list_single_graphic_popup_wml_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_popup_wml_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane_ParamLimits)))(aVariety); }
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_single_graphic_popup_wml_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_popup_wml_pane_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : list_single_graphic_popup_wml_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15851
	inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_wml_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15853
	inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_wml_pane_g2_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15855
	inline TAknLayoutScalableTableLimits list_single_graphic_popup_wml_pane_g_Limits() const		{ return (*(Tlist_single_graphic_popup_wml_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15857
	inline TAknWindowComponentLayout list_single_graphic_popup_wml_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_wml_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15859
	inline TAknTextComponentLayout list_single_graphic_popup_wml_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_wml_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_popup_wml_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15861
	// LAF Table : popup_clock_analogue_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15862
	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
 15863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15864
	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
 15865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15866
	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
 15867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15868
	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
 15869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15870
	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
 15871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15872
	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
 15873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15874
	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
 15875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15876
	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
 15877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15878
	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
 15879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15880
	// LAF Table : popup_clock_digital_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15881
	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
 15882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15883
	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
 15884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15885
	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
 15886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15887
	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
 15888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15889
	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
 15890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15891
	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
 15892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15893
	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
 15894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15895
	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
 15896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15897
	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
 15898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15899
	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
 15900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15901
	inline TAknTextComponentLayout popup_clock_digital_window_t1(TInt aVariety = 0, 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
 15902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15903
	// LAF Table : clock_digital_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15904
	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
 15905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15906
	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
 15907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15908
	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
 15909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15910
	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
 15911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15912
	// LAF Table : clock_digital_separator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15913
	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
 15914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15915
	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
 15916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15917
	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
 15918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15919
	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
 15920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15921
	// LAF Table : popup_grid_large_graphic_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15922
	inline TAknWindowComponentLayout bg_popup_window_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp04_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15924
	inline TAknWindowComponentLayout heading_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp03_sig*)(GetFunction(EApiId_heading_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15926
	inline TAknWindowComponentLayout listscroll_popup_gms_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_gms_pane_sig*)(GetFunction(EApiId_listscroll_popup_gms_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15928
	// LAF Table : listscroll_popup_gms_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15929
	inline TAknWindowComponentLayout grid_large_graphic_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_large_graphic_popup_pane_sig*)(GetFunction(EApiId_grid_large_graphic_popup_pane)))(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 TAknWindowComponentLayout listscroll_popup_gms_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_gms_pane_g1_sig*)(GetFunction(EApiId_listscroll_popup_gms_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout listscroll_popup_gms_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_gms_pane_g2_sig*)(GetFunction(EApiId_listscroll_popup_gms_pane_g2)))(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
	inline TAknLayoutScalableTableLimits listscroll_popup_gms_pane_g_Limits() const		{ return (*(Tlistscroll_popup_gms_pane_g_Limits_sig*)(GetFunction(EApiId_listscroll_popup_gms_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15937
	inline TAknWindowComponentLayout listscroll_popup_gms_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_popup_gms_pane_g_sig*)(GetFunction(EApiId_listscroll_popup_gms_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15939
	inline TAknWindowComponentLayout scroll_pane_cp014(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp014_sig*)(GetFunction(EApiId_scroll_pane_cp014)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15941
	// LAF Table : grid_large_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15942
	inline TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_ParamLimits)))(aVariety); }
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 cell_large_graphic_popup_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane)))(aCol, aRow, aVariety); }
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
	// LAF Table : cell_large_graphic_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15947
	inline TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15949
	inline TAknWindowComponentLayout cell_large_graphic_popup_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g1_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15951
	inline TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15953
	inline TAknWindowComponentLayout cell_large_graphic_popup_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g2_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15955
	inline TAknLayoutScalableParameterLimits cell_large_graphic_popup_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g3_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 cell_large_graphic_popup_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g3_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g3)))(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 cell_large_graphic_popup_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g4_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 cell_large_graphic_popup_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g4_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g4)))(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 TAknLayoutScalableTableLimits cell_large_graphic_popup_pane_g_Limits() const		{ return (*(Tcell_large_graphic_popup_pane_g_Limits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g_Limits)))(); }
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 cell_large_graphic_popup_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout cell_large_graphic_popup_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_large_graphic_popup_pane_g_sig*)(GetFunction(EApiId_cell_large_graphic_popup_pane_g)))(aLineIndex, 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 TAknWindowComponentLayout grid_highlight_pane_cp010(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp010_sig*)(GetFunction(EApiId_grid_highlight_pane_cp010)))(aVariety, aCol, aRow); }
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
	// LAF Table : bg_popup_call_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15972
	inline TAknWindowComponentLayout bg_popup_call_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15974
	// LAF Table : list_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15975
	inline TAknLayoutScalableParameterLimits list_single_graphic_popup_conf_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_popup_conf_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15977
	inline TAknWindowComponentLayout list_single_graphic_popup_conf_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_popup_conf_pane_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15979
	// LAF Table : list_single_graphic_popup_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15980
	inline TAknWindowComponentLayout list_highlight_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp01_sig*)(GetFunction(EApiId_list_highlight_pane_cp01)))(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_graphic_popup_conf_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane_g1)))(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 TAknWindowComponentLayout list_single_graphic_popup_conf_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf_pane_g2_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_single_graphic_popup_conf_pane_g_Limits() const		{ return (*(Tlist_single_graphic_popup_conf_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane_g_Limits)))(); }
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 TAknWindowComponentLayout list_single_graphic_popup_conf_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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_graphic_popup_conf_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf_pane_t1)))(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 : linegrid_cams_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 15993
	inline TAknWindowComponentLayout linegrid_cams_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g1_sig*)(GetFunction(EApiId_linegrid_cams_pane_g1)))(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 linegrid_cams_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g2_sig*)(GetFunction(EApiId_linegrid_cams_pane_g2)))(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 linegrid_cams_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g3_sig*)(GetFunction(EApiId_linegrid_cams_pane_g3)))(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 linegrid_cams_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g4_sig*)(GetFunction(EApiId_linegrid_cams_pane_g4)))(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 linegrid_cams_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g5_sig*)(GetFunction(EApiId_linegrid_cams_pane_g5)))(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 linegrid_cams_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g6_sig*)(GetFunction(EApiId_linegrid_cams_pane_g6)))(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 linegrid_cams_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g7_sig*)(GetFunction(EApiId_linegrid_cams_pane_g7)))(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 TAknLayoutScalableTableLimits linegrid_cams_pane_g_Limits() const		{ return (*(Tlinegrid_cams_pane_g_Limits_sig*)(GetFunction(EApiId_linegrid_cams_pane_g_Limits)))(); }
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 linegrid_cams_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cams_pane_g_sig*)(GetFunction(EApiId_linegrid_cams_pane_g)))(aLineIndex, 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
	// LAF Table : context_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16012
	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
 16013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16014
	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
 16015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16016
	inline TAknWindowComponentLayout popup_phob_thumbnail_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_phob_thumbnail_window_sig*)(GetFunction(EApiId_popup_phob_thumbnail_window)))(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
	// LAF Table : call_video_uplink_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16019
	inline TAknWindowComponentLayout call_video_uplink_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_uplink_pane_g1_sig*)(GetFunction(EApiId_call_video_uplink_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16021
	inline TAknWindowComponentLayout call_video_uplink_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_uplink_pane_g2_sig*)(GetFunction(EApiId_call_video_uplink_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16023
	inline TAknLayoutScalableTableLimits call_video_uplink_pane_g_Limits() const		{ return (*(Tcall_video_uplink_pane_g_Limits_sig*)(GetFunction(EApiId_call_video_uplink_pane_g_Limits)))(); }
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 call_video_uplink_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_uplink_pane_g_sig*)(GetFunction(EApiId_call_video_uplink_pane_g)))(aLineIndex, 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 video_uplink_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_uplink_pane_sig*)(GetFunction(EApiId_video_uplink_pane)))(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
	// LAF Table : mce_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16030
	inline TAknWindowComponentLayout mce_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_g1_sig*)(GetFunction(EApiId_mce_image_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16032
	inline TAknWindowComponentLayout mce_image_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_g2_sig*)(GetFunction(EApiId_mce_image_pane_g2)))(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
	inline TAknWindowComponentLayout mce_image_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_g3_sig*)(GetFunction(EApiId_mce_image_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16036
	inline TAknWindowComponentLayout mce_image_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_g4_sig*)(GetFunction(EApiId_mce_image_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16038
	inline TAknWindowComponentLayout mce_image_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_g5_sig*)(GetFunction(EApiId_mce_image_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16040
	inline TAknLayoutScalableTableLimits mce_image_pane_g_Limits() const		{ return (*(Tmce_image_pane_g_Limits_sig*)(GetFunction(EApiId_mce_image_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16042
	inline TAknWindowComponentLayout mce_image_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_image_pane_g_sig*)(GetFunction(EApiId_mce_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 : stacon_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16045
	inline TAknLayoutScalableParameterLimits control_top_pane_stacon_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcontrol_top_pane_stacon_cp01_ParamLimits_sig*)(GetFunction(EApiId_control_top_pane_stacon_cp01_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout control_top_pane_stacon_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcontrol_top_pane_stacon_cp01_sig*)(GetFunction(EApiId_control_top_pane_stacon_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16049
	inline TAknLayoutScalableParameterLimits uni_indicator_pane_stacon_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tuni_indicator_pane_stacon_cp01_ParamLimits_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16051
	inline TAknWindowComponentLayout uni_indicator_pane_stacon_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tuni_indicator_pane_stacon_cp01_sig*)(GetFunction(EApiId_uni_indicator_pane_stacon_cp01)))(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
	// LAF Table : main_chi_dic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16054
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp03_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16056
	inline TAknWindowComponentLayout chi_dic_find_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchi_dic_find_pane_sig*)(GetFunction(EApiId_chi_dic_find_pane)))(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 TAknWindowComponentLayout listscroll_chi_dic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_chi_dic_pane_sig*)(GetFunction(EApiId_listscroll_chi_dic_pane)))(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 TAknWindowComponentLayout main_pane_chidic_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_pane_chidic_g1_sig*)(GetFunction(EApiId_main_pane_chidic_g1)))(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
	// LAF Table : chi_dic_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16063
	inline TAknTextComponentLayout chi_dic_find_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchi_dic_find_pane_t1_sig*)(GetFunction(EApiId_chi_dic_find_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16065
	inline TAknWindowComponentLayout find_chidic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_chidic_pane_sig*)(GetFunction(EApiId_find_chidic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16067
	// LAF Table : listscroll_chi_dic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16068
	inline TAknLayoutScalableParameterLimits chi_dic_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tchi_dic_list_pane_ParamLimits_sig*)(GetFunction(EApiId_chi_dic_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16070
	inline TAknWindowComponentLayout chi_dic_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchi_dic_list_pane_sig*)(GetFunction(EApiId_chi_dic_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16072
	inline TAknWindowComponentLayout scroll_pane_cp020(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp020_sig*)(GetFunction(EApiId_scroll_pane_cp020)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16074
	// LAF Table : find_chidic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16075
	inline TAknTextComponentLayout find_chidic_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_chidic_pane_t1_sig*)(GetFunction(EApiId_find_chidic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16077
	inline TAknWindowComponentLayout input_focus_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp06_sig*)(GetFunction(EApiId_input_focus_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16079
	// LAF Table : chi_dic_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16080
	inline TAknLayoutScalableParameterLimits list_chi_dic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_chi_dic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_chi_dic_pane_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 TAknWindowComponentLayout list_chi_dic_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_chi_dic_pane_sig*)(GetFunction(EApiId_list_chi_dic_pane)))(aRow, aVariety, aCol); }
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 : list_chi_dic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16085
	inline TAknLayoutScalableParameterLimits list_chi_dic_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_chi_dic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_chi_dic_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_chi_dic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_chi_dic_pane_t1_sig*)(GetFunction(EApiId_list_chi_dic_pane_t1)))(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 list_highlight_pane_cp020(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp020_sig*)(GetFunction(EApiId_list_highlight_pane_cp020)))(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 : bg_cale_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16092
	inline TAknWindowComponentLayout bg_cale_heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g1_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g1)))(aVariety, aCol, aRow); }
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 bg_cale_heading_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g2_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g2)))(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 TAknWindowComponentLayout bg_cale_heading_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g3_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g3)))(aVariety, aCol, aRow); }
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 bg_cale_heading_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g4_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g4)))(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
	inline TAknWindowComponentLayout bg_cale_heading_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g5_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16102
	inline TAknWindowComponentLayout bg_cale_heading_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g6_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16104
	inline TAknWindowComponentLayout bg_cale_heading_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g7_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16106
	inline TAknWindowComponentLayout bg_cale_heading_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g8_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g8)))(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_cale_heading_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g9_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g9)))(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 TAknLayoutScalableTableLimits bg_cale_heading_pane_g_Limits() const		{ return (*(Tbg_cale_heading_pane_g_Limits_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout bg_cale_heading_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_heading_pane_g_sig*)(GetFunction(EApiId_bg_cale_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16114
	// LAF Table : bg_cale_side_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16115
	inline TAknWindowComponentLayout bg_cale_side_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g1_sig*)(GetFunction(EApiId_bg_cale_side_pane_g1)))(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 TAknWindowComponentLayout bg_cale_side_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g2_sig*)(GetFunction(EApiId_bg_cale_side_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_cale_side_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g3_sig*)(GetFunction(EApiId_bg_cale_side_pane_g3)))(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
	inline TAknWindowComponentLayout bg_cale_side_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g4_sig*)(GetFunction(EApiId_bg_cale_side_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16123
	inline TAknWindowComponentLayout bg_cale_side_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g5_sig*)(GetFunction(EApiId_bg_cale_side_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16125
	inline TAknWindowComponentLayout bg_cale_side_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g6_sig*)(GetFunction(EApiId_bg_cale_side_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16127
	inline TAknWindowComponentLayout bg_cale_side_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g7_sig*)(GetFunction(EApiId_bg_cale_side_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16129
	inline TAknWindowComponentLayout bg_cale_side_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g8_sig*)(GetFunction(EApiId_bg_cale_side_pane_g8)))(aVariety, aCol, aRow); }
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 bg_cale_side_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g9_sig*)(GetFunction(EApiId_bg_cale_side_pane_g9)))(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 TAknLayoutScalableTableLimits bg_cale_side_pane_g_Limits() const		{ return (*(Tbg_cale_side_pane_g_Limits_sig*)(GetFunction(EApiId_bg_cale_side_pane_g_Limits)))(); }
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 bg_cale_side_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cale_side_pane_g_sig*)(GetFunction(EApiId_bg_cale_side_pane_g)))(aLineIndex, 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
	// LAF Table : area_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16138
	inline TAknLayoutScalableParameterLimits popup_call_status_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_status_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_status_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16140
	inline TAknWindowComponentLayout popup_call_status_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_status_window_sig*)(GetFunction(EApiId_popup_call_status_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16142
	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
 16143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16144
	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
 16145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16146
	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
 16147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16148
	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
 16149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16150
	// LAF Table : area_bottom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16151
	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
 16152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16153
	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
 16154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16155
	// LAF Table : list_single_mce_smart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16156
	inline TAknLayoutScalableParameterLimits list_single_mce_smart_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_mce_smart_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_single_mce_smart_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_mce_smart_pane_t1_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_single_mce_smart_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_mce_smart_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t2_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout list_single_mce_smart_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_mce_smart_pane_t2_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16164
	inline TAknLayoutScalableTableLimits list_single_mce_smart_pane_t_Limits() const		{ return (*(Tlist_single_mce_smart_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16166
	inline TAknLayoutScalableParameterLimits list_single_mce_smart_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tlist_single_mce_smart_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16168
	inline TAknTextComponentLayout list_single_mce_smart_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_mce_smart_pane_t_sig*)(GetFunction(EApiId_list_single_mce_smart_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16170
	// LAF Table : main_location2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16171
	inline TAknWindowComponentLayout compass_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_sig*)(GetFunction(EApiId_compass_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16173
	inline TAknTextComponentLayout main_location2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location2_pane_t1_sig*)(GetFunction(EApiId_main_location2_pane_t1)))(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
	inline TAknTextComponentLayout main_location2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location2_pane_t2_sig*)(GetFunction(EApiId_main_location2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16177
	inline TAknTextComponentLayout main_location2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location2_pane_t3_sig*)(GetFunction(EApiId_main_location2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16179
	inline TAknLayoutScalableTableLimits main_location2_pane_t_Limits() const		{ return (*(Tmain_location2_pane_t_Limits_sig*)(GetFunction(EApiId_main_location2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16181
	inline TAknTextComponentLayout main_location2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location2_pane_t_sig*)(GetFunction(EApiId_main_location2_pane_t)))(aLineIndex, 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
	// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16184
	inline TAknLayoutScalableParameterLimits compass_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcompass_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_compass_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16186
	inline TAknWindowComponentLayout compass_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_g1_sig*)(GetFunction(EApiId_compass_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16188
	inline TAknTextComponentLayout compass_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t1_sig*)(GetFunction(EApiId_compass_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16190
	inline TAknTextComponentLayout compass_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t2_sig*)(GetFunction(EApiId_compass_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16192
	inline TAknLayoutScalableTableLimits compass_pane_t_Limits() const		{ return (*(Tcompass_pane_t_Limits_sig*)(GetFunction(EApiId_compass_pane_t_Limits)))(); }
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
	inline TAknTextComponentLayout compass_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcompass_pane_t_sig*)(GetFunction(EApiId_compass_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16195
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16196
	inline TAknTextComponentLayout text_secondary_cp61(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttext_secondary_cp61_sig*)(GetFunction(EApiId_text_secondary_cp61)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16198
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16199
	inline TAknWindowComponentLayout navi_pane_cams_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_cams_g5_sig*)(GetFunction(EApiId_navi_pane_cams_g5)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout navi_pane_im_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_im_t1_sig*)(GetFunction(EApiId_navi_pane_im_t1)))(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
	inline TAknLayoutScalableParameterLimits navi_pane_mp_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_pane_mp_g1_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_mp_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16205
	inline TAknWindowComponentLayout navi_pane_mp_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_g1_sig*)(GetFunction(EApiId_navi_pane_mp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16207
	inline TAknLayoutScalableParameterLimits navi_pane_mp_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_pane_mp_g2_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_mp_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16209
	inline TAknWindowComponentLayout navi_pane_mp_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_g2_sig*)(GetFunction(EApiId_navi_pane_mp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16211
	inline TAknLayoutScalableParameterLimits navi_pane_mp_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tnavi_pane_mp_g3_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_mp_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16213
	inline TAknWindowComponentLayout navi_pane_mp_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_g3_sig*)(GetFunction(EApiId_navi_pane_mp_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits navi_pane_mp_g_Limits() const		{ return (*(Tnavi_pane_mp_g_Limits_sig*)(GetFunction(EApiId_navi_pane_mp_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits navi_pane_mp_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tnavi_pane_mp_g_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_mp_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout navi_pane_mp_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_g_sig*)(GetFunction(EApiId_navi_pane_mp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16221
	inline TAknTextComponentLayout navi_pane_mp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_t1_sig*)(GetFunction(EApiId_navi_pane_mp_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16223
	inline TAknTextComponentLayout navi_pane_mp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_t2_sig*)(GetFunction(EApiId_navi_pane_mp_t2)))(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
	inline TAknLayoutScalableTableLimits navi_pane_mp_t_Limits() const		{ return (*(Tnavi_pane_mp_t_Limits_sig*)(GetFunction(EApiId_navi_pane_mp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16227
	inline TAknTextComponentLayout navi_pane_mp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_t_sig*)(GetFunction(EApiId_navi_pane_mp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16229
	inline TAknWindowComponentLayout navi_pane_vt_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_vt_g1_sig*)(GetFunction(EApiId_navi_pane_vt_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16231
	inline TAknTextComponentLayout navi_pane_vt_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_vt_t1_sig*)(GetFunction(EApiId_navi_pane_vt_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16233
	inline TAknWindowComponentLayout navi_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_sig*)(GetFunction(EApiId_navi_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16235
	inline TAknWindowComponentLayout zooming_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tzooming_pane_sig*)(GetFunction(EApiId_zooming_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16237
	// LAF Table : navi_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16238
	inline TAknWindowComponentLayout navi_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g1_sig*)(GetFunction(EApiId_navi_slider_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout navi_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g2_sig*)(GetFunction(EApiId_navi_slider_pane_g2)))(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 navi_slider_pane_g_Limits() const		{ return (*(Tnavi_slider_pane_g_Limits_sig*)(GetFunction(EApiId_navi_slider_pane_g_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 TAknWindowComponentLayout navi_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g_sig*)(GetFunction(EApiId_navi_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : zooming_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16247
	inline TAknWindowComponentLayout aid_levels_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_levels_zoom_sig*)(GetFunction(EApiId_aid_levels_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16249
	inline TAknWindowComponentLayout zooming_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tzooming_pane_g1_sig*)(GetFunction(EApiId_zooming_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16251
	inline TAknWindowComponentLayout zooming_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tzooming_pane_g2_sig*)(GetFunction(EApiId_zooming_pane_g2)))(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 zooming_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tzooming_pane_g3_sig*)(GetFunction(EApiId_zooming_pane_g3)))(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 TAknLayoutScalableTableLimits zooming_pane_g_Limits() const		{ return (*(Tzooming_pane_g_Limits_sig*)(GetFunction(EApiId_zooming_pane_g_Limits)))(); }
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 zooming_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tzooming_pane_g_sig*)(GetFunction(EApiId_zooming_pane_g)))(aLineIndex, 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
	// LAF Table : aid_levels_zoom
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16260
	inline TAknWindowComponentLayout level_10_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_10_zoom_sig*)(GetFunction(EApiId_level_10_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16262
	inline TAknWindowComponentLayout level_11_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_11_zoom_sig*)(GetFunction(EApiId_level_11_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16264
	inline TAknWindowComponentLayout level_1_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_1_zoom_sig*)(GetFunction(EApiId_level_1_zoom)))(aVariety, aCol, aRow); }
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 level_2_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_2_zoom_sig*)(GetFunction(EApiId_level_2_zoom)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout level_3_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_3_zoom_sig*)(GetFunction(EApiId_level_3_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16270
	inline TAknWindowComponentLayout level_4_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_4_zoom_sig*)(GetFunction(EApiId_level_4_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16272
	inline TAknWindowComponentLayout level_5_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_5_zoom_sig*)(GetFunction(EApiId_level_5_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16274
	inline TAknWindowComponentLayout level_6_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_6_zoom_sig*)(GetFunction(EApiId_level_6_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16276
	inline TAknWindowComponentLayout level_7_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_7_zoom_sig*)(GetFunction(EApiId_level_7_zoom)))(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 level_8_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_8_zoom_sig*)(GetFunction(EApiId_level_8_zoom)))(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 level_9_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_9_zoom_sig*)(GetFunction(EApiId_level_9_zoom)))(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 : popup_phob_thumbnail_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16283
	inline TAknWindowComponentLayout popup_phob_thumbnail_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_phob_thumbnail_window_g1_sig*)(GetFunction(EApiId_popup_phob_thumbnail_window_g1)))(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
	inline TAknWindowComponentLayout popup_phob_thumbnail_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_phob_thumbnail_window_g2_sig*)(GetFunction(EApiId_popup_phob_thumbnail_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16287
	inline TAknLayoutScalableTableLimits popup_phob_thumbnail_window_g_Limits() const		{ return (*(Tpopup_phob_thumbnail_window_g_Limits_sig*)(GetFunction(EApiId_popup_phob_thumbnail_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16289
	inline TAknWindowComponentLayout popup_phob_thumbnail_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_phob_thumbnail_window_g_sig*)(GetFunction(EApiId_popup_phob_thumbnail_window_g)))(aLineIndex, 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 : aid_levels_location
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16292
	inline TAknWindowComponentLayout level_1_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_1_location_sig*)(GetFunction(EApiId_level_1_location)))(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 TAknWindowComponentLayout level_2_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_2_location_sig*)(GetFunction(EApiId_level_2_location)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout level_3_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_3_location_sig*)(GetFunction(EApiId_level_3_location)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16298
	inline TAknWindowComponentLayout level_4_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_4_location_sig*)(GetFunction(EApiId_level_4_location)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16300
	inline TAknWindowComponentLayout level_5_location(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlevel_5_location_sig*)(GetFunction(EApiId_level_5_location)))(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
	// LAF Table : mce_icon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16303
	inline TAknWindowComponentLayout mce_icon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_icon_pane_g1_sig*)(GetFunction(EApiId_mce_icon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16305
	inline TAknWindowComponentLayout mce_icon_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_icon_pane_g2_sig*)(GetFunction(EApiId_mce_icon_pane_g2)))(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 TAknLayoutScalableTableLimits mce_icon_pane_g_Limits() const		{ return (*(Tmce_icon_pane_g_Limits_sig*)(GetFunction(EApiId_mce_icon_pane_g_Limits)))(); }
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 TAknWindowComponentLayout mce_icon_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmce_icon_pane_g_sig*)(GetFunction(EApiId_mce_icon_pane_g)))(aLineIndex, 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
	// LAF Table : main_mup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16312
	inline TAknLayoutScalableParameterLimits main_mup_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16314
	inline TAknWindowComponentLayout main_mup_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g1_sig*)(GetFunction(EApiId_main_mup_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16316
	inline TAknLayoutScalableParameterLimits main_mup_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16318
	inline TAknWindowComponentLayout main_mup_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g2_sig*)(GetFunction(EApiId_main_mup_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16320
	inline TAknLayoutScalableParameterLimits main_mup_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16322
	inline TAknWindowComponentLayout main_mup_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g3_sig*)(GetFunction(EApiId_main_mup_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g4_sig*)(GetFunction(EApiId_main_mup_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g5_sig*)(GetFunction(EApiId_main_mup_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g6_sig*)(GetFunction(EApiId_main_mup_pane_g6)))(aVariety, aCol, aRow); }
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 main_mup_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g7_ParamLimits)))(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 TAknWindowComponentLayout main_mup_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g7_sig*)(GetFunction(EApiId_main_mup_pane_g7)))(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 main_mup_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g8_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 main_mup_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g8_sig*)(GetFunction(EApiId_main_mup_pane_g8)))(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
	inline TAknLayoutScalableParameterLimits main_mup_pane_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16346
	inline TAknWindowComponentLayout main_mup_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g9_sig*)(GetFunction(EApiId_main_mup_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16348
	inline TAknLayoutScalableParameterLimits main_mup_pane_g10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16350
	inline TAknWindowComponentLayout main_mup_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g10_sig*)(GetFunction(EApiId_main_mup_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16352
	inline TAknLayoutScalableParameterLimits main_mup_pane_g11_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g11_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16354
	inline TAknWindowComponentLayout main_mup_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g11_sig*)(GetFunction(EApiId_main_mup_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16356
	inline TAknLayoutScalableParameterLimits main_mup_pane_g12_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g12_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16358
	inline TAknWindowComponentLayout main_mup_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g12_sig*)(GetFunction(EApiId_main_mup_pane_g12)))(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 TAknLayoutScalableParameterLimits main_mup_pane_g13_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g13_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g13_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_mup_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g13_sig*)(GetFunction(EApiId_main_mup_pane_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16364
	inline TAknLayoutScalableTableLimits main_mup_pane_g_Limits() const		{ return (*(Tmain_mup_pane_g_Limits_sig*)(GetFunction(EApiId_main_mup_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16366
	inline TAknLayoutScalableParameterLimits main_mup_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16368
	inline TAknWindowComponentLayout main_mup_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g_sig*)(GetFunction(EApiId_main_mup_pane_g)))(aLineIndex, 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
	inline TAknLayoutScalableParameterLimits main_mup_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16372
	inline TAknTextComponentLayout main_mup_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t1_sig*)(GetFunction(EApiId_main_mup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16374
	inline TAknLayoutScalableParameterLimits main_mup_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16376
	inline TAknTextComponentLayout main_mup_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t2_sig*)(GetFunction(EApiId_main_mup_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16378
	inline TAknLayoutScalableParameterLimits main_mup_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16380
	inline TAknTextComponentLayout main_mup_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t3_sig*)(GetFunction(EApiId_main_mup_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16382
	inline TAknLayoutScalableParameterLimits main_mup_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t4_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_mup_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t4_sig*)(GetFunction(EApiId_main_mup_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16386
	inline TAknLayoutScalableParameterLimits main_mup_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16388
	inline TAknTextComponentLayout main_mup_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t5_sig*)(GetFunction(EApiId_main_mup_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16390
	inline TAknLayoutScalableParameterLimits main_mup_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mup_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t6_sig*)(GetFunction(EApiId_main_mup_pane_t6)))(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 TAknLayoutScalableTableLimits main_mup_pane_t_Limits() const		{ return (*(Tmain_mup_pane_t_Limits_sig*)(GetFunction(EApiId_main_mup_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits main_mup_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mup_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mup_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16398
	inline TAknTextComponentLayout main_mup_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_t_sig*)(GetFunction(EApiId_main_mup_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16400
	inline TAknLayoutScalableParameterLimits mup_progress_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_progress_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16402
	inline TAknWindowComponentLayout mup_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_sig*)(GetFunction(EApiId_mup_progress_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16404
	inline TAknLayoutScalableParameterLimits mup_visualizer_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_visualizer_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_visualizer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16406
	inline TAknWindowComponentLayout mup_visualizer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_pane_sig*)(GetFunction(EApiId_mup_visualizer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16408
	inline TAknLayoutScalableParameterLimits mup_volume_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_volume_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_volume_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16410
	inline TAknWindowComponentLayout mup_volume_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_sig*)(GetFunction(EApiId_mup_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16412
	// LAF Table : mup_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16413
	inline TAknLayoutScalableParameterLimits mup_visualizer_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_visualizer_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_mup_visualizer_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup_visualizer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_pane_g1_sig*)(GetFunction(EApiId_mup_visualizer_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits mup_visualizer_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_visualizer_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_mup_visualizer_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup_visualizer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_pane_g2_sig*)(GetFunction(EApiId_mup_visualizer_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits mup_visualizer_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_visualizer_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_mup_visualizer_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup_visualizer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_pane_g3_sig*)(GetFunction(EApiId_mup_visualizer_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits mup_visualizer_pane_g_Limits() const		{ return (*(Tmup_visualizer_pane_g_Limits_sig*)(GetFunction(EApiId_mup_visualizer_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits mup_visualizer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmup_visualizer_pane_g_ParamLimits_sig*)(GetFunction(EApiId_mup_visualizer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout mup_visualizer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_pane_g_sig*)(GetFunction(EApiId_mup_visualizer_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : mup_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16432
	inline TAknWindowComponentLayout mup_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_g1_sig*)(GetFunction(EApiId_mup_volume_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16434
	inline TAknWindowComponentLayout mup_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_g2_sig*)(GetFunction(EApiId_mup_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16436
	inline TAknLayoutScalableTableLimits mup_volume_pane_g_Limits() const		{ return (*(Tmup_volume_pane_g_Limits_sig*)(GetFunction(EApiId_mup_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16438
	inline TAknWindowComponentLayout mup_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_g_sig*)(GetFunction(EApiId_mup_volume_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : mup_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16441
	inline TAknWindowComponentLayout mup_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_g1_sig*)(GetFunction(EApiId_mup_progress_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16443
	inline TAknWindowComponentLayout mup_progress_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_g2_sig*)(GetFunction(EApiId_mup_progress_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16445
	inline TAknWindowComponentLayout mup_progress_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_g3_sig*)(GetFunction(EApiId_mup_progress_pane_g3)))(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 TAknLayoutScalableTableLimits mup_progress_pane_g_Limits() const		{ return (*(Tmup_progress_pane_g_Limits_sig*)(GetFunction(EApiId_mup_progress_pane_g_Limits)))(); }
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 TAknWindowComponentLayout mup_progress_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_g_sig*)(GetFunction(EApiId_mup_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : popup_blid_sat_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16452
	inline TAknWindowComponentLayout bg_popup_window_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp05_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16454
	inline TAknLayoutScalableParameterLimits heading_pane_cp02_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16456
	inline TAknWindowComponentLayout heading_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp02_sig*)(GetFunction(EApiId_heading_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16458
	inline TAknWindowComponentLayout list_popup_blid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_popup_blid_pane_sig*)(GetFunction(EApiId_list_popup_blid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16460
	// LAF Table : list_popup_blid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16461
	inline TAknLayoutScalableParameterLimits list_blid_sat_info_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_blid_sat_info_pane_ParamLimits_sig*)(GetFunction(EApiId_list_blid_sat_info_pane_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 TAknWindowComponentLayout list_blid_sat_info_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_blid_sat_info_pane_sig*)(GetFunction(EApiId_list_blid_sat_info_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : list_blid_sat_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16466
	inline TAknWindowComponentLayout list_blid_sat_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_blid_sat_info_pane_g1_sig*)(GetFunction(EApiId_list_blid_sat_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16468
	inline TAknTextComponentLayout list_blid_sat_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_blid_sat_info_pane_t1_sig*)(GetFunction(EApiId_list_blid_sat_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16470
	// LAF Table : main_mup_eq_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16471
	inline TAknLayoutScalableParameterLimits mup_equalizer_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_ParamLimits)))(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 TAknWindowComponentLayout mup_equalizer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_sig*)(GetFunction(EApiId_mup_equalizer_pane)))(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
	inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16477
	inline TAknWindowComponentLayout mup_equalizer_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp1_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16479
	inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16481
	inline TAknWindowComponentLayout mup_equalizer_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp2_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits mup_equalizer_pane_cp3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp3_ParamLimits)))(aVariety); }
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 mup_equalizer_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp3_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp3)))(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 mup_equalizer_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp4_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 TAknWindowComponentLayout mup_equalizer_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp4_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp4)))(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
	inline TAknWindowComponentLayout mup_equalizer_pane_cp5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp5_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16493
	inline TAknWindowComponentLayout mup_equalizer_pane_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp6_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16495
	inline TAknWindowComponentLayout mup_equalizer_pane_cp7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_equalizer_pane_cp7_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16497
	// LAF Table : bg_popup_call_poc_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16498
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g9_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g9)))(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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g10_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g10)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g11_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g11)))(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
	inline TAknLayoutScalableTableLimits bg_popup_call_poc_act_pane_g_Limits() const		{ return (*(Tbg_popup_call_poc_act_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16506
	// LAF Table : mup_equalizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16507
	inline TAknWindowComponentLayout mup_scale_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_sig*)(GetFunction(EApiId_mup_scale_pane)))(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 : mup_scale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16510
	inline TAknWindowComponentLayout mup_scale_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g1_sig*)(GetFunction(EApiId_mup_scale_pane_g1)))(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
	inline TAknWindowComponentLayout mup_scale_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g2_sig*)(GetFunction(EApiId_mup_scale_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16514
	inline TAknLayoutScalableTableLimits mup_scale_pane_g_Limits() const		{ return (*(Tmup_scale_pane_g_Limits_sig*)(GetFunction(EApiId_mup_scale_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16516
	inline TAknWindowComponentLayout mup_scale_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g_sig*)(GetFunction(EApiId_mup_scale_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16518
	// LAF Table : main_msg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16519
	inline TAknWindowComponentLayout msg_data_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_sig*)(GetFunction(EApiId_msg_data_pane)))(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 TAknWindowComponentLayout scroll_pane_cp017(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp017_sig*)(GetFunction(EApiId_scroll_pane_cp017)))(aVariety, aCol, aRow); }
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
	// LAF Table : msg_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16524
	inline TAknLayoutScalableParameterLimits bg_list_pane_cp04_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_list_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_bg_list_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16526
	inline TAknWindowComponentLayout bg_list_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_cp04_sig*)(GetFunction(EApiId_bg_list_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16528
	inline TAknWindowComponentLayout msg_data_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g1_sig*)(GetFunction(EApiId_msg_data_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16530
	inline TAknWindowComponentLayout msg_data_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g2_sig*)(GetFunction(EApiId_msg_data_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16532
	inline TAknWindowComponentLayout msg_data_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g3_sig*)(GetFunction(EApiId_msg_data_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16534
	inline TAknWindowComponentLayout msg_data_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g4_sig*)(GetFunction(EApiId_msg_data_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16536
	inline TAknWindowComponentLayout msg_data_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g5_sig*)(GetFunction(EApiId_msg_data_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16538
	inline TAknWindowComponentLayout msg_data_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g6_sig*)(GetFunction(EApiId_msg_data_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16540
	inline TAknWindowComponentLayout msg_data_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g7_sig*)(GetFunction(EApiId_msg_data_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16542
	inline TAknLayoutScalableTableLimits msg_data_pane_g_Limits() const		{ return (*(Tmsg_data_pane_g_Limits_sig*)(GetFunction(EApiId_msg_data_pane_g_Limits)))(); }
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 msg_data_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_data_pane_g_sig*)(GetFunction(EApiId_msg_data_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits msg_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmsg_text_pane_ParamLimits_sig*)(GetFunction(EApiId_msg_text_pane_ParamLimits)))(aVariety); }
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 msg_text_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tmsg_text_pane_sig*)(GetFunction(EApiId_msg_text_pane)))(aRow, aVariety, aCol); }
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 TAknLayoutScalableParameterLimits qrid_highlight_pane_cp011_ParamLimits(TInt aVariety = 0) const		{ return (*(Tqrid_highlight_pane_cp011_ParamLimits_sig*)(GetFunction(EApiId_qrid_highlight_pane_cp011_ParamLimits)))(aVariety); }
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 qrid_highlight_pane_cp011(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tqrid_highlight_pane_cp011_sig*)(GetFunction(EApiId_qrid_highlight_pane_cp011)))(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
	// LAF Table : msg_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16555
	inline TAknWindowComponentLayout msg_body_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_body_pane_sig*)(GetFunction(EApiId_msg_body_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16557
	inline TAknWindowComponentLayout msg_header_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_sig*)(GetFunction(EApiId_msg_header_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16559
	// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16560
	inline TAknWindowComponentLayout input_focus_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp07_sig*)(GetFunction(EApiId_input_focus_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16562
	inline TAknLayoutScalableParameterLimits msg_header_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmsg_header_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_msg_header_pane_t1_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 TAknTextComponentLayout msg_header_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_t1_sig*)(GetFunction(EApiId_msg_header_pane_t1)))(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
	inline TAknLayoutScalableParameterLimits msg_header_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmsg_header_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_msg_header_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16568
	inline TAknTextComponentLayout msg_header_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_t2_sig*)(GetFunction(EApiId_msg_header_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16570
	inline TAknLayoutScalableTableLimits msg_header_pane_t_Limits() const		{ return (*(Tmsg_header_pane_t_Limits_sig*)(GetFunction(EApiId_msg_header_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16572
	inline TAknLayoutScalableParameterLimits msg_header_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmsg_header_pane_t_ParamLimits_sig*)(GetFunction(EApiId_msg_header_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16574
	inline TAknTextComponentLayout msg_header_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_t_sig*)(GetFunction(EApiId_msg_header_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16576
	// LAF Table : msg_body_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16577
	inline TAknWindowComponentLayout msg_body_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_body_pane_g1_sig*)(GetFunction(EApiId_msg_body_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16579
	inline TAknLayoutScalableParameterLimits msg_body_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmsg_body_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_msg_body_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16581
	inline TAknTextComponentLayout msg_body_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_body_pane_t1_sig*)(GetFunction(EApiId_msg_body_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16583
	inline TAknLayoutScalableParameterLimits msg_body_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmsg_body_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_msg_body_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16585
	inline TAknTextComponentLayout msg_body_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_body_pane_t2_sig*)(GetFunction(EApiId_msg_body_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits msg_body_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmsg_body_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_msg_body_pane_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout msg_body_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_body_pane_t3_sig*)(GetFunction(EApiId_msg_body_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16591
	inline TAknLayoutScalableTableLimits msg_body_pane_t_Limits() const		{ return (*(Tmsg_body_pane_t_Limits_sig*)(GetFunction(EApiId_msg_body_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16593
	inline TAknLayoutScalableParameterLimits msg_body_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmsg_body_pane_t_ParamLimits_sig*)(GetFunction(EApiId_msg_body_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16595
	inline TAknTextComponentLayout msg_body_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_body_pane_t_sig*)(GetFunction(EApiId_msg_body_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16598
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16600
	inline TAknWindowComponentLayout main_viewer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g1_sig*)(GetFunction(EApiId_main_viewer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16602
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16604
	inline TAknWindowComponentLayout main_viewer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g2_sig*)(GetFunction(EApiId_main_viewer_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16606
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16608
	inline TAknWindowComponentLayout main_viewer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g3_sig*)(GetFunction(EApiId_main_viewer_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16610
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16612
	inline TAknWindowComponentLayout main_viewer_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g4_sig*)(GetFunction(EApiId_main_viewer_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16614
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16616
	inline TAknWindowComponentLayout main_viewer_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g5_sig*)(GetFunction(EApiId_main_viewer_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16618
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16620
	inline TAknWindowComponentLayout main_viewer_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g7_sig*)(GetFunction(EApiId_main_viewer_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16622
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16624
	inline TAknWindowComponentLayout main_viewer_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g8_sig*)(GetFunction(EApiId_main_viewer_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16626
	inline TAknLayoutScalableTableLimits main_viewer_pane_g_Limits() const		{ return (*(Tmain_viewer_pane_g_Limits_sig*)(GetFunction(EApiId_main_viewer_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16628
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16630
	inline TAknWindowComponentLayout main_viewer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g_sig*)(GetFunction(EApiId_main_viewer_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16632
	inline TAknLayoutScalableParameterLimits viewer_content_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tviewer_content_pane_ParamLimits_sig*)(GetFunction(EApiId_viewer_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16634
	inline TAknWindowComponentLayout viewer_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tviewer_content_pane_sig*)(GetFunction(EApiId_viewer_content_pane)))(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
	// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16637
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_postcard_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16639
	inline TAknWindowComponentLayout main_postcard_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g1_sig*)(GetFunction(EApiId_main_postcard_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_postcard_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16643
	inline TAknWindowComponentLayout main_postcard_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g2_sig*)(GetFunction(EApiId_main_postcard_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16645
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_postcard_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16647
	inline TAknWindowComponentLayout main_postcard_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g3_sig*)(GetFunction(EApiId_main_postcard_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16649
	inline TAknLayoutScalableTableLimits main_postcard_pane_g_Limits() const		{ return (*(Tmain_postcard_pane_g_Limits_sig*)(GetFunction(EApiId_main_postcard_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16651
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_postcard_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_postcard_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g_sig*)(GetFunction(EApiId_main_postcard_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknWindowComponentLayout main_postcard_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g4_sig*)(GetFunction(EApiId_main_postcard_pane_g4)))(aVariety, aCol, aRow); }
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
	// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16658
	inline TAknWindowComponentLayout smil_status_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_volume_pane_g2_sig*)(GetFunction(EApiId_smil_status_volume_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16660
	// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16661
	inline TAknLayoutScalableParameterLimits postcard_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16663
	inline TAknWindowComponentLayout postcard_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_sig*)(GetFunction(EApiId_postcard_pane)))(aVariety, aCol, aRow); }
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 : postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16666
	inline TAknLayoutScalableParameterLimits postcard_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g1_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
	inline TAknWindowComponentLayout postcard_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g1_sig*)(GetFunction(EApiId_postcard_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16670
	inline TAknLayoutScalableParameterLimits postcard_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16672
	inline TAknWindowComponentLayout postcard_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g2_sig*)(GetFunction(EApiId_postcard_pane_g2)))(aVariety, aCol, aRow); }
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 postcard_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g3_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 TAknWindowComponentLayout postcard_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g3_sig*)(GetFunction(EApiId_postcard_pane_g3)))(aVariety, aCol, aRow); }
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 postcard_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g4_ParamLimits)))(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
	inline TAknWindowComponentLayout postcard_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g4_sig*)(GetFunction(EApiId_postcard_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16682
	inline TAknLayoutScalableParameterLimits postcard_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16684
	inline TAknWindowComponentLayout postcard_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g5_sig*)(GetFunction(EApiId_postcard_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16686
	inline TAknLayoutScalableParameterLimits postcard_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16688
	inline TAknWindowComponentLayout postcard_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g6_sig*)(GetFunction(EApiId_postcard_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16690
	inline TAknLayoutScalableParameterLimits postcard_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16692
	inline TAknWindowComponentLayout postcard_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g7_sig*)(GetFunction(EApiId_postcard_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16694
	inline TAknLayoutScalableTableLimits postcard_pane_g_Limits() const		{ return (*(Tpostcard_pane_g_Limits_sig*)(GetFunction(EApiId_postcard_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16696
	inline TAknLayoutScalableParameterLimits postcard_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpostcard_pane_g_ParamLimits_sig*)(GetFunction(EApiId_postcard_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout postcard_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_pane_g_sig*)(GetFunction(EApiId_postcard_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_mp2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16701
	inline TAknLayoutScalableParameterLimits main_mp2_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16703
	inline TAknWindowComponentLayout main_mp2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_g1_sig*)(GetFunction(EApiId_main_mp2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16705
	inline TAknLayoutScalableParameterLimits main_mp2_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16707
	inline TAknWindowComponentLayout main_mp2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_g2_sig*)(GetFunction(EApiId_main_mp2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16709
	inline TAknLayoutScalableParameterLimits main_mp2_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16711
	inline TAknWindowComponentLayout main_mp2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_g3_sig*)(GetFunction(EApiId_main_mp2_pane_g3)))(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 TAknLayoutScalableTableLimits main_mp2_pane_g_Limits() const		{ return (*(Tmain_mp2_pane_g_Limits_sig*)(GetFunction(EApiId_main_mp2_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mp2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_mp2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_g_sig*)(GetFunction(EApiId_main_mp2_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits main_mp2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mp2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_t1_sig*)(GetFunction(EApiId_main_mp2_pane_t1)))(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 TAknLayoutScalableParameterLimits main_mp2_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_t2_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_mp2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_t2_sig*)(GetFunction(EApiId_main_mp2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16727
	inline TAknLayoutScalableParameterLimits main_mp2_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16729
	inline TAknTextComponentLayout main_mp2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_t3_sig*)(GetFunction(EApiId_main_mp2_pane_t3)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableTableLimits main_mp2_pane_t_Limits() const		{ return (*(Tmain_mp2_pane_t_Limits_sig*)(GetFunction(EApiId_main_mp2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16733
	inline TAknLayoutScalableParameterLimits main_mp2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mp2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mp2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16735
	inline TAknTextComponentLayout main_mp2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp2_pane_t_sig*)(GetFunction(EApiId_main_mp2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 : main_pec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16738
	inline TAknLayoutScalableParameterLimits pec_content_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpec_content_pane_ParamLimits_sig*)(GetFunction(EApiId_pec_content_pane_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
	inline TAknWindowComponentLayout pec_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpec_content_pane_sig*)(GetFunction(EApiId_pec_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16742
	inline TAknWindowComponentLayout scroll_pane_cp015(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp015_sig*)(GetFunction(EApiId_scroll_pane_cp015)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16744
	// LAF Table : pec_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16745
	inline TAknLayoutScalableParameterLimits pec_attribute_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpec_attribute_pane_ParamLimits_sig*)(GetFunction(EApiId_pec_attribute_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16747
	inline TAknWindowComponentLayout pec_attribute_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpec_attribute_pane_sig*)(GetFunction(EApiId_pec_attribute_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16749
	inline TAknLayoutScalableParameterLimits pec_content_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpec_content_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_pec_content_pane_g1_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
	inline TAknWindowComponentLayout pec_content_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpec_content_pane_g1_sig*)(GetFunction(EApiId_pec_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16753
	inline TAknLayoutScalableParameterLimits pec_content_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpec_content_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_pec_content_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16755
	inline TAknTextComponentLayout pec_content_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpec_content_pane_t1_sig*)(GetFunction(EApiId_pec_content_pane_t1)))(aVariety, aCol, aRow); }
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 pec_content_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpec_content_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_pec_content_pane_t2_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
	inline TAknTextComponentLayout pec_content_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpec_content_pane_t2_sig*)(GetFunction(EApiId_pec_content_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16761
	inline TAknLayoutScalableTableLimits pec_content_pane_t_Limits() const		{ return (*(Tpec_content_pane_t_Limits_sig*)(GetFunction(EApiId_pec_content_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16763
	inline TAknLayoutScalableParameterLimits pec_content_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpec_content_pane_t_ParamLimits_sig*)(GetFunction(EApiId_pec_content_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknTextComponentLayout pec_content_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpec_content_pane_t_sig*)(GetFunction(EApiId_pec_content_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16767
	// LAF Table : pec_attribute_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16768
	inline TAknLayoutScalableParameterLimits list_single_graphic_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_pane_cp01_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 list_single_graphic_pane_cp01(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_pane_cp01_sig*)(GetFunction(EApiId_list_single_graphic_pane_cp01)))(aRow, aVariety, aCol); }
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
	// LAF Table : popup_mup_playback_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16773
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp04_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16775
	inline TAknWindowComponentLayout popup_mup_playback_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup_playback_window_g1_sig*)(GetFunction(EApiId_popup_mup_playback_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16777
	inline TAknTextComponentLayout popup_mup_playback_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup_playback_window_t1_sig*)(GetFunction(EApiId_popup_mup_playback_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16779
	inline TAknTextComponentLayout popup_mup_playback_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup_playback_window_t2_sig*)(GetFunction(EApiId_popup_mup_playback_window_t2)))(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
	inline TAknLayoutScalableTableLimits popup_mup_playback_window_t_Limits() const		{ return (*(Tpopup_mup_playback_window_t_Limits_sig*)(GetFunction(EApiId_popup_mup_playback_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16783
	inline TAknTextComponentLayout popup_mup_playback_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup_playback_window_t_sig*)(GetFunction(EApiId_popup_mup_playback_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16785
	// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16786
	inline TAknLayoutScalableParameterLimits main_image_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_image_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_g1_ParamLimits)))(aVariety); }
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 main_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_g1_sig*)(GetFunction(EApiId_main_image_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits scroll_pane_cp018_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp018_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp018_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16792
	inline TAknWindowComponentLayout scroll_pane_cp018(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp018_sig*)(GetFunction(EApiId_scroll_pane_cp018)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16794
	inline TAknLayoutScalableParameterLimits scroll_pane_cp016_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp016_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp016_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16796
	inline TAknWindowComponentLayout scroll_pane_cp016(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp016_sig*)(GetFunction(EApiId_scroll_pane_cp016)))(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
	// LAF Table : main_smil2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16799
	inline TAknLayoutScalableParameterLimits smil2_image_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil2_image_pane_ParamLimits_sig*)(GetFunction(EApiId_smil2_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16801
	inline TAknWindowComponentLayout smil2_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_image_pane_sig*)(GetFunction(EApiId_smil2_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16803
	inline TAknLayoutScalableParameterLimits smil2_root_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil2_root_pane_ParamLimits_sig*)(GetFunction(EApiId_smil2_root_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16805
	inline TAknWindowComponentLayout smil2_root_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_root_pane_sig*)(GetFunction(EApiId_smil2_root_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16807
	inline TAknLayoutScalableParameterLimits smil2_text_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil2_text_pane_ParamLimits_sig*)(GetFunction(EApiId_smil2_text_pane_ParamLimits)))(aVariety); }
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 smil2_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_text_pane_sig*)(GetFunction(EApiId_smil2_text_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
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16812
	inline TAknWindowComponentLayout bg_list_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_list_pane_cp06_sig*)(GetFunction(EApiId_bg_list_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16814
	inline TAknWindowComponentLayout grid_radio_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_radio_pane_sig*)(GetFunction(EApiId_grid_radio_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16816
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16817
	inline TAknWindowComponentLayout bg_popup_window_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp06_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16819
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16820
	inline TAknTextComponentLayout main_fmradio_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_t1_sig*)(GetFunction(EApiId_main_fmradio_pane_t1)))(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
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16823
	inline TAknWindowComponentLayout heading_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp04_sig*)(GetFunction(EApiId_heading_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16825
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16826
	inline TAknTextComponentLayout main_fmradio_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_t2_sig*)(GetFunction(EApiId_main_fmradio_pane_t2)))(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 : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16829
	inline TAknWindowComponentLayout popup_cale_lunar_info_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_g1_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_g1)))(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
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16832
	inline TAknTextComponentLayout main_fmradio_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_t3_sig*)(GetFunction(EApiId_main_fmradio_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16834
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16835
	inline TAknWindowComponentLayout popup_cale_lunar_info_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_g2_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_g2)))(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
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16838
	inline TAknTextComponentLayout main_fmradio_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_t4_sig*)(GetFunction(EApiId_main_fmradio_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16840
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16841
	inline TAknLayoutScalableTableLimits popup_cale_lunar_info_window_g_Limits() const		{ return (*(Tpopup_cale_lunar_info_window_g_Limits_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16843
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16844
	inline TAknTextComponentLayout main_fmradio_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_t5_sig*)(GetFunction(EApiId_main_fmradio_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16846
	inline TAknLayoutScalableTableLimits main_fmradio_pane_t_Limits() const		{ return (*(Tmain_fmradio_pane_t_Limits_sig*)(GetFunction(EApiId_main_fmradio_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16848
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16849
	inline TAknWindowComponentLayout popup_cale_lunar_info_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_g_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16851
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16852
	inline TAknTextComponentLayout main_fmradio_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmradio_pane_t_sig*)(GetFunction(EApiId_main_fmradio_pane_t)))(aLineIndex, 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
	inline TAknWindowComponentLayout wait_bar_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp03_sig*)(GetFunction(EApiId_wait_bar_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16856
	// LAF Table : grid_radio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16857
	inline TAknLayoutScalableParameterLimits cell_fmradio_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_fmradio_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_fmradio_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_fmradio_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_fmradio_pane_sig*)(GetFunction(EApiId_cell_fmradio_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16861
	// LAF Table : cell_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16862
	inline TAknLayoutScalableParameterLimits cell_fmradio_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_fmradio_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_fmradio_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_fmradio_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_fmradio_pane_g1_sig*)(GetFunction(EApiId_cell_fmradio_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16866
	inline TAknWindowComponentLayout grid_highlight_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp011_sig*)(GetFunction(EApiId_grid_highlight_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16868
	// LAF Table : main_call_poc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16869
	inline TAknLayoutScalableParameterLimits poc_content_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpoc_content_pane_ParamLimits_sig*)(GetFunction(EApiId_poc_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16871
	inline TAknWindowComponentLayout poc_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpoc_content_pane_sig*)(GetFunction(EApiId_poc_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16873
	inline TAknWindowComponentLayout scroll_pane_cp019(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp019_sig*)(GetFunction(EApiId_scroll_pane_cp019)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16875
	// LAF Table : poc_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16876
	inline TAknLayoutScalableParameterLimits popup_call_poc_act_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_act_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16878
	inline TAknWindowComponentLayout popup_call_poc_act_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_sig*)(GetFunction(EApiId_popup_call_poc_act_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16880
	inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_inact_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call_poc_inact_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_inact_window_sig*)(GetFunction(EApiId_popup_call_poc_inact_window)))(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 : bg_popup_call_poc_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16885
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g)))(aLineIndex, 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
	// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16888
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16890
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g2_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g2)))(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
	// LAF Table : popup_call_poc_act_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16893
	inline TAknWindowComponentLayout popup_call_poc_act_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_g2_sig*)(GetFunction(EApiId_popup_call_poc_act_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16895
	// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16896
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g3_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16898
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g4_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16900
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g5_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g5)))(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
	// LAF Table : popup_call_poc_act_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16903
	inline TAknLayoutScalableParameterLimits popup_call_poc_act_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_act_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16905
	inline TAknTextComponentLayout popup_call_poc_act_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_t1_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t1)))(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 TAknLayoutScalableParameterLimits popup_call_poc_act_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_act_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t2_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_call_poc_act_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_t2_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16911
	inline TAknLayoutScalableParameterLimits popup_call_poc_act_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_act_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16913
	inline TAknTextComponentLayout popup_call_poc_act_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_t3_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16915
	inline TAknLayoutScalableParameterLimits popup_call_poc_act_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_act_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t4_ParamLimits)))(aVariety); }
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 popup_call_poc_act_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_t4_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t4)))(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 TAknLayoutScalableTableLimits popup_call_poc_act_window_t_Limits() const		{ return (*(Tpopup_call_poc_act_window_t_Limits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call_poc_act_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_act_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_act_window_t_ParamLimits)))(aLineIndex, aVariety); }
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 popup_call_poc_act_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_act_window_t_sig*)(GetFunction(EApiId_popup_call_poc_act_window_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 : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16926
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g6_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g6)))(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 TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g7_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g7)))(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 TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g8_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g8)))(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
	// LAF Table : popup_call_poc_inact_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16933
	inline TAknWindowComponentLayout popup_call_poc_inact_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_inact_window_g2_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16935
	// LAF Table : bg_popup_call_poc_inact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16936
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g9_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16938
	inline TAknLayoutScalableTableLimits bg_popup_call_poc_inact_pane_g_Limits() const		{ return (*(Tbg_popup_call_poc_inact_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16940
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_g_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16942
	// LAF Table : popup_call_poc_inact_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16943
	inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_inact_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t1_ParamLimits)))(aVariety); }
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 popup_call_poc_inact_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_inact_window_t1_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t1)))(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
	inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_inact_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16949
	inline TAknTextComponentLayout popup_call_poc_inact_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_inact_window_t2_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16951
	inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_inact_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16953
	inline TAknTextComponentLayout popup_call_poc_inact_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_inact_window_t3_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16955
	inline TAknLayoutScalableTableLimits popup_call_poc_inact_window_t_Limits() const		{ return (*(Tpopup_call_poc_inact_window_t_Limits_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16957
	inline TAknLayoutScalableParameterLimits popup_call_poc_inact_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_poc_inact_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16959
	inline TAknTextComponentLayout popup_call_poc_inact_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call_poc_inact_window_t_sig*)(GetFunction(EApiId_popup_call_poc_inact_window_t)))(aLineIndex, 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
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16962
	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
 16963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16964
	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
 16965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16966
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16967
	inline TAknWindowComponentLayout main_call2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call2_pane_sig*)(GetFunction(EApiId_main_call2_pane)))(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
	inline TAknLayoutScalableParameterLimits popup_phob_thumbnail2_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_phob_thumbnail2_window_ParamLimits_sig*)(GetFunction(EApiId_popup_phob_thumbnail2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16971
	inline TAknWindowComponentLayout popup_phob_thumbnail2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_phob_thumbnail2_window_sig*)(GetFunction(EApiId_popup_phob_thumbnail2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16973
	// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16974
	inline TAknWindowComponentLayout aid_hotspot_pointer_arrow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hotspot_pointer_arrow_pane_sig*)(GetFunction(EApiId_aid_hotspot_pointer_arrow_pane)))(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 aid_hotspot_pointer_hand_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hotspot_pointer_hand_pane_sig*)(GetFunction(EApiId_aid_hotspot_pointer_hand_pane)))(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
	// LAF Table : phob_pre_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16979
	inline TAknWindowComponentLayout phob_pre_status_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob_pre_status_pane_g5_sig*)(GetFunction(EApiId_phob_pre_status_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16981
	// LAF Table : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16982
	inline TAknLayoutScalableParameterLimits cams_zoom_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcams_zoom_pane_ParamLimits_sig*)(GetFunction(EApiId_cams_zoom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16984
	inline TAknLayoutScalableParameterLimits image_vga_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Timage_vga_pane_ParamLimits_sig*)(GetFunction(EApiId_image_vga_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16986
	inline TAknLayoutScalableParameterLimits main_camera_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16988
	inline TAknLayoutScalableParameterLimits main_camera_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16990
	inline TAknLayoutScalableParameterLimits main_camera_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16992
	inline TAknLayoutScalableParameterLimits main_camera_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16994
	inline TAknLayoutScalableParameterLimits main_camera_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16996
	inline TAknLayoutScalableParameterLimits main_camera_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16998
	inline TAknLayoutScalableParameterLimits main_camera_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 16999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17000
	inline TAknLayoutScalableParameterLimits main_camera_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17002
	inline TAknLayoutScalableParameterLimits main_camera_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17004
	inline TAknLayoutScalableParameterLimits main_camera_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17006
	inline TAknLayoutScalableParameterLimits main_camera_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_camera_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 : popup_phob_thumbnail2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17009
	inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp01_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_preview_window_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_phob_thumbnail2_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_phob_thumbnail2_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_phob_thumbnail2_window_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout popup_phob_thumbnail2_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_phob_thumbnail2_window_g1_sig*)(GetFunction(EApiId_popup_phob_thumbnail2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17017
	// LAF Table : main_call2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17018
	inline TAknWindowComponentLayout call2_cli_visual_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_pane_sig*)(GetFunction(EApiId_call2_cli_visual_pane)))(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 popup_call2_audio_conf_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_conf_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_conf_window_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 popup_call2_audio_conf_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_conf_window_sig*)(GetFunction(EApiId_popup_call2_audio_conf_window)))(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 popup_call2_audio_first_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_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 popup_call2_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_sig*)(GetFunction(EApiId_popup_call2_audio_first_window)))(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 popup_call2_audio_in_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_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 popup_call2_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_sig*)(GetFunction(EApiId_popup_call2_audio_in_window)))(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 popup_call2_audio_out_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_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 popup_call2_audio_out_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_sig*)(GetFunction(EApiId_popup_call2_audio_out_window)))(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 popup_call2_audio_second_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_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 popup_call2_audio_second_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_sig*)(GetFunction(EApiId_popup_call2_audio_second_window)))(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 popup_call2_audio_wait_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_wait_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window_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 popup_call2_audio_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_wait_window_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window)))(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
	// LAF Table : popup_call2_audio_conf_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17045
	inline TAknWindowComponentLayout bg_popup_call2_act_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_act_pane_cp03_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17047
	inline TAknWindowComponentLayout list_conf_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_conf_pane_cp_sig*)(GetFunction(EApiId_list_conf_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17049
	inline TAknTextComponentLayout popup_call2_audio_conf_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_conf_window_t1_sig*)(GetFunction(EApiId_popup_call2_audio_conf_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17051
	// LAF Table : list_conf_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17052
	inline TAknLayoutScalableParameterLimits list_single_graphic_popup_conf2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_popup_conf2_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane_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 list_single_graphic_popup_conf2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_graphic_popup_conf2_pane_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : list_single_graphic_popup_conf2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17057
	inline TAknWindowComponentLayout list_highlight_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp04_sig*)(GetFunction(EApiId_list_highlight_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17059
	inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf2_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17061
	inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf2_pane_g2_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17063
	inline TAknLayoutScalableTableLimits list_single_graphic_popup_conf2_pane_g_Limits() const		{ return (*(Tlist_single_graphic_popup_conf2_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout list_single_graphic_popup_conf2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf2_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17067
	inline TAknTextComponentLayout list_single_graphic_popup_conf2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf2_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17069
	// LAF Table : popup_call2_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17070
	inline TAknLayoutScalableParameterLimits bg_popup_call2_act_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call2_act_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17072
	inline TAknWindowComponentLayout bg_popup_call2_act_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_act_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17074
	inline TAknLayoutScalableParameterLimits call_type_pane_cp05_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_type_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_call_type_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17075
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17076
	inline TAknWindowComponentLayout call_type_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp05_sig*)(GetFunction(EApiId_call_type_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17078
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17080
	inline TAknWindowComponentLayout popup_call2_audio_second_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_g1_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17082
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g2_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 popup_call2_audio_second_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_g2_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g2)))(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 TAknLayoutScalableTableLimits popup_call2_audio_second_window_g_Limits() const		{ return (*(Tpopup_call2_audio_second_window_g_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout popup_call2_audio_second_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_g_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17092
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17094
	inline TAknTextComponentLayout popup_call2_audio_second_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_t1_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17096
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_second_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_t2_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t2)))(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 TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_call2_audio_second_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_t3_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17104
	inline TAknLayoutScalableTableLimits popup_call2_audio_second_window_t_Limits() const		{ return (*(Tpopup_call2_audio_second_window_t_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17106
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_second_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17108
	inline TAknTextComponentLayout popup_call2_audio_second_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_t_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17110
	// LAF Table : popup_call2_audio_wait_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17111
	inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_in_pane_cp02_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_cp02)))(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
	inline TAknWindowComponentLayout call_type_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp04_sig*)(GetFunction(EApiId_call_type_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17115
	inline TAknWindowComponentLayout popup_call2_audio_wait_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_wait_window_g1_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17117
	inline TAknWindowComponentLayout popup_call2_audio_wait_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_wait_window_g2_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17119
	inline TAknLayoutScalableTableLimits popup_call2_audio_wait_window_g_Limits() const		{ return (*(Tpopup_call2_audio_wait_window_g_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17121
	inline TAknWindowComponentLayout popup_call2_audio_wait_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_wait_window_g_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_call2_audio_wait_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_wait_window_t3_sig*)(GetFunction(EApiId_popup_call2_audio_wait_window_t3)))(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
	// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17126
	inline TAknLayoutScalableParameterLimits bg_popup_call2_act_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call2_act_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17128
	inline TAknWindowComponentLayout bg_popup_call2_act_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_act_pane_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17130
	inline TAknLayoutScalableParameterLimits call_type_pane_cp03_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall_type_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_call_type_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17132
	inline TAknWindowComponentLayout call_type_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp03_sig*)(GetFunction(EApiId_call_type_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17134
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g1_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 popup_call2_audio_first_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_g1_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g1)))(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
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17140
	inline TAknWindowComponentLayout popup_call2_audio_first_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_g2_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17142
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17144
	inline TAknWindowComponentLayout popup_call2_audio_first_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_g3_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17146
	inline TAknLayoutScalableTableLimits popup_call2_audio_first_window_g_Limits() const		{ return (*(Tpopup_call2_audio_first_window_g_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 popup_call2_audio_first_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_g_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g)))(aLineIndex, 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 popup_call2_audio_first_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_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 popup_call2_audio_first_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_t1_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_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
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17158
	inline TAknTextComponentLayout popup_call2_audio_first_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_t4_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17160
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17162
	inline TAknTextComponentLayout popup_call2_audio_first_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_t5_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17164
	inline TAknLayoutScalableTableLimits popup_call2_audio_first_window_t_Limits() const		{ return (*(Tpopup_call2_audio_first_window_t_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_first_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout popup_call2_audio_first_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_t_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : bg_popup_call2_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17171
	inline TAknWindowComponentLayout bg_popup_call2_act_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_act_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17173
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17174
	inline TAknTextComponentLayout popup_cale_lunar_info_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_t1_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17176
	inline TAknTextComponentLayout popup_cale_lunar_info_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_t2_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17178
	inline TAknTextComponentLayout popup_cale_lunar_info_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_t3_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17180
	// LAF Table : bg_popup_call2_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17181
	inline TAknWindowComponentLayout bg_popup_call2_bubble_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane)))(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 : popup_call2_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17184
	inline TAknLayoutScalableParameterLimits bg_popup_call2_in_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call2_in_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_cp01_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 bg_popup_call2_in_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_in_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_cp01)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout call_type_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_type_pane_cp02_sig*)(GetFunction(EApiId_call_type_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17190
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17192
	inline TAknWindowComponentLayout popup_call2_audio_out_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_g1_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17194
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g2_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 popup_call2_audio_out_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_g2_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g2)))(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 popup_call2_audio_out_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g3_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 TAknWindowComponentLayout popup_call2_audio_out_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_g3_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call2_audio_out_window_g_Limits() const		{ return (*(Tpopup_call2_audio_out_window_g_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17206
	inline TAknWindowComponentLayout popup_call2_audio_out_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_g_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17208
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17210
	inline TAknTextComponentLayout popup_call2_audio_out_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t1_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_out_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t2_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_call2_audio_out_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t3_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17220
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17222
	inline TAknTextComponentLayout popup_call2_audio_out_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t4_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17224
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17226
	inline TAknTextComponentLayout popup_call2_audio_out_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t5_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17228
	inline TAknLayoutScalableTableLimits popup_call2_audio_out_window_t_Limits() const		{ return (*(Tpopup_call2_audio_out_window_t_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17230
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_out_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17232
	inline TAknTextComponentLayout popup_call2_audio_out_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17234
	// LAF Table : popup_call2_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17235
	inline TAknLayoutScalableParameterLimits bg_popup_call2_in_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call2_in_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call2_in_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_in_pane_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_in_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_g1_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_in_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_g2_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_in_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_g3_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call2_audio_in_window_g_Limits() const		{ return (*(Tpopup_call2_audio_in_window_g_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout popup_call2_audio_in_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_g_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17257
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17259
	inline TAknTextComponentLayout popup_call2_audio_in_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t1_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17261
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t2_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 TAknTextComponentLayout popup_call2_audio_in_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t2_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t2)))(aVariety, aCol, 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
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17267
	inline TAknTextComponentLayout popup_call2_audio_in_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t3_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17269
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17271
	inline TAknTextComponentLayout popup_call2_audio_in_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t4_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17273
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17275
	inline TAknTextComponentLayout popup_call2_audio_in_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t5_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17277
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t6_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17279
	inline TAknTextComponentLayout popup_call2_audio_in_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t6_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17281
	inline TAknLayoutScalableTableLimits popup_call2_audio_in_window_t_Limits() const		{ return (*(Tpopup_call2_audio_in_window_t_Limits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17283
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call2_audio_in_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17285
	inline TAknTextComponentLayout popup_call2_audio_in_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_t_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17287
	// LAF Table : bg_popup_call2_in_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17288
	inline TAknWindowComponentLayout bg_popup_call2_in_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_in_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17290
	// LAF Table : popup_cale_lunar_info_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17291
	inline TAknTextComponentLayout popup_cale_lunar_info_window_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_t4_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_t4)))(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 TAknLayoutScalableTableLimits popup_cale_lunar_info_window_t_Limits() const		{ return (*(Tpopup_cale_lunar_info_window_t_Limits_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_cale_lunar_info_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_t_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window_t)))(aLineIndex, 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
	// LAF Table : bg_popup_call2_in_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17298
	inline TAknLayoutScalableParameterLimits bg_popup_call2_rect_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call2_rect_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17300
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17302
	// LAF Table : call2_cli_visual_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17303
	inline TAknWindowComponentLayout call2_cli_visual_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_graphic_pane_sig*)(GetFunction(EApiId_call2_cli_visual_graphic_pane)))(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 TAknWindowComponentLayout call2_cli_visual_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_text_pane_sig*)(GetFunction(EApiId_call2_cli_visual_text_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17308
	inline TAknWindowComponentLayout smil_status_volume_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_volume_pane_g3_sig*)(GetFunction(EApiId_smil_status_volume_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17309
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17310
	inline TAknLayoutScalableTableLimits smil_status_volume_pane_g_Limits() const		{ return (*(Tsmil_status_volume_pane_g_Limits_sig*)(GetFunction(EApiId_smil_status_volume_pane_g_Limits)))(); }
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
	// LAF Table : call2_cli_visual_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17313
	inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_graphic_pane_g1_sig*)(GetFunction(EApiId_call2_cli_visual_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17315
	inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_graphic_pane_g2_sig*)(GetFunction(EApiId_call2_cli_visual_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17317
	inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_graphic_pane_g3_sig*)(GetFunction(EApiId_call2_cli_visual_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17319
	inline TAknLayoutScalableTableLimits call2_cli_visual_graphic_pane_g_Limits() const		{ return (*(Tcall2_cli_visual_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_call2_cli_visual_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17321
	inline TAknWindowComponentLayout call2_cli_visual_graphic_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall2_cli_visual_graphic_pane_g_sig*)(GetFunction(EApiId_call2_cli_visual_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17323
	// LAF Table : bg_popup_call2_rect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17324
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call2_rect_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g2_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g2)))(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
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g3_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17330
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g4_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17332
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g5_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17334
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g6_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g6)))(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 bg_popup_call2_rect_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g7_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g7)))(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
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g8_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17340
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g9_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17342
	inline TAknLayoutScalableTableLimits bg_popup_call2_rect_pane_g_Limits() const		{ return (*(Tbg_popup_call2_rect_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17344
	inline TAknWindowComponentLayout bg_popup_call2_rect_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_rect_pane_g_sig*)(GetFunction(EApiId_bg_popup_call2_rect_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17346
	// LAF Table : bg_popup_call2_bubble_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17347
	inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17349
	inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g2_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17351
	inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g3_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17353
	inline TAknWindowComponentLayout bg_popup_call2_bubble_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g4_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g4)))(aVariety, aCol, aRow); }
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 bg_popup_call2_bubble_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g5_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g5)))(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 TAknWindowComponentLayout bg_popup_call2_bubble_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g6_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g6)))(aVariety, aCol, aRow); }
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 bg_popup_call2_bubble_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g7_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g7)))(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 TAknWindowComponentLayout bg_popup_call2_bubble_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g8_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g8)))(aVariety, aCol, aRow); }
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 bg_popup_call2_bubble_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g9_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g9)))(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 TAknLayoutScalableTableLimits bg_popup_call2_bubble_pane_g_Limits() const		{ return (*(Tbg_popup_call2_bubble_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g_Limits)))(); }
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 bg_popup_call2_bubble_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_bubble_pane_g_sig*)(GetFunction(EApiId_bg_popup_call2_bubble_pane_g)))(aLineIndex, 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 : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17370
	inline TAknWindowComponentLayout aid_cale_week_size_cell_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cale_week_size_cell_pane_sig*)(GetFunction(EApiId_aid_cale_week_size_cell_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17373
	inline TAknLayoutScalableParameterLimits aid_cams_cif_uncrop_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_cams_cif_uncrop_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_cams_cif_uncrop_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17375
	inline TAknWindowComponentLayout aid_cams_cif_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cams_cif_uncrop_pane_sig*)(GetFunction(EApiId_aid_cams_cif_uncrop_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17378
	inline TAknLayoutScalableParameterLimits aid_cams_size_cell_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_cams_size_cell_ParamLimits_sig*)(GetFunction(EApiId_aid_cams_size_cell_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17380
	inline TAknWindowComponentLayout aid_cams_size_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cams_size_cell_sig*)(GetFunction(EApiId_aid_cams_size_cell)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17382
	inline TAknLayoutScalableParameterLimits grid_cams_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_cams_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_cams_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17384
	inline TAknLayoutScalableParameterLimits linegrid_cams_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlinegrid_cams_pane_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cams_pane_ParamLimits)))(aVariety); }
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
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17387
	inline TAknTextComponentLayout call_video_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_pane_t1_sig*)(GetFunction(EApiId_call_video_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17389
	inline TAknTextComponentLayout call_video_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_pane_t2_sig*)(GetFunction(EApiId_call_video_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17391
	inline TAknLayoutScalableTableLimits call_video_pane_t_Limits() const		{ return (*(Tcall_video_pane_t_Limits_sig*)(GetFunction(EApiId_call_video_pane_t_Limits)))(); }
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 TAknTextComponentLayout call_video_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_video_pane_t_sig*)(GetFunction(EApiId_call_video_pane_t)))(aLineIndex, 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
	// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17396
	inline TAknLayoutScalableParameterLimits aid_cale_month_size_cell_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_cale_month_size_cell_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_cale_month_size_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17398
	inline TAknWindowComponentLayout aid_cale_month_size_cell_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cale_month_size_cell_pane_sig*)(GetFunction(EApiId_aid_cale_month_size_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17400
	// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17401
	inline TAknWindowComponentLayout smil_status_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_volume_pane_g_sig*)(GetFunction(EApiId_smil_status_volume_pane_g)))(aLineIndex, 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 volume_smil_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tvolume_smil_pane_ParamLimits_sig*)(GetFunction(EApiId_volume_smil_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
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17406
	inline TAknWindowComponentLayout aid_popup2_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_popup2_width_pane_sig*)(GetFunction(EApiId_aid_popup2_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17408
	// LAF Table : cell_qdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17409
	inline TAknLayoutScalableParameterLimits cell_qdial_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_qdial_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_qdial_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17411
	inline TAknWindowComponentLayout cell_qdial_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_qdial_pane_g4_sig*)(GetFunction(EApiId_cell_qdial_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17413
	// LAF Table : compass_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17414
	inline TAknLayoutScalableParameterLimits aid_blid_cardinal_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_blid_cardinal_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_blid_cardinal_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17416
	inline TAknLayoutScalableParameterLimits aid_blid_destination_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_blid_destination_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_blid_destination_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17418
	inline TAknWindowComponentLayout aid_blid_destination_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_blid_destination_pane_sig*)(GetFunction(EApiId_aid_blid_destination_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17420
	// LAF Table : popup_call_poc_act_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17421
	inline TAknLayoutScalableParameterLimits bg_popup_call_poc_act_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_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 bg_popup_call_poc_act_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane)))(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
	// LAF Table : popup_call_poc_inact_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17426
	inline TAknLayoutScalableParameterLimits bg_popup_call_poc_inact_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17428
	inline TAknWindowComponentLayout bg_popup_call_poc_inact_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_inact_pane_sig*)(GetFunction(EApiId_bg_popup_call_poc_inact_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17430
	// LAF Table : bg_popup_call_poc_act_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17431
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g1)))(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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g2_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_popup_call_poc_act_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g3_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g3)))(aVariety, aCol, aRow); }
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 bg_popup_call_poc_act_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g4_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g4)))(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
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g5_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17441
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g6_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17443
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g7_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17445
	inline TAknWindowComponentLayout bg_popup_call_poc_act_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_poc_act_pane_g8_sig*)(GetFunction(EApiId_bg_popup_call_poc_act_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17447
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17448
	inline TAknWindowComponentLayout main_usb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_sig*)(GetFunction(EApiId_main_usb_pane)))(aVariety, aCol, aRow); }
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 popup_cale_lunar_info_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_lunar_info_window_sig*)(GetFunction(EApiId_popup_cale_lunar_info_window)))(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
	// LAF Table : im_reading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17453
	inline TAknLayoutScalableParameterLimits im_reading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tim_reading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_im_reading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17455
	inline TAknLayoutScalableParameterLimits list_im_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_im_pane_ParamLimits_sig*)(GetFunction(EApiId_list_im_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17457
	inline TAknLayoutScalableParameterLimits scroll_pane_cp07_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17459
	// LAF Table : mup_equalizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17460
	inline TAknWindowComponentLayout grid_highlight_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp012_sig*)(GetFunction(EApiId_grid_highlight_pane_cp012)))(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 TAknLayoutScalableParameterLimits mup_scale_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_scale_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_scale_pane_ParamLimits)))(aVariety); }
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
	// LAF Table : main_usb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17465
	inline TAknLayoutScalableParameterLimits main_usb_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17467
	inline TAknWindowComponentLayout main_usb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_g1_sig*)(GetFunction(EApiId_main_usb_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits main_usb_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17471
	inline TAknWindowComponentLayout main_usb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_g2_sig*)(GetFunction(EApiId_main_usb_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17473
	inline TAknLayoutScalableTableLimits main_usb_pane_g_Limits() const		{ return (*(Tmain_usb_pane_g_Limits_sig*)(GetFunction(EApiId_main_usb_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_usb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout main_usb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_g_sig*)(GetFunction(EApiId_main_usb_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17479
	inline TAknLayoutScalableParameterLimits main_usb_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17481
	inline TAknTextComponentLayout main_usb_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t1_sig*)(GetFunction(EApiId_main_usb_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17483
	inline TAknLayoutScalableParameterLimits main_usb_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17485
	inline TAknTextComponentLayout main_usb_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t2_sig*)(GetFunction(EApiId_main_usb_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17487
	inline TAknLayoutScalableParameterLimits main_usb_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17489
	inline TAknTextComponentLayout main_usb_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t3_sig*)(GetFunction(EApiId_main_usb_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17491
	inline TAknLayoutScalableParameterLimits main_usb_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17493
	inline TAknTextComponentLayout main_usb_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t4_sig*)(GetFunction(EApiId_main_usb_pane_t4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_usb_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_usb_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t5_sig*)(GetFunction(EApiId_main_usb_pane_t5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_usb_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_usb_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_usb_pane_t6_sig*)(GetFunction(EApiId_main_usb_pane_t6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_usb_pane_t_Limits() const		{ return (*(Tmain_usb_pane_t_Limits_sig*)(GetFunction(EApiId_main_usb_pane_t_Limits)))(); }
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 main_usb_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_usb_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_usb_pane_t_ParamLimits)))(aLineIndex, 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
	// LAF Table : main_location2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17508
	inline TAknWindowComponentLayout aid_text_placing(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_text_placing_sig*)(GetFunction(EApiId_aid_text_placing)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17510
	inline TAknLayoutScalableParameterLimits main_location2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_location2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_location2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17512
	inline TAknLayoutScalableParameterLimits main_location2_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_location2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_location2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17514
	inline TAknLayoutScalableParameterLimits main_location2_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_location2_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_location2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17516
	inline TAknLayoutScalableParameterLimits main_location2_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_location2_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_location2_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_location2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_location2_pane_t4_sig*)(GetFunction(EApiId_main_location2_pane_t4)))(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 main_location2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_location2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_location2_pane_t_ParamLimits)))(aLineIndex, 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
	// LAF Table : find_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17523
	inline TAknLayoutScalableParameterLimits find_pinb_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfind_pinb_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_find_pinb_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17525
	inline TAknWindowComponentLayout find_pinb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_g2_sig*)(GetFunction(EApiId_find_pinb_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17527
	inline TAknLayoutScalableTableLimits find_pinb_pane_g_Limits() const		{ return (*(Tfind_pinb_pane_g_Limits_sig*)(GetFunction(EApiId_find_pinb_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17529
	inline TAknLayoutScalableParameterLimits find_pinb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfind_pinb_pane_g_ParamLimits_sig*)(GetFunction(EApiId_find_pinb_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17531
	inline TAknWindowComponentLayout find_pinb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pinb_pane_g_sig*)(GetFunction(EApiId_find_pinb_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17533
	inline TAknLayoutScalableParameterLimits find_pinb_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfind_pinb_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_find_pinb_pane_t1_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 TAknLayoutScalableParameterLimits find_pinb_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfind_pinb_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_find_pinb_pane_t2_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits find_pinb_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfind_pinb_pane_t_ParamLimits_sig*)(GetFunction(EApiId_find_pinb_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17539
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17540
	inline TAknWindowComponentLayout main_call3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call3_pane_sig*)(GetFunction(EApiId_main_call3_pane)))(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 : cale_month_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17543
	inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t2_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17549
	inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17551
	inline TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t5_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t6_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t7_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_month_day_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcale_month_day_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cale_month_day_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 : smil_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17560
	inline TAknWindowComponentLayout smil_status_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_volume_pane_sig*)(GetFunction(EApiId_smil_status_volume_pane)))(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
	// LAF Table : postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17563
	inline TAknLayoutScalableParameterLimits postcard_address_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_address_pane_ParamLimits_sig*)(GetFunction(EApiId_postcard_address_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17565
	inline TAknWindowComponentLayout postcard_address_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_address_pane_sig*)(GetFunction(EApiId_postcard_address_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits postcard_message_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_message_pane_ParamLimits_sig*)(GetFunction(EApiId_postcard_message_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout postcard_message_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_message_pane_sig*)(GetFunction(EApiId_postcard_message_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17571
	// LAF Table : call2_cli_visual_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17572
	inline TAknLayoutScalableParameterLimits call2_cli_visual_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall2_cli_visual_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_call2_cli_visual_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout call2_cli_visual_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcall2_cli_visual_pane_t1_sig*)(GetFunction(EApiId_call2_cli_visual_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17576
	// LAF Table : postcard_message_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17577
	inline TAknLayoutScalableParameterLimits postcard_message_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_message_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_postcard_message_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout postcard_message_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tpostcard_message_pane_t1_sig*)(GetFunction(EApiId_postcard_message_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17581
	// LAF Table : postcard_address_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17582
	inline TAknLayoutScalableParameterLimits postcard_address_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_address_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_postcard_address_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17584
	inline TAknTextComponentLayout postcard_address_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tpostcard_address_pane_t1_sig*)(GetFunction(EApiId_postcard_address_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17586
	// LAF Table : main_call3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17587
	inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17589
	inline TAknWindowComponentLayout popup_call3_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_sig*)(GetFunction(EApiId_popup_call3_audio_in_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17591
	// LAF Table : popup_call3_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17592
	inline TAknLayoutScalableParameterLimits bg_popup_call3_in_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_call3_in_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call3_in_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17594
	inline TAknWindowComponentLayout bg_popup_call3_in_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_in_pane_sig*)(GetFunction(EApiId_bg_popup_call3_in_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17596
	inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g1_ParamLimits)))(aVariety); }
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 popup_call3_audio_in_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_g1_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g1)))(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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g2_ParamLimits)))(aVariety); }
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 popup_call3_audio_in_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_g2_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g2)))(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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call3_audio_in_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_g3_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g3)))(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 popup_call3_audio_in_window_g_Limits() const		{ return (*(Tpopup_call3_audio_in_window_g_Limits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g_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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout popup_call3_audio_in_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_g_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17614
	inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17616
	inline TAknTextComponentLayout popup_call3_audio_in_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_t1_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17618
	inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17620
	inline TAknTextComponentLayout popup_call3_audio_in_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_t2_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17622
	inline TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t3_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 TAknTextComponentLayout popup_call3_audio_in_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_t3_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_call3_audio_in_window_t_Limits() const		{ return (*(Tpopup_call3_audio_in_window_t_Limits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_t_ParamLimits)))(aLineIndex, aVariety); }
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 popup_call3_audio_in_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_t_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_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
	// LAF Table : bg_popup_call3_in_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17633
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17635
	// LAF Table : bg_popup_call3_rect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17636
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g1_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17638
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g2_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17640
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g3_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17642
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g4_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17644
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g5_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17646
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g6_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17648
	inline TAknWindowComponentLayout bg_popup_call3_rect_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call3_rect_pane_g7_sig*)(GetFunction(EApiId_bg_popup_call3_rect_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17650
	// LAF Table : mup_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17651
	inline TAknWindowComponentLayout mup_visualizer_osc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_osc_pane_sig*)(GetFunction(EApiId_mup_visualizer_osc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17653
	inline TAknWindowComponentLayout mup_visualizer_spec_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_spec_pane_sig*)(GetFunction(EApiId_mup_visualizer_spec_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17655
	// LAF Table : popup_call3_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17656
	inline TAknLayoutScalableParameterLimits call3_video_qcif_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall3_video_qcif_pane_ParamLimits_sig*)(GetFunction(EApiId_call3_video_qcif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17658
	inline TAknWindowComponentLayout call3_video_qcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall3_video_qcif_pane_sig*)(GetFunction(EApiId_call3_video_qcif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17660
	inline TAknLayoutScalableParameterLimits call3_video_qcif_uncrop_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall3_video_qcif_uncrop_pane_ParamLimits_sig*)(GetFunction(EApiId_call3_video_qcif_uncrop_pane_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 call3_video_qcif_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall3_video_qcif_uncrop_pane_sig*)(GetFunction(EApiId_call3_video_qcif_uncrop_pane)))(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
	inline TAknLayoutScalableParameterLimits call3_video_subqcif_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall3_video_subqcif_pane_ParamLimits_sig*)(GetFunction(EApiId_call3_video_subqcif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17666
	inline TAknWindowComponentLayout call3_video_subqcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall3_video_subqcif_pane_sig*)(GetFunction(EApiId_call3_video_subqcif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17668
	inline TAknLayoutScalableParameterLimits call3_video_subqcif_uncrop_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcall3_video_subqcif_uncrop_pane_ParamLimits_sig*)(GetFunction(EApiId_call3_video_subqcif_uncrop_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17670
	inline TAknWindowComponentLayout call3_video_subqcif_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall3_video_subqcif_uncrop_pane_sig*)(GetFunction(EApiId_call3_video_subqcif_uncrop_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call3_audio_in_window_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call3_audio_in_window_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call3_audio_in_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call3_audio_in_window_g4_sig*)(GetFunction(EApiId_popup_call3_audio_in_window_g4)))(aVariety, aCol, aRow); }
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
	// LAF Table : mup_visualizer_spec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17677
	inline TAknWindowComponentLayout mup_spec_half_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_spec_half_pane_sig*)(GetFunction(EApiId_mup_spec_half_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17679
	inline TAknWindowComponentLayout mup_spec_half_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_spec_half_pane_cp_sig*)(GetFunction(EApiId_mup_spec_half_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17681
	// LAF Table : mup_visualizer_osc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17682
	inline TAknWindowComponentLayout mup_osc_middle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_osc_middle_pane_sig*)(GetFunction(EApiId_mup_osc_middle_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout mup_visualizer_osc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_visualizer_osc_pane_g1_sig*)(GetFunction(EApiId_mup_visualizer_osc_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : mup_spec_half_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17687
	inline TAknLayoutScalableParameterLimits mup_spec_bar_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_spec_bar_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_spec_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17689
	inline TAknWindowComponentLayout mup_spec_bar_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tmup_spec_bar_pane_sig*)(GetFunction(EApiId_mup_spec_bar_pane)))(aCol, aVariety, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17691
	// LAF Table : mup_spec_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17692
	inline TAknWindowComponentLayout mup_spec_bar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_spec_bar_pane_g1_sig*)(GetFunction(EApiId_mup_spec_bar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17694
	inline TAknWindowComponentLayout mup_spec_bar_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_spec_bar_pane_g2_sig*)(GetFunction(EApiId_mup_spec_bar_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17696
	inline TAknLayoutScalableTableLimits mup_spec_bar_pane_g_Limits() const		{ return (*(Tmup_spec_bar_pane_g_Limits_sig*)(GetFunction(EApiId_mup_spec_bar_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17698
	inline TAknWindowComponentLayout mup_spec_bar_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_spec_bar_pane_g_sig*)(GetFunction(EApiId_mup_spec_bar_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17700
	// LAF Table : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17701
	inline TAknLayoutScalableParameterLimits aid_cale_week_size_cell_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_cale_week_size_cell_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_cale_week_size_cell_pane_ParamLimits)))(aVariety); }
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 bg_cale_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_heading_pane_ParamLimits)))(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 TAknLayoutScalableParameterLimits bg_cale_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_pane_cp01_ParamLimits)))(aVariety); }
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 cale_week_corner_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_corner_pane_ParamLimits_sig*)(GetFunction(EApiId_cale_week_corner_pane_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 TAknLayoutScalableParameterLimits cale_week_day_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_ParamLimits)))(aVariety); }
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 cale_week_scroll_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g1_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 TAknLayoutScalableParameterLimits cale_week_scroll_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g2_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits cale_week_scroll_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g3_ParamLimits)))(aVariety); }
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 cale_week_scroll_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g4_ParamLimits)))(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 TAknLayoutScalableParameterLimits cale_week_scroll_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g5_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17723
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17725
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17727
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17729
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17731
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g11_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g11_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17733
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g12_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g12_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17735
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g13_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g13_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17737
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g14_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g14_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17739
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g15_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g15_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17741
	inline TAknLayoutScalableParameterLimits cale_week_scroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcale_week_scroll_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cale_week_scroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17743
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17745
	inline TAknLayoutScalableParameterLimits grid_cale_week_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_cale_week_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_cale_week_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17747
	inline TAknTextComponentLayout listscroll_cale_week_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cale_week_pane_t1_sig*)(GetFunction(EApiId_listscroll_cale_week_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17749
	inline TAknLayoutScalableParameterLimits scroll_pane_cp08_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17751
	// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17752
	inline TAknLayoutScalableParameterLimits cale_month_corner_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_corner_pane_ParamLimits_sig*)(GetFunction(EApiId_cale_month_corner_pane_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cale_month_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcale_month_pane_t1_sig*)(GetFunction(EApiId_cale_month_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cale_month_week_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_ParamLimits)))(aVariety); }
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 : popup_call_status_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17759
	inline TAknLayoutScalableParameterLimits popup_call_status_window_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_status_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_call_status_window_g1_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 TAknLayoutScalableParameterLimits popup_call_status_window_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_status_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_call_status_window_g2_ParamLimits)))(aVariety); }
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 popup_call_status_window_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call_status_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call_status_window_g3_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 TAknLayoutScalableParameterLimits popup_call_status_window_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_call_status_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_call_status_window_g_ParamLimits)))(aLineIndex, aVariety); }
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
	// LAF Table : popup_clock_analogue_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17768
	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
 17769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17770
	// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17771
	inline TAknWindowComponentLayout msg_header_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_g1_sig*)(GetFunction(EApiId_msg_header_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17774
	inline TAknLayoutScalableParameterLimits postcard_address2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_address2_pane_ParamLimits_sig*)(GetFunction(EApiId_postcard_address2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17776
	inline TAknWindowComponentLayout postcard_address2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_address2_pane_sig*)(GetFunction(EApiId_postcard_address2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17778
	inline TAknLayoutScalableParameterLimits postcard_message2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpostcard_message2_pane_ParamLimits_sig*)(GetFunction(EApiId_postcard_message2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17780
	inline TAknWindowComponentLayout postcard_message2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_message2_pane_sig*)(GetFunction(EApiId_postcard_message2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17782
	// LAF Table : postcard_message2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17783
	inline TAknLayoutScalableParameterLimits message2_row_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmessage2_row_pane_ParamLimits_sig*)(GetFunction(EApiId_message2_row_pane_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 message2_row_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tmessage2_row_pane_sig*)(GetFunction(EApiId_message2_row_pane)))(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
	// LAF Table : postcard_address2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17788
	inline TAknLayoutScalableParameterLimits address2_row_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taddress2_row_pane_ParamLimits_sig*)(GetFunction(EApiId_address2_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17790
	inline TAknWindowComponentLayout address2_row_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Taddress2_row_pane_sig*)(GetFunction(EApiId_address2_row_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17792
	// LAF Table : message2_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17793
	inline TAknWindowComponentLayout postcard_message2_row_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_message2_row_pane_g1_sig*)(GetFunction(EApiId_postcard_message2_row_pane_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout postcard_message2_row_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpostcard_message2_row_pane_t1_sig*)(GetFunction(EApiId_postcard_message2_row_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : address2_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17798
	inline TAknWindowComponentLayout address2_row_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taddress2_row_pane_g1_sig*)(GetFunction(EApiId_address2_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17800
	inline TAknTextComponentLayout address2_row_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taddress2_row_pane_t1_sig*)(GetFunction(EApiId_address2_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17802
	// LAF Table : main_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17803
	inline TAknWindowComponentLayout aid_size_cell_vorec(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_vorec_sig*)(GetFunction(EApiId_aid_size_cell_vorec)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17806
	inline TAknWindowComponentLayout main_rss_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_rss_pane_sig*)(GetFunction(EApiId_main_rss_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17808
	// LAF Table : main_rss_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17809
	inline TAknLayoutScalableParameterLimits rss_list_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Trss_list_single_pane_ParamLimits_sig*)(GetFunction(EApiId_rss_list_single_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout rss_list_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Trss_list_single_pane_sig*)(GetFunction(EApiId_rss_list_single_pane)))(aRow, aVariety, aCol); }
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
	// LAF Table : rss_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17814
	inline TAknTextComponentLayout rss_list_single_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss_list_single_pane_t1_sig*)(GetFunction(EApiId_rss_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17816
	inline TAknTextComponentLayout rss_list_single_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss_list_single_pane_t2_sig*)(GetFunction(EApiId_rss_list_single_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17818
	inline TAknLayoutScalableTableLimits rss_list_single_pane_t_Limits() const		{ return (*(Trss_list_single_pane_t_Limits_sig*)(GetFunction(EApiId_rss_list_single_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17820
	inline TAknTextComponentLayout rss_list_single_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss_list_single_pane_t_sig*)(GetFunction(EApiId_rss_list_single_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17823
	inline TAknWindowComponentLayout main_camera2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_sig*)(GetFunction(EApiId_main_camera2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17825
	inline TAknWindowComponentLayout main_video2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_sig*)(GetFunction(EApiId_main_video2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17827
	// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17828
	inline TAknLayoutScalableParameterLimits cams_zoom_pane_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcams_zoom_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_cams_zoom_pane_cp2_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 cams_zoom_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_cp2_sig*)(GetFunction(EApiId_cams_zoom_pane_cp2)))(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 TAknLayoutScalableParameterLimits image2_vga_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Timage2_vga_pane_ParamLimits_sig*)(GetFunction(EApiId_image2_vga_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout image2_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage2_vga_pane_sig*)(GetFunction(EApiId_image2_vga_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_camera2_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_camera2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g1_sig*)(GetFunction(EApiId_main_camera2_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_camera2_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_camera2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g2_sig*)(GetFunction(EApiId_main_camera2_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_camera2_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_camera2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g3_sig*)(GetFunction(EApiId_main_camera2_pane_g3)))(aVariety, aCol, aRow); }
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 main_camera2_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g4_ParamLimits)))(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 TAknWindowComponentLayout main_camera2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g4_sig*)(GetFunction(EApiId_main_camera2_pane_g4)))(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
	inline TAknLayoutScalableParameterLimits main_camera2_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17854
	inline TAknWindowComponentLayout main_camera2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g5_sig*)(GetFunction(EApiId_main_camera2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17856
	inline TAknLayoutScalableParameterLimits main_camera2_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17858
	inline TAknWindowComponentLayout main_camera2_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g6_sig*)(GetFunction(EApiId_main_camera2_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17860
	inline TAknLayoutScalableParameterLimits main_camera2_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17862
	inline TAknWindowComponentLayout main_camera2_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g7_sig*)(GetFunction(EApiId_main_camera2_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17864
	inline TAknLayoutScalableParameterLimits main_camera2_pane_g8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17866
	inline TAknWindowComponentLayout main_camera2_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g8_sig*)(GetFunction(EApiId_main_camera2_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17868
	inline TAknLayoutScalableTableLimits main_camera2_pane_g_Limits() const		{ return (*(Tmain_camera2_pane_g_Limits_sig*)(GetFunction(EApiId_main_camera2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17870
	inline TAknLayoutScalableParameterLimits main_camera2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17872
	inline TAknWindowComponentLayout main_camera2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g_sig*)(GetFunction(EApiId_main_camera2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17874
	inline TAknLayoutScalableParameterLimits main_camera2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17876
	inline TAknTextComponentLayout main_camera2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t1_sig*)(GetFunction(EApiId_main_camera2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17878
	inline TAknLayoutScalableParameterLimits main_camera2_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17880
	inline TAknTextComponentLayout main_camera2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t2_sig*)(GetFunction(EApiId_main_camera2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17882
	inline TAknLayoutScalableParameterLimits main_camera2_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17884
	inline TAknTextComponentLayout main_camera2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t3_sig*)(GetFunction(EApiId_main_camera2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17886
	inline TAknLayoutScalableParameterLimits main_camera2_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t4_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 TAknTextComponentLayout main_camera2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t4_sig*)(GetFunction(EApiId_main_camera2_pane_t4)))(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 TAknLayoutScalableTableLimits main_camera2_pane_t_Limits() const		{ return (*(Tmain_camera2_pane_t_Limits_sig*)(GetFunction(EApiId_main_camera2_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_camera2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_camera2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t_sig*)(GetFunction(EApiId_main_camera2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_video2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17897
	inline TAknLayoutScalableParameterLimits cams_zoom_pane_cp4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcams_zoom_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_cams_zoom_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17899
	inline TAknWindowComponentLayout cams_zoom_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_pane_cp4_sig*)(GetFunction(EApiId_cams_zoom_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17901
	inline TAknLayoutScalableParameterLimits image2_cif_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Timage2_cif_pane_ParamLimits_sig*)(GetFunction(EApiId_image2_cif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17903
	inline TAknWindowComponentLayout image2_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage2_cif_pane_sig*)(GetFunction(EApiId_image2_cif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17905
	inline TAknLayoutScalableParameterLimits image2_subqcif_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Timage2_subqcif_pane_ParamLimits_sig*)(GetFunction(EApiId_image2_subqcif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17906
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17907
	inline TAknWindowComponentLayout image2_subqcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage2_subqcif_pane_sig*)(GetFunction(EApiId_image2_subqcif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17909
	inline TAknLayoutScalableParameterLimits main_video2_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17911
	inline TAknWindowComponentLayout main_video2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g1_sig*)(GetFunction(EApiId_main_video2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17913
	inline TAknLayoutScalableParameterLimits main_video2_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17915
	inline TAknWindowComponentLayout main_video2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g2_sig*)(GetFunction(EApiId_main_video2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17917
	inline TAknLayoutScalableParameterLimits main_video2_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17919
	inline TAknWindowComponentLayout main_video2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g3_sig*)(GetFunction(EApiId_main_video2_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video2_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_video2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g4_sig*)(GetFunction(EApiId_main_video2_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video2_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_video2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g5_sig*)(GetFunction(EApiId_main_video2_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video2_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_video2_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g6_sig*)(GetFunction(EApiId_main_video2_pane_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_video2_pane_g_Limits() const		{ return (*(Tmain_video2_pane_g_Limits_sig*)(GetFunction(EApiId_main_video2_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_video2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_video2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_g_sig*)(GetFunction(EApiId_main_video2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_video2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_t1_sig*)(GetFunction(EApiId_main_video2_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_video2_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_video2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_t2_sig*)(GetFunction(EApiId_main_video2_pane_t2)))(aVariety, aCol, aRow); }
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 main_video2_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_t3_ParamLimits)))(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 main_video2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_t3_sig*)(GetFunction(EApiId_main_video2_pane_t3)))(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
	inline TAknLayoutScalableTableLimits main_video2_pane_t_Limits() const		{ return (*(Tmain_video2_pane_t_Limits_sig*)(GetFunction(EApiId_main_video2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17953
	inline TAknLayoutScalableParameterLimits main_video2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_video2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_video2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17955
	inline TAknTextComponentLayout main_video2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video2_pane_t_sig*)(GetFunction(EApiId_main_video2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17957
	// LAF Table : main_call_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17958
	inline TAknWindowComponentLayout call_muted_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_muted_g2_sig*)(GetFunction(EApiId_call_muted_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 call_muted_g_Limits() const		{ return (*(Tcall_muted_g_Limits_sig*)(GetFunction(EApiId_call_muted_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 TAknWindowComponentLayout call_muted_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall_muted_g_sig*)(GetFunction(EApiId_call_muted_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17965
	inline TAknWindowComponentLayout main_mup2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_sig*)(GetFunction(EApiId_main_mup2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17967
	// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17968
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_mup2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g1_sig*)(GetFunction(EApiId_main_mup2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17972
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17974
	inline TAknWindowComponentLayout main_mup2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g2_sig*)(GetFunction(EApiId_main_mup2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17976
	// LAF Table : mup_volume_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17977
	inline TAknWindowComponentLayout main_mup_pane_g13_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_pane_g13_cp1_sig*)(GetFunction(EApiId_main_mup_pane_g13_cp1)))(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 TAknWindowComponentLayout mup_volume_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_cp1_sig*)(GetFunction(EApiId_mup_volume_pane_cp1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17982
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17984
	inline TAknWindowComponentLayout main_mup2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g4_sig*)(GetFunction(EApiId_main_mup2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17986
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17988
	inline TAknWindowComponentLayout main_mup2_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g5_sig*)(GetFunction(EApiId_main_mup2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17990
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17992
	inline TAknWindowComponentLayout main_mup2_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g6_sig*)(GetFunction(EApiId_main_mup2_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 17994
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g7_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 main_mup2_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g7_sig*)(GetFunction(EApiId_main_mup2_pane_g7)))(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 TAknLayoutScalableTableLimits main_mup2_pane_g_Limits() const		{ return (*(Tmain_mup2_pane_g_Limits_sig*)(GetFunction(EApiId_main_mup2_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mup2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_mup2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g_sig*)(GetFunction(EApiId_main_mup2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 main_mup2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t1_ParamLimits)))(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 TAknTextComponentLayout main_mup2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t1_sig*)(GetFunction(EApiId_main_mup2_pane_t1)))(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 main_mup2_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t2_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 main_mup2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t2_sig*)(GetFunction(EApiId_main_mup2_pane_t2)))(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 main_mup2_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t3_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 main_mup2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t3_sig*)(GetFunction(EApiId_main_mup2_pane_t3)))(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 main_mup2_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t4_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 main_mup2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t4_sig*)(GetFunction(EApiId_main_mup2_pane_t4)))(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 main_mup2_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t5_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 main_mup2_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t5_sig*)(GetFunction(EApiId_main_mup2_pane_t5)))(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 TAknLayoutScalableParameterLimits main_mup2_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mup2_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t6_sig*)(GetFunction(EApiId_main_mup2_pane_t6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_mup2_pane_t_Limits() const		{ return (*(Tmain_mup2_pane_t_Limits_sig*)(GetFunction(EApiId_main_mup2_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits main_mup2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mup2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18032
	inline TAknTextComponentLayout main_mup2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_t_sig*)(GetFunction(EApiId_main_mup2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18034
	inline TAknLayoutScalableParameterLimits mup2_visualizer_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_visualizer_pane_ParamLimits_sig*)(GetFunction(EApiId_mup2_visualizer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18036
	inline TAknWindowComponentLayout mup2_visualizer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_pane_sig*)(GetFunction(EApiId_mup2_visualizer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18038
	inline TAknLayoutScalableParameterLimits mup_progress_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_progress_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_mup_progress_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18040
	inline TAknWindowComponentLayout mup_progress_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_cp_sig*)(GetFunction(EApiId_mup_progress_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18042
	// LAF Table : mup2_volume_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18043
	inline TAknLayoutScalableParameterLimits mup_volume_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_volume_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_mup_volume_pane_cp_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup_volume_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_cp_sig*)(GetFunction(EApiId_mup_volume_pane_cp)))(aVariety, aCol, aRow); }
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
	// LAF Table : mup2_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18048
	inline TAknLayoutScalableParameterLimits mup2_visualizer_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_visualizer_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18050
	inline TAknWindowComponentLayout mup2_visualizer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_pane_g1_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18052
	inline TAknLayoutScalableParameterLimits mup2_visualizer_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_visualizer_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18054
	inline TAknWindowComponentLayout mup2_visualizer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_pane_g2_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18056
	inline TAknLayoutScalableParameterLimits mup2_visualizer_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_visualizer_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18058
	inline TAknWindowComponentLayout mup2_visualizer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_pane_g3_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18060
	inline TAknLayoutScalableTableLimits mup2_visualizer_pane_g_Limits() const		{ return (*(Tmup2_visualizer_pane_g_Limits_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits mup2_visualizer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmup2_visualizer_pane_g_ParamLimits_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout mup2_visualizer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_pane_g_sig*)(GetFunction(EApiId_mup2_visualizer_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_fmradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18067
	inline TAknWindowComponentLayout aid_size_cell_fmradio(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_fmradio_sig*)(GetFunction(EApiId_aid_size_cell_fmradio)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18069
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18070
	inline TAknWindowComponentLayout aid_height_parent_landcape(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_parent_landcape_sig*)(GetFunction(EApiId_aid_height_parent_landcape)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18073
	inline TAknWindowComponentLayout wml_content_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_content_pane_cp_sig*)(GetFunction(EApiId_wml_content_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18075
	inline TAknWindowComponentLayout wml_tabs_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_pane_sig*)(GetFunction(EApiId_wml_tabs_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18077
	// LAF Table : wml_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18078
	inline TAknWindowComponentLayout popup_wml_miniature_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_wml_miniature_window_sig*)(GetFunction(EApiId_popup_wml_miniature_window)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout scroll_pane_cp021(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp021_sig*)(GetFunction(EApiId_scroll_pane_cp021)))(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 TAknWindowComponentLayout wml_content_pane_comp8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_content_pane_comp8_sig*)(GetFunction(EApiId_wml_content_pane_comp8)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_wml_miniature_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18085
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp05_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18087
	inline TAknWindowComponentLayout popup_wml_miniature_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_wml_miniature_window_g1_sig*)(GetFunction(EApiId_popup_wml_miniature_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18089
	inline TAknWindowComponentLayout wml_miniature_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_sig*)(GetFunction(EApiId_wml_miniature_view_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18090
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18091
	// LAF Table : wml_miniature_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18092
	inline TAknWindowComponentLayout aid_size_wml_view(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_wml_view_sig*)(GetFunction(EApiId_aid_size_wml_view)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18094
	inline TAknWindowComponentLayout wml_miniature_view_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g1_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18096
	inline TAknWindowComponentLayout wml_miniature_view_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g2_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18098
	inline TAknWindowComponentLayout wml_miniature_view_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g3_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18100
	inline TAknWindowComponentLayout wml_miniature_view_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g4_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18102
	inline TAknWindowComponentLayout wml_miniature_view_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g5_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18104
	inline TAknWindowComponentLayout wml_miniature_view_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g6_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18106
	inline TAknWindowComponentLayout wml_miniature_view_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g7_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18108
	inline TAknWindowComponentLayout wml_miniature_view_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g8_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18110
	inline TAknLayoutScalableTableLimits wml_miniature_view_pane_g_Limits() const		{ return (*(Twml_miniature_view_pane_g_Limits_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18112
	inline TAknWindowComponentLayout wml_miniature_view_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_miniature_view_pane_g_sig*)(GetFunction(EApiId_wml_miniature_view_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18114
	// LAF Table : wml_tabs_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18115
	inline TAknLayoutScalableParameterLimits background_graphic_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbackground_graphic_ParamLimits_sig*)(GetFunction(EApiId_background_graphic_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 TAknWindowComponentLayout background_graphic(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbackground_graphic_sig*)(GetFunction(EApiId_background_graphic)))(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 TAknWindowComponentLayout wml_tabs_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_2_pane_sig*)(GetFunction(EApiId_wml_tabs_2_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits wml_tabs_3_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_3_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_3_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout wml_tabs_3_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_3_pane_sig*)(GetFunction(EApiId_wml_tabs_3_pane)))(aVariety, aCol, aRow); }
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 wml_tabs_4_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_4_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_4_pane_ParamLimits)))(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 TAknWindowComponentLayout wml_tabs_4_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_4_pane_sig*)(GetFunction(EApiId_wml_tabs_4_pane)))(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
	inline TAknLayoutScalableParameterLimits wml_tabs_5_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_5_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_5_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18131
	inline TAknWindowComponentLayout wml_tabs_5_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_5_pane_sig*)(GetFunction(EApiId_wml_tabs_5_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18133
	inline TAknLayoutScalableParameterLimits wml_tabs_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18135
	inline TAknWindowComponentLayout wml_tabs_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_pane_g2_sig*)(GetFunction(EApiId_wml_tabs_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18137
	inline TAknLayoutScalableParameterLimits wml_tabs_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18139
	inline TAknWindowComponentLayout wml_tabs_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_pane_g3_sig*)(GetFunction(EApiId_wml_tabs_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18141
	// LAF Table : wml_tabs_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18142
	inline TAknLayoutScalableParameterLimits wml_tabs_2_active_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_2_active_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_2_active_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout wml_tabs_2_active_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_2_active_pane_sig*)(GetFunction(EApiId_wml_tabs_2_active_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits wml_tabs_2_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_2_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_2_passive_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout wml_tabs_2_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_2_passive_pane_sig*)(GetFunction(EApiId_wml_tabs_2_passive_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : wml_tabs_3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18151
	inline TAknLayoutScalableParameterLimits wml_tabs_3_active_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_3_active_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_3_active_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18153
	inline TAknWindowComponentLayout wml_tabs_3_active_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_3_active_pane_cp_sig*)(GetFunction(EApiId_wml_tabs_3_active_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18155
	inline TAknLayoutScalableParameterLimits wml_tabs_3_passive_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_3_passive_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_3_passive_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18157
	inline TAknWindowComponentLayout wml_tabs_3_passive_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_3_passive_pane_sig*)(GetFunction(EApiId_wml_tabs_3_passive_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18159
	inline TAknLayoutScalableParameterLimits wml_tabs_3_passive_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Twml_tabs_3_passive_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_wml_tabs_3_passive_pane_cp_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 wml_tabs_3_passive_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twml_tabs_3_passive_pane_cp_sig*)(GetFunction(EApiId_wml_tabs_3_passive_pane_cp)))(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
	// LAF Table : wml_tabs_4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18164
	inline TAknWindowComponentLayout tabs_4_active_pane(TInt aVariety = 0, 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
 18165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18166
	inline TAknWindowComponentLayout tabs_4_passive_pane(TInt aVariety = 0, 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
 18167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18168
	inline TAknWindowComponentLayout tabs_4_passive_pane_cp(TInt aVariety = 0, 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
 18169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18170
	inline TAknWindowComponentLayout tabs_4_passive_pane_cp2(TInt aVariety = 0, 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
 18171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18172
	// LAF Table : aid_cale_month_size_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18173
	inline TAknWindowComponentLayout aid_height_text(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_text_sig*)(GetFunction(EApiId_aid_height_text)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_mup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18176
	inline TAknLayoutScalableParameterLimits mup_volume_cont_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_volume_cont_pane_ParamLimits_sig*)(GetFunction(EApiId_mup_volume_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18178
	inline TAknWindowComponentLayout mup_volume_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_cont_pane_sig*)(GetFunction(EApiId_mup_volume_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18180
	// LAF Table : listscroll_pinb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18181
	inline TAknWindowComponentLayout aid_size_cell_pinb(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_pinb_sig*)(GetFunction(EApiId_aid_size_cell_pinb)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout aid_size_list_pinb(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_list_pinb_sig*)(GetFunction(EApiId_aid_size_list_pinb)))(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
	// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18186
	inline TAknLayoutScalableParameterLimits mup2_volume_cont_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_volume_cont_pane_ParamLimits_sig*)(GetFunction(EApiId_mup2_volume_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18188
	inline TAknWindowComponentLayout mup2_volume_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_volume_cont_pane_sig*)(GetFunction(EApiId_mup2_volume_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18189
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18190
	// LAF Table : mup2_volume_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18191
	inline TAknLayoutScalableParameterLimits mup2_volume_cont_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_volume_cont_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_mup2_volume_cont_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18193
	inline TAknWindowComponentLayout mup2_volume_cont_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_volume_cont_pane_g1_sig*)(GetFunction(EApiId_mup2_volume_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18195
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18196
	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
 18197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18198
	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
 18199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18200
	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
 18201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18202
	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
 18203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18204
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18205
	inline TAknWindowComponentLayout main_rss2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_rss2_pane_sig*)(GetFunction(EApiId_main_rss2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18207
	// LAF Table : main_rss2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18208
	inline TAknWindowComponentLayout listscroll_rss2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_rss2_pane_sig*)(GetFunction(EApiId_listscroll_rss2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18210
	inline TAknWindowComponentLayout rss2_navigation_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_navigation_pane_sig*)(GetFunction(EApiId_rss2_navigation_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18212
	// LAF Table : listscroll_rss2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18213
	inline TAknWindowComponentLayout list_rss2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_rss2_pane_sig*)(GetFunction(EApiId_list_rss2_pane)))(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
	inline TAknWindowComponentLayout scroll_pane_cp22(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp22_sig*)(GetFunction(EApiId_scroll_pane_cp22)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18217
	// LAF Table : rss2_navigation_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18218
	inline TAknWindowComponentLayout rss2_navigation_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_navigation_pane_g1_sig*)(GetFunction(EApiId_rss2_navigation_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout rss2_navigation_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_navigation_pane_g2_sig*)(GetFunction(EApiId_rss2_navigation_pane_g2)))(aVariety, aCol, aRow); }
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 rss2_navigation_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_navigation_pane_g3_sig*)(GetFunction(EApiId_rss2_navigation_pane_g3)))(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 TAknLayoutScalableTableLimits rss2_navigation_pane_g_Limits() const		{ return (*(Trss2_navigation_pane_g_Limits_sig*)(GetFunction(EApiId_rss2_navigation_pane_g_Limits)))(); }
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 rss2_navigation_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_navigation_pane_g_sig*)(GetFunction(EApiId_rss2_navigation_pane_g)))(aLineIndex, 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
	inline TAknTextComponentLayout rss2_navigation_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_navigation_pane_t1_sig*)(GetFunction(EApiId_rss2_navigation_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18230
	// LAF Table : list_rss2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18231
	inline TAknLayoutScalableParameterLimits rss2_list_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Trss2_list_single_pane_ParamLimits_sig*)(GetFunction(EApiId_rss2_list_single_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout rss2_list_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Trss2_list_single_pane_sig*)(GetFunction(EApiId_rss2_list_single_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18235
	// LAF Table : rss2_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18236
	inline TAknTextComponentLayout rss2_list_single_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_list_single_pane_t2_sig*)(GetFunction(EApiId_rss2_list_single_pane_t2)))(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
	inline TAknLayoutScalableParameterLimits rss2_list_single_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Trss2_list_single_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_rss2_list_single_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18240
	inline TAknTextComponentLayout rss2_list_single_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_list_single_pane_t3_sig*)(GetFunction(EApiId_rss2_list_single_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18242
	inline TAknTextComponentLayout rss2_list_single_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Trss2_list_single_pane_t4_sig*)(GetFunction(EApiId_rss2_list_single_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18244
	// LAF Table : smil_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18245
	inline TAknWindowComponentLayout smil_status_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil_status_pane_g1_sig*)(GetFunction(EApiId_smil_status_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18247
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18248
	inline TAknLayoutScalableParameterLimits main_image2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_image2_pane_ParamLimits_sig*)(GetFunction(EApiId_main_image2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18250
	inline TAknWindowComponentLayout main_image2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image2_pane_sig*)(GetFunction(EApiId_main_image2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18252
	// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18253
	inline TAknLayoutScalableParameterLimits main_camera2_pane_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18255
	inline TAknWindowComponentLayout main_camera2_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_g9_sig*)(GetFunction(EApiId_main_camera2_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18257
	inline TAknLayoutScalableParameterLimits main_camera2_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18259
	inline TAknTextComponentLayout main_camera2_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t5_sig*)(GetFunction(EApiId_main_camera2_pane_t5)))(aVariety, aCol, aRow); }
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 main_camera2_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_camera2_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t6_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 TAknTextComponentLayout main_camera2_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t6_sig*)(GetFunction(EApiId_main_camera2_pane_t6)))(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
	// LAF Table : main_image2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18266
	inline TAknLayoutScalableParameterLimits main_image2_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_image2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_image2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18268
	inline TAknWindowComponentLayout main_image2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image2_pane_g1_sig*)(GetFunction(EApiId_main_image2_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_smil2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18271
	inline TAknLayoutScalableParameterLimits smil2_video_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil2_video_pane_ParamLimits_sig*)(GetFunction(EApiId_smil2_video_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18273
	inline TAknWindowComponentLayout smil2_video_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_video_pane_sig*)(GetFunction(EApiId_smil2_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18275
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18276
	inline TAknWindowComponentLayout aid_zoom_text_primary_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_zoom_text_primary_cp_sig*)(GetFunction(EApiId_aid_zoom_text_primary_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18278
	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
 18279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18280
	// LAF Table : im_reading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18281
	inline TAknWindowComponentLayout im_reading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tim_reading_pane_g1_sig*)(GetFunction(EApiId_im_reading_pane_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
	// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18284
	inline TAknLayoutScalableParameterLimits cams2_bc_adjust_pane_cp_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcams2_bc_adjust_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cams2_bc_adjust_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18286
	inline TAknWindowComponentLayout cams2_bc_adjust_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_bc_adjust_pane_cp_sig*)(GetFunction(EApiId_cams2_bc_adjust_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18288
	// LAF Table : main_video2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18289
	inline TAknLayoutScalableParameterLimits cams2_bc_adjust_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcams2_bc_adjust_pane_ParamLimits_sig*)(GetFunction(EApiId_cams2_bc_adjust_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cams2_bc_adjust_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_bc_adjust_pane_sig*)(GetFunction(EApiId_cams2_bc_adjust_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18293
	// LAF Table : cams2_bc_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18294
	inline TAknWindowComponentLayout cams2_bc_adjust_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_bc_adjust_pane_g1_sig*)(GetFunction(EApiId_cams2_bc_adjust_pane_g1)))(aVariety, aCol, aRow); }
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 cams2_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_sig*)(GetFunction(EApiId_cams2_slider_pane)))(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 : cams2_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18299
	inline TAknWindowComponentLayout cams2_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g1_sig*)(GetFunction(EApiId_cams2_slider_pane_g1)))(aVariety, aCol, aRow); }
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 cams2_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g2_sig*)(GetFunction(EApiId_cams2_slider_pane_g2)))(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
	inline TAknLayoutScalableTableLimits cams2_slider_pane_g_Limits() const		{ return (*(Tcams2_slider_pane_g_Limits_sig*)(GetFunction(EApiId_cams2_slider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18305
	inline TAknWindowComponentLayout cams2_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g_sig*)(GetFunction(EApiId_cams2_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18307
	// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18308
	inline TAknLayoutScalableParameterLimits calc_display_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcalc_display_pane_ParamLimits_sig*)(GetFunction(EApiId_calc_display_pane_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 TAknLayoutScalableParameterLimits calc_paper_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcalc_paper_pane_ParamLimits_sig*)(GetFunction(EApiId_calc_paper_pane_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits grid_calc_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_calc_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_calc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18314
	// LAF Table : popup_clock_digital_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18315
	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
 18316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18317
	// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18318
	inline TAknTextComponentLayout main_image_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_t1_sig*)(GetFunction(EApiId_main_image_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18320
	// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18321
	inline TAknLayoutScalableParameterLimits aid_size_cell_calc_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_calc_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_calc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18323
	inline TAknWindowComponentLayout aid_size_cell_calc(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_calc_sig*)(GetFunction(EApiId_aid_size_cell_calc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18325
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18326
	inline TAknLayoutScalableParameterLimits popup_blid_sat_info2_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_blid_sat_info2_window_ParamLimits_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18328
	inline TAknWindowComponentLayout popup_blid_sat_info2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18330
	// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18331
	inline TAknWindowComponentLayout aid_size_cell_blid(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_blid_sig*)(GetFunction(EApiId_aid_size_cell_blid)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18333
	inline TAknWindowComponentLayout bg_popup_window_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp07_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18335
	inline TAknWindowComponentLayout grid_popup_blid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_popup_blid_pane_sig*)(GetFunction(EApiId_grid_popup_blid_pane)))(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
	inline TAknLayoutScalableParameterLimits heading_pane_cp05_ParamLimits(TInt aVariety = 0) const		{ return (*(Theading_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18339
	inline TAknWindowComponentLayout heading_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp05_sig*)(GetFunction(EApiId_heading_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18341
	// LAF Table : grid_popup_blid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18342
	inline TAknLayoutScalableParameterLimits cell_popup_blid_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_popup_blid_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_popup_blid_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_popup_blid_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_popup_blid_pane_sig*)(GetFunction(EApiId_cell_popup_blid_pane)))(aCol, aRow, 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
	// LAF Table : cell_popup_blid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18347
	inline TAknWindowComponentLayout cell_popup_blid_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_popup_blid_pane_g1_sig*)(GetFunction(EApiId_cell_popup_blid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18349
	inline TAknTextComponentLayout cell_popup_blid_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_popup_blid_pane_t1_sig*)(GetFunction(EApiId_cell_popup_blid_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18351
	// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18352
	inline TAknLayoutScalableParameterLimits mup2_indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_mup2_indicator_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mup2_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_indicator_pane_sig*)(GetFunction(EApiId_mup2_indicator_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : mup2_visualizer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18357
	inline TAknWindowComponentLayout mup2_visualizer_osc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_osc_pane_sig*)(GetFunction(EApiId_mup2_visualizer_osc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18359
	inline TAknLayoutScalableParameterLimits mup2_visualizer_spec_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_visualizer_spec_pane_ParamLimits_sig*)(GetFunction(EApiId_mup2_visualizer_spec_pane_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 mup2_visualizer_spec_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_spec_pane_sig*)(GetFunction(EApiId_mup2_visualizer_spec_pane)))(aVariety, aCol, aRow); }
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 : mup2_visualizer_spec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18364
	inline TAknWindowComponentLayout mup2_spec_half_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_spec_half_pane_sig*)(GetFunction(EApiId_mup2_spec_half_pane)))(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 mup2_spec_half_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_spec_half_pane_cp_sig*)(GetFunction(EApiId_mup2_spec_half_pane_cp)))(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
	// LAF Table : mup2_spec_half_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18369
	inline TAknLayoutScalableParameterLimits mup2_spec_bar_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup2_spec_bar_pane_ParamLimits_sig*)(GetFunction(EApiId_mup2_spec_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18371
	inline TAknWindowComponentLayout mup2_spec_bar_pane(TInt aCol, TInt aVariety = 0, TInt aRow = 0) const		{ return (*(Tmup2_spec_bar_pane_sig*)(GetFunction(EApiId_mup2_spec_bar_pane)))(aCol, aVariety, aRow); }
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
	// LAF Table : mup2_spec_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18374
	inline TAknWindowComponentLayout mup2_spec_bar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_spec_bar_pane_g1_sig*)(GetFunction(EApiId_mup2_spec_bar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18376
	inline TAknWindowComponentLayout mup2_spec_bar_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_spec_bar_pane_g2_sig*)(GetFunction(EApiId_mup2_spec_bar_pane_g2)))(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 TAknLayoutScalableTableLimits mup2_spec_bar_pane_g_Limits() const		{ return (*(Tmup2_spec_bar_pane_g_Limits_sig*)(GetFunction(EApiId_mup2_spec_bar_pane_g_Limits)))(); }
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 mup2_spec_bar_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_spec_bar_pane_g_sig*)(GetFunction(EApiId_mup2_spec_bar_pane_g)))(aLineIndex, 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 : mup2_visualizer_osc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18383
	inline TAknWindowComponentLayout mup2_osc_middle_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_osc_middle_pane_sig*)(GetFunction(EApiId_mup2_osc_middle_pane)))(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 mup2_visualizer_osc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup2_visualizer_osc_pane_g1_sig*)(GetFunction(EApiId_mup2_visualizer_osc_pane_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
	// LAF Table : popup_number_entry_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18388
	inline TAknLayoutScalableParameterLimits popup_number_entry_window_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_number_entry_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18390
	inline TAknLayoutScalableParameterLimits popup_number_entry_window_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_number_entry_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18392
	inline TAknLayoutScalableParameterLimits popup_number_entry_window_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_number_entry_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18394
	inline TAknLayoutScalableParameterLimits popup_number_entry_window_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_number_entry_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18396
	inline TAknTextComponentLayout popup_number_entry_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_t5_sig*)(GetFunction(EApiId_popup_number_entry_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18398
	inline TAknLayoutScalableParameterLimits popup_number_entry_window_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tpopup_number_entry_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknLayoutScalableParameterLimits text_title_cp2_ParamLimits(TInt aVariety = 0) const		{ return (*(Ttext_title_cp2_ParamLimits_sig*)(GetFunction(EApiId_text_title_cp2_ParamLimits)))(aVariety); }
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
	// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18403
	inline TAknWindowComponentLayout aid_hotspot_pointer_text2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hotspot_pointer_text2_pane_sig*)(GetFunction(EApiId_aid_hotspot_pointer_text2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18405
	inline TAknLayoutScalableParameterLimits main_viewer_pane_g9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_viewer_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_main_viewer_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18407
	inline TAknWindowComponentLayout main_viewer_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_viewer_pane_g9_sig*)(GetFunction(EApiId_main_viewer_pane_g9)))(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
	// LAF Table : main_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18410
	inline TAknLayoutScalableParameterLimits cale_month_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cale_month_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18411
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18412
	// LAF Table : listscroll_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18413
	inline TAknLayoutScalableParameterLimits bg_cale_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits list_cale_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cale_pane_ParamLimits_sig*)(GetFunction(EApiId_list_cale_pane_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout listscroll_cale_day_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cale_day_pane_t1_sig*)(GetFunction(EApiId_listscroll_cale_day_pane_t1)))(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 TAknLayoutScalableParameterLimits scroll_pane_cp09_ParamLimits(TInt aVariety = 0) const		{ return (*(Tscroll_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp09_ParamLimits)))(aVariety); }
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
	// LAF Table : main_mup_eq_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18422
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18424
	inline TAknTextComponentLayout main_mup_eq_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t1_sig*)(GetFunction(EApiId_main_mup_eq_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18426
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t2_ParamLimits)))(aVariety); }
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 main_mup_eq_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t2_sig*)(GetFunction(EApiId_main_mup_eq_pane_t2)))(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 TAknLayoutScalableParameterLimits main_mup_eq_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t3_ParamLimits)))(aVariety); }
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 main_mup_eq_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t3_sig*)(GetFunction(EApiId_main_mup_eq_pane_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 TAknLayoutScalableParameterLimits main_mup_eq_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t4_ParamLimits)))(aVariety); }
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 main_mup_eq_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t4_sig*)(GetFunction(EApiId_main_mup_eq_pane_t4)))(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 TAknLayoutScalableParameterLimits main_mup_eq_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t5_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_mup_eq_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t5_sig*)(GetFunction(EApiId_main_mup_eq_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18442
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18444
	inline TAknTextComponentLayout main_mup_eq_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t6_sig*)(GetFunction(EApiId_main_mup_eq_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18446
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18448
	inline TAknTextComponentLayout main_mup_eq_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t7_sig*)(GetFunction(EApiId_main_mup_eq_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18450
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t8_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18452
	inline TAknTextComponentLayout main_mup_eq_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t8_sig*)(GetFunction(EApiId_main_mup_eq_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18454
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t9_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18456
	inline TAknTextComponentLayout main_mup_eq_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t9_sig*)(GetFunction(EApiId_main_mup_eq_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18458
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t10_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18460
	inline TAknTextComponentLayout main_mup_eq_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t10_sig*)(GetFunction(EApiId_main_mup_eq_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18462
	inline TAknLayoutScalableTableLimits main_mup_eq_pane_t_Limits() const		{ return (*(Tmain_mup_eq_pane_t_Limits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18463
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18464
	inline TAknLayoutScalableParameterLimits main_mup_eq_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_mup_eq_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mup_eq_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18466
	inline TAknTextComponentLayout main_mup_eq_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_eq_pane_t_sig*)(GetFunction(EApiId_main_mup_eq_pane_t)))(aLineIndex, 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
	inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18470
	inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp6_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18472
	inline TAknLayoutScalableParameterLimits mup_equalizer_pane_cp7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmup_equalizer_pane_cp7_ParamLimits_sig*)(GetFunction(EApiId_mup_equalizer_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18474
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18475
	inline TAknWindowComponentLayout main_gallery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_gallery_pane_sig*)(GetFunction(EApiId_main_gallery_pane)))(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
	// LAF Table : smil_status_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18478
	inline TAknWindowComponentLayout smil2_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_pane_sig*)(GetFunction(EApiId_smil2_volume_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18480
	inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil_status_volume_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_smil_status_volume_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18482
	inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil_status_volume_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_smil_status_volume_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18484
	inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsmil_status_volume_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_smil_status_volume_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18486
	inline TAknLayoutScalableParameterLimits smil_status_volume_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tsmil_status_volume_pane_g_ParamLimits_sig*)(GetFunction(EApiId_smil_status_volume_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18488
	// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18489
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp07_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_popup_window_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp07_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 TAknWindowComponentLayout blid_firmament_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_firmament_pane_sig*)(GetFunction(EApiId_blid_firmament_pane)))(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
	// LAF Table : main_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18494
	inline TAknLayoutScalableParameterLimits aid_size_cell_gallery_ParamLimits(TInt aVariety = 0) const		{ return (*(Taid_size_cell_gallery_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_gallery_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18496
	inline TAknWindowComponentLayout aid_size_cell_gallery(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_gallery_sig*)(GetFunction(EApiId_aid_size_cell_gallery)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18498
	inline TAknLayoutScalableParameterLimits grid_gallery_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tgrid_gallery_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_gallery_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18500
	inline TAknWindowComponentLayout grid_gallery_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_gallery_pane_sig*)(GetFunction(EApiId_grid_gallery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18502
	// LAF Table : grid_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18503
	inline TAknLayoutScalableParameterLimits cell_gallery_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_gallery_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery_pane_ParamLimits)))(aVariety); }
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 cell_gallery_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_gallery_pane_sig*)(GetFunction(EApiId_cell_gallery_pane)))(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
	// LAF Table : cell_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18508
	inline TAknLayoutScalableParameterLimits bg_cell_gallery_focus_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18510
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18512
	inline TAknLayoutScalableParameterLimits cell_gallery_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_gallery_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery_pane_g1_ParamLimits)))(aVariety); }
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 cell_gallery_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery_pane_g1_sig*)(GetFunction(EApiId_cell_gallery_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits cell_gallery_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_gallery_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18518
	inline TAknWindowComponentLayout cell_gallery_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery_pane_g2_sig*)(GetFunction(EApiId_cell_gallery_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18520
	inline TAknLayoutScalableParameterLimits cell_gallery_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_gallery_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18522
	inline TAknWindowComponentLayout cell_gallery_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery_pane_g3_sig*)(GetFunction(EApiId_cell_gallery_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18524
	inline TAknLayoutScalableParameterLimits cell_gallery_pane_g4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_gallery_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18525
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18526
	inline TAknWindowComponentLayout cell_gallery_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery_pane_g4_sig*)(GetFunction(EApiId_cell_gallery_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_gallery_pane_g_Limits() const		{ return (*(Tcell_gallery_pane_g_Limits_sig*)(GetFunction(EApiId_cell_gallery_pane_g_Limits)))(); }
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 cell_gallery_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcell_gallery_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout cell_gallery_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery_pane_g_sig*)(GetFunction(EApiId_cell_gallery_pane_g)))(aLineIndex, 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
	// LAF Table : bg_cell_gallery_focus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18535
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g1_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18537
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g2_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18539
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g3_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18541
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g4_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18543
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g5_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18545
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g6_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18547
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g7_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18549
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g8_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g8)))(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 TAknLayoutScalableTableLimits bg_cell_gallery_focus_pane_g_Limits() const		{ return (*(Tbg_cell_gallery_focus_pane_g_Limits_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout bg_cell_gallery_focus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cell_gallery_focus_pane_g_sig*)(GetFunction(EApiId_bg_cell_gallery_focus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18555
	// LAF Table : blid_firmament_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18556
	inline TAknWindowComponentLayout aid_firma_cardinal(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_firma_cardinal_sig*)(GetFunction(EApiId_aid_firma_cardinal)))(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 TAknTextComponentLayout blid_firmament_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_firmament_pane_t1_sig*)(GetFunction(EApiId_blid_firmament_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid_firmament_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_firmament_pane_t2_sig*)(GetFunction(EApiId_blid_firmament_pane_t2)))(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
	inline TAknTextComponentLayout blid_firmament_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_firmament_pane_t3_sig*)(GetFunction(EApiId_blid_firmament_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18564
	inline TAknTextComponentLayout blid_firmament_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_firmament_pane_t4_sig*)(GetFunction(EApiId_blid_firmament_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18566
	inline TAknLayoutScalableTableLimits blid_firmament_pane_t_Limits() const		{ return (*(Tblid_firmament_pane_t_Limits_sig*)(GetFunction(EApiId_blid_firmament_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18568
	inline TAknTextComponentLayout blid_firmament_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_firmament_pane_t_sig*)(GetFunction(EApiId_blid_firmament_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18570
	inline TAknWindowComponentLayout blid_sat_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_sat_info_pane_sig*)(GetFunction(EApiId_blid_sat_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18572
	// LAF Table : blid_sat_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18573
	inline TAknWindowComponentLayout blid_sat_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_sat_info_pane_g1_sig*)(GetFunction(EApiId_blid_sat_info_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout blid_sat_info_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_sat_info_pane_g2_sig*)(GetFunction(EApiId_blid_sat_info_pane_g2)))(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 TAknLayoutScalableTableLimits blid_sat_info_pane_g_Limits() const		{ return (*(Tblid_sat_info_pane_g_Limits_sig*)(GetFunction(EApiId_blid_sat_info_pane_g_Limits)))(); }
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 blid_sat_info_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_sat_info_pane_g_sig*)(GetFunction(EApiId_blid_sat_info_pane_g)))(aLineIndex, 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 TAknTextComponentLayout blid_sat_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid_sat_info_pane_t1_sig*)(GetFunction(EApiId_blid_sat_info_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : smil2_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18584
	inline TAknWindowComponentLayout smil2_volume_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_sig*)(GetFunction(EApiId_smil2_volume_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18586
	inline TAknWindowComponentLayout smil2_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_pane_g1_sig*)(GetFunction(EApiId_smil2_volume_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : smil2_volume_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18589
	inline TAknWindowComponentLayout smil2_volume_content_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g1_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18591
	inline TAknWindowComponentLayout smil2_volume_content_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g2_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g2)))(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 TAknWindowComponentLayout smil2_volume_content_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g3_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout smil2_volume_content_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g4_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g4)))(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 TAknWindowComponentLayout smil2_volume_content_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g5_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g5)))(aVariety, aCol, aRow); }
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 smil2_volume_content_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g6_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g6)))(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 TAknWindowComponentLayout smil2_volume_content_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g7_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g7)))(aVariety, aCol, aRow); }
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 smil2_volume_content_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g8_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g8)))(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
	inline TAknWindowComponentLayout smil2_volume_content_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g9_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18607
	inline TAknWindowComponentLayout smil2_volume_content_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g10_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18609
	inline TAknLayoutScalableTableLimits smil2_volume_content_pane_g_Limits() const		{ return (*(Tsmil2_volume_content_pane_g_Limits_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18611
	inline TAknWindowComponentLayout smil2_volume_content_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmil2_volume_content_pane_g_sig*)(GetFunction(EApiId_smil2_volume_content_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18613
	// LAF Table : cale_week_day_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18614
	inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18618
	inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18620
	inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18622
	inline TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t5_ParamLimits)))(aVariety); }
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 cale_week_day_heading_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t6_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 TAknLayoutScalableParameterLimits cale_week_day_heading_pane_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t7_ParamLimits)))(aVariety); }
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 cale_week_day_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcale_week_day_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cale_week_day_heading_pane_t_ParamLimits)))(aLineIndex, 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
	// LAF Table : cale_week_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18631
	inline TAknLayoutScalableParameterLimits bg_cale_side_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_side_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_side_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18633
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18635
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18637
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t3_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 TAknLayoutScalableParameterLimits cale_week_time_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t4_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18643
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18645
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18647
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t8_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18649
	inline TAknLayoutScalableParameterLimits cale_week_time_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcale_week_time_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cale_week_time_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18651
	// LAF Table : cell_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18652
	inline TAknLayoutScalableParameterLimits cell_cale_week_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cale_week_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_cale_week_pane_g2_ParamLimits)))(aVariety); }
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
	// LAF Table : cale_month_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18655
	inline TAknLayoutScalableParameterLimits bg_cale_side_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbg_cale_side_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_cale_side_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18657
	inline TAknLayoutScalableParameterLimits cale_month_week_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18659
	inline TAknLayoutScalableParameterLimits cale_month_week_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18661
	inline TAknLayoutScalableParameterLimits cale_month_week_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18663
	inline TAknLayoutScalableParameterLimits cale_month_week_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18665
	inline TAknLayoutScalableParameterLimits cale_month_week_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18667
	inline TAknLayoutScalableParameterLimits cale_month_week_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t6_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 TAknLayoutScalableParameterLimits cale_month_week_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcale_month_week_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cale_month_week_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	// LAF Table : cell_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18672
	inline TAknLayoutScalableParameterLimits cell_cale_month_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cale_month_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_cale_month_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18674
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18675
	inline TAknWindowComponentLayout main_cale_event_viewer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cale_event_viewer_pane_sig*)(GetFunction(EApiId_main_cale_event_viewer_pane)))(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
	// LAF Table : main_cale_event_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18678
	inline TAknWindowComponentLayout listscroll_cale_event_viewer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cale_event_viewer_pane_sig*)(GetFunction(EApiId_listscroll_cale_event_viewer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18680
	// LAF Table : listscroll_cale_event_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18681
	inline TAknWindowComponentLayout list_cale_ev_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_ev_pane_sig*)(GetFunction(EApiId_list_cale_ev_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18683
	inline TAknWindowComponentLayout scroll_pane_cp023(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp023_sig*)(GetFunction(EApiId_scroll_pane_cp023)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18685
	// LAF Table : list_cale_ev_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18686
	inline TAknLayoutScalableParameterLimits field_cale_ev_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_pane_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_pane_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 field_cale_ev_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_pane_sig*)(GetFunction(EApiId_field_cale_ev_pane)))(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
	// LAF Table : field_cale_ev_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18691
	inline TAknLayoutScalableParameterLimits field_cale_ev_content_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_content_pane_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_content_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18693
	inline TAknWindowComponentLayout field_cale_ev_content_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_content_pane_sig*)(GetFunction(EApiId_field_cale_ev_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18695
	inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18697
	inline TAknWindowComponentLayout field_cale_ev_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_pane_g1_sig*)(GetFunction(EApiId_field_cale_ev_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18699
	inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18701
	inline TAknWindowComponentLayout field_cale_ev_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_pane_g2_sig*)(GetFunction(EApiId_field_cale_ev_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18703
	inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18705
	inline TAknWindowComponentLayout field_cale_ev_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_pane_g3_sig*)(GetFunction(EApiId_field_cale_ev_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18707
	inline TAknLayoutScalableTableLimits field_cale_ev_pane_g_Limits() const		{ return (*(Tfield_cale_ev_pane_g_Limits_sig*)(GetFunction(EApiId_field_cale_ev_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18709
	inline TAknLayoutScalableParameterLimits field_cale_ev_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_pane_g_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18711
	inline TAknWindowComponentLayout field_cale_ev_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_pane_g_sig*)(GetFunction(EApiId_field_cale_ev_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18713
	inline TAknLayoutScalableParameterLimits field_cale_ev_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18715
	inline TAknTextComponentLayout field_cale_ev_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev_pane_t1_sig*)(GetFunction(EApiId_field_cale_ev_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : field_cale_ev_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18718
	inline TAknLayoutScalableParameterLimits field_cale_ev_content_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev_content_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev_content_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18720
	inline TAknTextComponentLayout field_cale_ev_content_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tfield_cale_ev_content_pane_t1_sig*)(GetFunction(EApiId_field_cale_ev_content_pane_t1)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18722
	// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18723
	inline TAknWindowComponentLayout bg_button_pane_cp01(TInt aVariety = 0, 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
 18724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18725
	// LAF Table : main_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18726
	inline TAknLayoutScalableParameterLimits listscroll_cale_week_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_cale_week_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_cale_week_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18728
	inline TAknWindowComponentLayout popup_toolbar_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_window_cp01_sig*)(GetFunction(EApiId_popup_toolbar_window_cp01)))(aVariety, aCol, aRow); }
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
	// LAF Table : listscroll_cale_week_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18731
	inline TAknLayoutScalableParameterLimits listscroll_cale_week_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_cale_week_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_listscroll_cale_week_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18733
	// LAF Table : main_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18734
	inline TAknLayoutScalableParameterLimits listscroll_cale_day_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_cale_day_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_cale_day_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18736
	inline TAknWindowComponentLayout popup_toolbar_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_window_cp02_sig*)(GetFunction(EApiId_popup_toolbar_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18738
	// LAF Table : listscroll_cale_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18739
	inline TAknLayoutScalableParameterLimits listscroll_cale_day_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_cale_day_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_listscroll_cale_day_pane_t1_ParamLimits)))(aVariety); }
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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18742
	inline TAknLayoutScalableParameterLimits main_cale_month_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cale_month_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cale_month_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits popup_toolbar_window_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar_window_cp03_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar_window_cp03_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout popup_toolbar_window_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_window_cp03_sig*)(GetFunction(EApiId_popup_toolbar_window_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18748
	// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18749
	inline TAknLayoutScalableParameterLimits main_image_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18751
	inline TAknWindowComponentLayout main_image_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_g2_sig*)(GetFunction(EApiId_main_image_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18753
	inline TAknLayoutScalableParameterLimits main_image_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18755
	inline TAknWindowComponentLayout main_image_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_g3_sig*)(GetFunction(EApiId_main_image_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_image_pane_g_Limits() const		{ return (*(Tmain_image_pane_g_Limits_sig*)(GetFunction(EApiId_main_image_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits main_image_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_image_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18761
	inline TAknWindowComponentLayout main_image_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_g_sig*)(GetFunction(EApiId_main_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18763
	inline TAknLayoutScalableParameterLimits main_image_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18765
	inline TAknLayoutScalableParameterLimits main_image_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18767
	inline TAknTextComponentLayout main_image_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_t2_sig*)(GetFunction(EApiId_main_image_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18769
	inline TAknLayoutScalableParameterLimits main_image_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_image_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_t3_sig*)(GetFunction(EApiId_main_image_pane_t3)))(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 TAknLayoutScalableParameterLimits main_image_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_t4_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_image_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_t4_sig*)(GetFunction(EApiId_main_image_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18777
	inline TAknLayoutScalableTableLimits main_image_pane_t_Limits() const		{ return (*(Tmain_image_pane_t_Limits_sig*)(GetFunction(EApiId_main_image_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18779
	inline TAknLayoutScalableParameterLimits main_image_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_image_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_image_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknTextComponentLayout main_image_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image_pane_t_sig*)(GetFunction(EApiId_main_image_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18783
	inline TAknWindowComponentLayout popup_image_details_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_cp01_sig*)(GetFunction(EApiId_popup_image_details_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18785
	inline TAknLayoutScalableParameterLimits popup_toobar_trans_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toobar_trans_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_popup_toobar_trans_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18787
	inline TAknWindowComponentLayout popup_toobar_trans_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toobar_trans_pane_cp01_sig*)(GetFunction(EApiId_popup_toobar_trans_pane_cp01)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18790
	inline TAknLayoutScalableParameterLimits popup_image_details_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_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
	inline TAknWindowComponentLayout popup_image_details_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_sig*)(GetFunction(EApiId_popup_image_details_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18794
	inline TAknWindowComponentLayout popup_image_focus_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_sig*)(GetFunction(EApiId_popup_image_focus_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18796
	// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18797
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18799
	inline TAknWindowComponentLayout camera2_autofocus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_sig*)(GetFunction(EApiId_camera2_autofocus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18801
	// LAF Table : popup_image_focus_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18802
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp06_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18804
	inline TAknWindowComponentLayout popup_image_focus_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_g1_sig*)(GetFunction(EApiId_popup_image_focus_window_g1)))(aVariety, aCol, aRow); }
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 popup_image_focus_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_g2_sig*)(GetFunction(EApiId_popup_image_focus_window_g2)))(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 TAknWindowComponentLayout popup_image_focus_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_g3_sig*)(GetFunction(EApiId_popup_image_focus_window_g3)))(aVariety, aCol, aRow); }
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 popup_image_focus_window_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_g4_sig*)(GetFunction(EApiId_popup_image_focus_window_g4)))(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 TAknLayoutScalableTableLimits popup_image_focus_window_g_Limits() const		{ return (*(Tpopup_image_focus_window_g_Limits_sig*)(GetFunction(EApiId_popup_image_focus_window_g_Limits)))(); }
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 popup_image_focus_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_g_sig*)(GetFunction(EApiId_popup_image_focus_window_g)))(aLineIndex, 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 TAknTextComponentLayout popup_image_focus_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_t1_sig*)(GetFunction(EApiId_popup_image_focus_window_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_image_focus_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_t2_sig*)(GetFunction(EApiId_popup_image_focus_window_t2)))(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 TAknTextComponentLayout popup_image_focus_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_t3_sig*)(GetFunction(EApiId_popup_image_focus_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_image_focus_window_t_Limits() const		{ return (*(Tpopup_image_focus_window_t_Limits_sig*)(GetFunction(EApiId_popup_image_focus_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_image_focus_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_focus_window_t_sig*)(GetFunction(EApiId_popup_image_focus_window_t)))(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
	// LAF Table : camera2_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18827
	inline TAknWindowComponentLayout camera2_autofocus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_g1_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18829
	// LAF Table : popup_image_details_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18830
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp01_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18832
	inline TAknWindowComponentLayout popup_image_details_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_g1_sig*)(GetFunction(EApiId_popup_image_details_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18834
	inline TAknWindowComponentLayout popup_image_details_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_g2_sig*)(GetFunction(EApiId_popup_image_details_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18836
	inline TAknLayoutScalableTableLimits popup_image_details_window_g_Limits() const		{ return (*(Tpopup_image_details_window_g_Limits_sig*)(GetFunction(EApiId_popup_image_details_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18838
	inline TAknWindowComponentLayout popup_image_details_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_g_sig*)(GetFunction(EApiId_popup_image_details_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18840
	inline TAknTextComponentLayout popup_image_details_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_t1_sig*)(GetFunction(EApiId_popup_image_details_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18842
	inline TAknTextComponentLayout popup_image_details_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_t2_sig*)(GetFunction(EApiId_popup_image_details_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18844
	inline TAknTextComponentLayout popup_image_details_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_t3_sig*)(GetFunction(EApiId_popup_image_details_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18846
	inline TAknTextComponentLayout popup_image_details_window_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_t4_sig*)(GetFunction(EApiId_popup_image_details_window_t4)))(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
	inline TAknTextComponentLayout popup_image_details_window_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_t5_sig*)(GetFunction(EApiId_popup_image_details_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18850
	inline TAknLayoutScalableTableLimits popup_image_details_window_t_Limits() const		{ return (*(Tpopup_image_details_window_t_Limits_sig*)(GetFunction(EApiId_popup_image_details_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18852
	inline TAknTextComponentLayout popup_image_details_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_t_sig*)(GetFunction(EApiId_popup_image_details_window_t)))(aLineIndex, 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
	// LAF Table : calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18855
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18857
	inline TAknWindowComponentLayout grid_highlight_pane_cp013(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp013_sig*)(GetFunction(EApiId_grid_highlight_pane_cp013)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_calc_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_calc_pane_ParamLimits_sig*)(GetFunction(EApiId_list_calc_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout scroll_pane_cp024(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp024_sig*)(GetFunction(EApiId_scroll_pane_cp024)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18863
	// LAF Table : calc_display_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18864
	inline TAknLayoutScalableParameterLimits bg_calc_display_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_display_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_display_pane_ParamLimits)))(aVariety); }
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 calc_display_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcalc_display_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_calc_display_pane_t1_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 TAknLayoutScalableParameterLimits calc_display_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcalc_display_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_calc_display_pane_t2_ParamLimits)))(aVariety); }
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 calc_display_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcalc_display_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_calc_display_pane_t3_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 TAknLayoutScalableParameterLimits calc_display_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tcalc_display_pane_t_ParamLimits_sig*)(GetFunction(EApiId_calc_display_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	// LAF Table : cell_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18875
	inline TAknWindowComponentLayout cell_calc_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_calc_pane_g2_sig*)(GetFunction(EApiId_cell_calc_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18877
	inline TAknLayoutScalableTableLimits cell_calc_pane_g_Limits() const		{ return (*(Tcell_calc_pane_g_Limits_sig*)(GetFunction(EApiId_cell_calc_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18879
	inline TAknWindowComponentLayout cell_calc_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_calc_pane_g_sig*)(GetFunction(EApiId_cell_calc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18881
	inline TAknTextComponentLayout cell_calc_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_calc_pane_t1_sig*)(GetFunction(EApiId_cell_calc_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18883
	inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_highlight_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18885
	inline TAknLayoutScalableParameterLimits toolbar_button_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Ttoolbar_button_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_toolbar_button_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18887
	inline TAknWindowComponentLayout toolbar_button_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttoolbar_button_pane_cp01_sig*)(GetFunction(EApiId_toolbar_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18889
	// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18890
	inline TAknLayoutScalableParameterLimits temp_image_control_pane_ParamLimits(TInt aVariety) const		{ return (*(Ttemp_image_control_pane_ParamLimits_sig*)(GetFunction(EApiId_temp_image_control_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18892
	inline TAknWindowComponentLayout temp_image_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttemp_image_control_pane_sig*)(GetFunction(EApiId_temp_image_control_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18894
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18895
	inline TAknWindowComponentLayout main_mp3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_sig*)(GetFunction(EApiId_main_mp3_pane)))(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
	// LAF Table : temp_image_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18898
	inline TAknLayoutScalableParameterLimits temp_image_control_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Ttemp_image_control_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_temp_image_control_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18900
	inline TAknWindowComponentLayout temp_image_control_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttemp_image_control_pane_g1_sig*)(GetFunction(EApiId_temp_image_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18902
	inline TAknLayoutScalableParameterLimits temp_image_control_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Ttemp_image_control_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_temp_image_control_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18904
	inline TAknWindowComponentLayout temp_image_control_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttemp_image_control_pane_g2_sig*)(GetFunction(EApiId_temp_image_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18906
	inline TAknLayoutScalableParameterLimits temp_image_control_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Ttemp_image_control_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_temp_image_control_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18908
	inline TAknWindowComponentLayout temp_image_control_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttemp_image_control_pane_g3_sig*)(GetFunction(EApiId_temp_image_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18910
	inline TAknLayoutScalableParameterLimits temp_image_control_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Ttemp_image_control_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_temp_image_control_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18912
	inline TAknWindowComponentLayout temp_image_control_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttemp_image_control_pane_g4_sig*)(GetFunction(EApiId_temp_image_control_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits temp_image_control_pane_g_Limits() const		{ return (*(Ttemp_image_control_pane_g_Limits_sig*)(GetFunction(EApiId_temp_image_control_pane_g_Limits)))(); }
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 temp_image_control_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Ttemp_image_control_pane_g_ParamLimits_sig*)(GetFunction(EApiId_temp_image_control_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 TAknWindowComponentLayout temp_image_control_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttemp_image_control_pane_g_sig*)(GetFunction(EApiId_temp_image_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 : main_mp3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18921
	inline TAknWindowComponentLayout main_mp3_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g1_sig*)(GetFunction(EApiId_main_mp3_pane_g1)))(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
	inline TAknWindowComponentLayout main_mp3_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g2_sig*)(GetFunction(EApiId_main_mp3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18925
	inline TAknLayoutScalableTableLimits main_mp3_pane_g_Limits() const		{ return (*(Tmain_mp3_pane_g_Limits_sig*)(GetFunction(EApiId_main_mp3_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18927
	inline TAknWindowComponentLayout main_mp3_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g_sig*)(GetFunction(EApiId_main_mp3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_mp3_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t1_sig*)(GetFunction(EApiId_main_mp3_pane_t1)))(aVariety, aCol, aRow); }
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 : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18932
	inline TAknLayoutScalableParameterLimits main_camera_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_camera_pane_g8_ParamLimits)))(aVariety); }
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 main_camera_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera_pane_g8_sig*)(GetFunction(EApiId_main_camera_pane_g8)))(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 : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18937
	inline TAknLayoutScalableParameterLimits main_video_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_video_pane_g7_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 main_video_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_pane_g7_sig*)(GetFunction(EApiId_main_video_pane_g7)))(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
	// LAF Table : main_camera2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18942
	inline TAknLayoutScalableParameterLimits main_camera2_pane_t7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera2_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_main_camera2_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18944
	inline TAknTextComponentLayout main_camera2_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera2_pane_t7_sig*)(GetFunction(EApiId_main_camera2_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18946
	// LAF Table : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18947
	inline TAknLayoutScalableParameterLimits scroll_pane_cp025_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp025_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp025_ParamLimits)))(aVariety); }
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 scroll_pane_cp025(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp025_sig*)(GetFunction(EApiId_scroll_pane_cp025)))(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 TAknLayoutScalableParameterLimits scroll_pane_cp026_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp026_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp026_ParamLimits)))(aVariety); }
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 scroll_pane_cp026(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp026_sig*)(GetFunction(EApiId_scroll_pane_cp026)))(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 TAknLayoutScalableParameterLimits wml_content_pane_ParamLimits(TInt aVariety) const		{ return (*(Twml_content_pane_ParamLimits_sig*)(GetFunction(EApiId_wml_content_pane_ParamLimits)))(aVariety); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18958
	inline TAknWindowComponentLayout main_touch_calib_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_sig*)(GetFunction(EApiId_main_touch_calib_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18960
	// LAF Table : main_touch_calib_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18961
	inline TAknWindowComponentLayout main_touch_calib_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_g1_sig*)(GetFunction(EApiId_main_touch_calib_pane_g1)))(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 TAknWindowComponentLayout main_touch_calib_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_g2_sig*)(GetFunction(EApiId_main_touch_calib_pane_g2)))(aVariety, aCol, aRow); }
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 main_touch_calib_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_g3_sig*)(GetFunction(EApiId_main_touch_calib_pane_g3)))(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 TAknWindowComponentLayout main_touch_calib_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_g4_sig*)(GetFunction(EApiId_main_touch_calib_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_touch_calib_pane_g_Limits() const		{ return (*(Tmain_touch_calib_pane_g_Limits_sig*)(GetFunction(EApiId_main_touch_calib_pane_g_Limits)))(); }
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 TAknWindowComponentLayout main_touch_calib_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_g_sig*)(GetFunction(EApiId_main_touch_calib_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_touch_calib_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_t1_sig*)(GetFunction(EApiId_main_touch_calib_pane_t1)))(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 TAknTextComponentLayout main_touch_calib_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_t2_sig*)(GetFunction(EApiId_main_touch_calib_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_touch_calib_pane_t_Limits() const		{ return (*(Tmain_touch_calib_pane_t_Limits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_touch_calib_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_t_sig*)(GetFunction(EApiId_main_touch_calib_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18982
	inline TAknWindowComponentLayout mup_progress_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_cp02_sig*)(GetFunction(EApiId_mup_progress_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18984
	inline TAknWindowComponentLayout navi_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_g1_sig*)(GetFunction(EApiId_navi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18986
	inline TAknTextComponentLayout navi_pane_mp_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mp_t3_sig*)(GetFunction(EApiId_navi_pane_mp_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18988
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18989
	inline TAknLayoutScalableParameterLimits main_mp3_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18991
	// LAF Table : status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18992
	inline TAknLayoutScalableParameterLimits navi_pane_ParamLimits(TInt aVariety) 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
 18993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18994
	// LAF Table : main_mp3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 18995
	inline TAknLayoutScalableParameterLimits main_mp3_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g1_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 TAknLayoutScalableParameterLimits main_mp3_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits main_mp3_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19001
	inline TAknWindowComponentLayout main_mp3_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g3_sig*)(GetFunction(EApiId_main_mp3_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19003
	inline TAknLayoutScalableParameterLimits main_mp3_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp3_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g4_sig*)(GetFunction(EApiId_main_mp3_pane_g4)))(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 TAknLayoutScalableParameterLimits main_mp3_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp3_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g5_sig*)(GetFunction(EApiId_main_mp3_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp3_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g6_ParamLimits)))(aVariety); }
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 main_mp3_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g6_sig*)(GetFunction(EApiId_main_mp3_pane_g6)))(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
	inline TAknLayoutScalableParameterLimits main_mp3_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19017
	inline TAknWindowComponentLayout main_mp3_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g7_sig*)(GetFunction(EApiId_main_mp3_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19019
	inline TAknLayoutScalableParameterLimits main_mp3_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp3_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19021
	inline TAknWindowComponentLayout main_mp3_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_g8_sig*)(GetFunction(EApiId_main_mp3_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19023
	inline TAknLayoutScalableParameterLimits main_mp3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mp3_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mp3_pane_g_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout main_mp3_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t2_sig*)(GetFunction(EApiId_main_mp3_pane_t2)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_mp3_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t3_sig*)(GetFunction(EApiId_main_mp3_pane_t3)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout main_mp3_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t4_sig*)(GetFunction(EApiId_main_mp3_pane_t4)))(aVariety, aCol, aRow); }
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
	inline TAknTextComponentLayout main_mp3_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t5_sig*)(GetFunction(EApiId_main_mp3_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19033
	inline TAknLayoutScalableTableLimits main_mp3_pane_t_Limits() const		{ return (*(Tmain_mp3_pane_t_Limits_sig*)(GetFunction(EApiId_main_mp3_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19035
	inline TAknTextComponentLayout main_mp3_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t_sig*)(GetFunction(EApiId_main_mp3_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19037
	inline TAknWindowComponentLayout mup_progress_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_cp01_sig*)(GetFunction(EApiId_mup_progress_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19039
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19040
	inline TAknWindowComponentLayout aid_zoom_text_secondary2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_zoom_text_secondary2_sig*)(GetFunction(EApiId_aid_zoom_text_secondary2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19042
	// LAF Table : listscroll_cale_event_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19043
	inline TAknWindowComponentLayout list_cale_ev2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_ev2_pane_sig*)(GetFunction(EApiId_list_cale_ev2_pane)))(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 TAknLayoutScalableParameterLimits scroll_pane_cp023_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp023_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp023_ParamLimits)))(aVariety); }
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 : list_cale_ev2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19048
	inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfield_cale_ev2_pane_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_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 TAknWindowComponentLayout field_cale_ev2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tfield_cale_ev2_pane_sig*)(GetFunction(EApiId_field_cale_ev2_pane)))(aRow, aVariety, 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 : field_cale_ev2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19053
	inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout field_cale_ev2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_g1_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19057
	inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19059
	inline TAknWindowComponentLayout field_cale_ev2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_g2_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_cale_ev2_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout field_cale_ev2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_g3_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19065
	inline TAknLayoutScalableTableLimits field_cale_ev2_pane_g_Limits() const		{ return (*(Tfield_cale_ev2_pane_g_Limits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19067
	inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout field_cale_ev2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_g_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_cale_ev2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout field_cale_ev2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_t1_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_cale_ev2_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout field_cale_ev2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_t2_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits field_cale_ev2_pane_t_Limits() const		{ return (*(Tfield_cale_ev2_pane_t_Limits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19083
	inline TAknTextComponentLayout field_cale_ev2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_t_sig*)(GetFunction(EApiId_field_cale_ev2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19085
	// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19086
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_postcard_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19088
	inline TAknWindowComponentLayout main_postcard_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g5_sig*)(GetFunction(EApiId_main_postcard_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19090
	inline TAknLayoutScalableParameterLimits main_postcard_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_postcard_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_postcard_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19092
	inline TAknWindowComponentLayout main_postcard_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_postcard_pane_g6_sig*)(GetFunction(EApiId_main_postcard_pane_g6)))(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 : main_camera_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19095
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_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 camera2_autofocus_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp)))(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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19100
	inline TAknWindowComponentLayout main_mup3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_sig*)(GetFunction(EApiId_main_mup3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19102
	// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19103
	inline TAknLayoutScalableParameterLimits main_mup3_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_mup3_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g1_sig*)(GetFunction(EApiId_main_mup3_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19107
	inline TAknLayoutScalableParameterLimits main_mup3_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19109
	inline TAknWindowComponentLayout main_mup3_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g2_sig*)(GetFunction(EApiId_main_mup3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19111
	inline TAknLayoutScalableParameterLimits main_mup3_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup3_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g3_sig*)(GetFunction(EApiId_main_mup3_pane_g3)))(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 TAknLayoutScalableParameterLimits main_mup3_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mup3_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g4_sig*)(GetFunction(EApiId_main_mup3_pane_g4)))(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
	inline TAknLayoutScalableParameterLimits main_mup3_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19121
	inline TAknWindowComponentLayout main_mup3_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g5_sig*)(GetFunction(EApiId_main_mup3_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19123
	inline TAknLayoutScalableParameterLimits main_mup3_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19125
	inline TAknWindowComponentLayout main_mup3_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g6_sig*)(GetFunction(EApiId_main_mup3_pane_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mup3_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g7_ParamLimits)))(aVariety); }
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 main_mup3_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g7_sig*)(GetFunction(EApiId_main_mup3_pane_g7)))(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 TAknLayoutScalableTableLimits main_mup3_pane_g_Limits() const		{ return (*(Tmain_mup3_pane_g_Limits_sig*)(GetFunction(EApiId_main_mup3_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_mup3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mup3_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_mup3_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g_sig*)(GetFunction(EApiId_main_mup3_pane_g)))(aLineIndex, 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
	inline TAknLayoutScalableParameterLimits main_mup3_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19139
	inline TAknTextComponentLayout main_mup3_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t1_sig*)(GetFunction(EApiId_main_mup3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19141
	inline TAknLayoutScalableParameterLimits main_mup3_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19143
	inline TAknTextComponentLayout main_mup3_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t2_sig*)(GetFunction(EApiId_main_mup3_pane_t2)))(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 TAknLayoutScalableParameterLimits main_mup3_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t4_ParamLimits)))(aVariety); }
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 main_mup3_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t4_sig*)(GetFunction(EApiId_main_mup3_pane_t4)))(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 TAknLayoutScalableParameterLimits main_mup3_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t5_ParamLimits)))(aVariety); }
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 main_mup3_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t5_sig*)(GetFunction(EApiId_main_mup3_pane_t5)))(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
	inline TAknLayoutScalableParameterLimits main_mup3_pane_t6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19155
	inline TAknTextComponentLayout main_mup3_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t6_sig*)(GetFunction(EApiId_main_mup3_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19157
	inline TAknLayoutScalableTableLimits main_mup3_pane_t_Limits() const		{ return (*(Tmain_mup3_pane_t_Limits_sig*)(GetFunction(EApiId_main_mup3_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19159
	inline TAknLayoutScalableParameterLimits main_mup3_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mup3_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19161
	inline TAknTextComponentLayout main_mup3_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t_sig*)(GetFunction(EApiId_main_mup3_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19163
	inline TAknLayoutScalableParameterLimits mup3_progress_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmup3_progress_pane_ParamLimits_sig*)(GetFunction(EApiId_mup3_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19164
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19165
	inline TAknWindowComponentLayout mup3_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_progress_pane_sig*)(GetFunction(EApiId_mup3_progress_pane)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits popup_mup3_control_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_mup3_control_window_ParamLimits_sig*)(GetFunction(EApiId_popup_mup3_control_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19169
	inline TAknWindowComponentLayout popup_mup3_control_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup3_control_window_sig*)(GetFunction(EApiId_popup_mup3_control_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19171
	inline TAknWindowComponentLayout popup_mup3_text_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup3_text_window_sig*)(GetFunction(EApiId_popup_mup3_text_window)))(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
	// LAF Table : mup3_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19174
	inline TAknTextComponentLayout mup3_progress_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_progress_pane_t1_sig*)(GetFunction(EApiId_mup3_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19176
	inline TAknTextComponentLayout mup3_progress_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_progress_pane_t2_sig*)(GetFunction(EApiId_mup3_progress_pane_t2)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout mup3_progress_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_progress_pane_t3_sig*)(GetFunction(EApiId_mup3_progress_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits mup3_progress_pane_t_Limits() const		{ return (*(Tmup3_progress_pane_t_Limits_sig*)(GetFunction(EApiId_mup3_progress_pane_t_Limits)))(); }
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 TAknTextComponentLayout mup3_progress_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_progress_pane_t_sig*)(GetFunction(EApiId_mup3_progress_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout mup_progress_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_cp03_sig*)(GetFunction(EApiId_mup_progress_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19186
	// LAF Table : popup_mup3_control_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19187
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp04_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp04)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout mup3_volume_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_volume_pane_sig*)(GetFunction(EApiId_mup3_volume_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_mup3_control_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup3_control_window_g1_sig*)(GetFunction(EApiId_popup_mup3_control_window_g1)))(aVariety, aCol, aRow); }
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 : mup3_volume_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19194
	inline TAknWindowComponentLayout mup3_volume_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_volume_pane_g1_sig*)(GetFunction(EApiId_mup3_volume_pane_g1)))(aVariety, aCol, aRow); }
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 mup3_volume_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_volume_pane_g2_sig*)(GetFunction(EApiId_mup3_volume_pane_g2)))(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
	inline TAknWindowComponentLayout mup3_volume_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_volume_pane_g3_sig*)(GetFunction(EApiId_mup3_volume_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19200
	inline TAknLayoutScalableTableLimits mup3_volume_pane_g_Limits() const		{ return (*(Tmup3_volume_pane_g_Limits_sig*)(GetFunction(EApiId_mup3_volume_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19202
	inline TAknWindowComponentLayout mup3_volume_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_volume_pane_g_sig*)(GetFunction(EApiId_mup3_volume_pane_g)))(aLineIndex, 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
	// LAF Table : popup_mup3_text_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19205
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp03_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19207
	inline TAknWindowComponentLayout popup_mup3_text_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup3_text_window_g1_sig*)(GetFunction(EApiId_popup_mup3_text_window_g1)))(aVariety, aCol, aRow); }
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 popup_mup3_text_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mup3_text_window_t1_sig*)(GetFunction(EApiId_popup_mup3_text_window_t1)))(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
	// LAF Table : list_calc_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19212
	inline TAknLayoutScalableParameterLimits list_calc_item_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_calc_item_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_calc_item_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19214
	// LAF Table : mup_volume_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19215
	inline TAknWindowComponentLayout mup_volume_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_volume_pane_cp_g1_sig*)(GetFunction(EApiId_mup_volume_pane_cp_g1)))(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 : main_touch_calib_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19218
	inline TAknTextComponentLayout main_touch_calib_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_t3_sig*)(GetFunction(EApiId_main_touch_calib_pane_t3)))(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
	inline TAknTextComponentLayout main_touch_calib_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_t4_sig*)(GetFunction(EApiId_main_touch_calib_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19222
	inline TAknTextComponentLayout main_touch_calib_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_pane_t5_sig*)(GetFunction(EApiId_main_touch_calib_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19224
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19225
	inline TAknWindowComponentLayout aid_cell_size_toolbar2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cell_size_toolbar2_sig*)(GetFunction(EApiId_aid_cell_size_toolbar2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19227
	inline TAknWindowComponentLayout aid_popup3_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_popup3_width_pane_sig*)(GetFunction(EApiId_aid_popup3_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19229
	inline TAknWindowComponentLayout aid_zoom_text_msg_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_zoom_text_msg_primary_sig*)(GetFunction(EApiId_aid_zoom_text_msg_primary)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_vorec_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19232
	inline TAknTextComponentLayout vorec_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvorec_t7_sig*)(GetFunction(EApiId_vorec_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19234
	// LAF Table : bg_calc_paper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19235
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19237
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19239
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19241
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g4_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits bg_calc_paper_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g5_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits bg_calc_paper_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g6_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19249
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19251
	inline TAknLayoutScalableParameterLimits bg_calc_paper_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tbg_calc_paper_pane_g_ParamLimits_sig*)(GetFunction(EApiId_bg_calc_paper_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19253
	inline TAknLayoutScalableParameterLimits calc_bg_paper_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tcalc_bg_paper_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_calc_bg_paper_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19255
	// LAF Table : main_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19256
	inline TAknLayoutScalableParameterLimits image_qvga_pane_ParamLimits(TInt aVariety) const		{ return (*(Timage_qvga_pane_ParamLimits_sig*)(GetFunction(EApiId_image_qvga_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout image_qvga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage_qvga_pane_sig*)(GetFunction(EApiId_image_qvga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19260
	// LAF Table : popup_mup_playback_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19261
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp04_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19263
	inline TAknLayoutScalableParameterLimits popup_mup_playback_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_mup_playback_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_mup_playback_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19265
	inline TAknLayoutScalableParameterLimits popup_mup_playback_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_mup_playback_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_mup_playback_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19267
	inline TAknLayoutScalableParameterLimits popup_mup_playback_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_mup_playback_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_mup_playback_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19269
	inline TAknLayoutScalableParameterLimits popup_mup_playback_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_mup_playback_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_mup_playback_window_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19271
	// LAF Table : main_mup2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19272
	inline TAknLayoutScalableParameterLimits main_mup2_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup2_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mup2_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19274
	inline TAknWindowComponentLayout main_mup2_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup2_pane_g3_sig*)(GetFunction(EApiId_main_mup2_pane_g3)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19277
	inline TAknWindowComponentLayout popup_toolbar_window_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar_window_cp04_sig*)(GetFunction(EApiId_popup_toolbar_window_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19279
	// LAF Table : popup_call2_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19280
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_second_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19282
	inline TAknWindowComponentLayout popup_call2_audio_second_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_g3_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19284
	// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19285
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_first_window_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call2_audio_first_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_g4_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g4)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_call2_audio_in_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19290
	inline TAknLayoutScalableParameterLimits popup_call2_audio_in_window_g4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_in_window_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19292
	inline TAknWindowComponentLayout popup_call2_audio_in_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_in_window_g4_sig*)(GetFunction(EApiId_popup_call2_audio_in_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19294
	// LAF Table : main_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19295
	inline TAknLayoutScalableParameterLimits aid_area_sk_bg_cut_ParamLimits(TInt aVariety) const		{ return (*(Taid_area_sk_bg_cut_ParamLimits_sig*)(GetFunction(EApiId_aid_area_sk_bg_cut_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19297
	inline TAknWindowComponentLayout aid_area_sk_bg_cut(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_area_sk_bg_cut_sig*)(GetFunction(EApiId_aid_area_sk_bg_cut)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19299
	inline TAknLayoutScalableParameterLimits aid_area_sk_bg_cut_2_ParamLimits(TInt aVariety) const		{ return (*(Taid_area_sk_bg_cut_2_ParamLimits_sig*)(GetFunction(EApiId_aid_area_sk_bg_cut_2_ParamLimits)))(aVariety); }
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 aid_area_sk_bg_cut_2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_area_sk_bg_cut_2_sig*)(GetFunction(EApiId_aid_area_sk_bg_cut_2)))(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
	// LAF Table : cell_gallery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19304
	inline TAknWindowComponentLayout aid_placing_details_win(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_placing_details_win_sig*)(GetFunction(EApiId_aid_placing_details_win)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19306
	inline TAknWindowComponentLayout aid_placing_details_win_2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_placing_details_win_2_sig*)(GetFunction(EApiId_aid_placing_details_win_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19308
	// LAF Table : camera2_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19309
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g1_ParamLimits)))(aVariety); }
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 : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19312
	inline TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fixed_preview_cale_window_ParamLimits_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_fixed_preview_cale_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fixed_preview_cale_window_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window)))(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 : navi_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19317
	inline TAknWindowComponentLayout navi_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g3_sig*)(GetFunction(EApiId_navi_slider_pane_g3)))(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
	inline TAknWindowComponentLayout navi_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g4_sig*)(GetFunction(EApiId_navi_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19321
	inline TAknWindowComponentLayout navi_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g5_sig*)(GetFunction(EApiId_navi_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19323
	inline TAknWindowComponentLayout navi_slider_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g6_sig*)(GetFunction(EApiId_navi_slider_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19325
	inline TAknWindowComponentLayout navi_slider_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_slider_pane_g7_sig*)(GetFunction(EApiId_navi_slider_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19327
	// LAF Table : mup_scale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19328
	inline TAknWindowComponentLayout mup_scale_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g3_sig*)(GetFunction(EApiId_mup_scale_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19330
	inline TAknWindowComponentLayout mup_scale_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g4_sig*)(GetFunction(EApiId_mup_scale_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19332
	inline TAknWindowComponentLayout mup_scale_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g5_sig*)(GetFunction(EApiId_mup_scale_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19334
	inline TAknWindowComponentLayout mup_scale_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g6_sig*)(GetFunction(EApiId_mup_scale_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19336
	inline TAknWindowComponentLayout mup_scale_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_scale_pane_g7_sig*)(GetFunction(EApiId_mup_scale_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19338
	// LAF Table : cams2_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19339
	inline TAknWindowComponentLayout cams2_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g3_sig*)(GetFunction(EApiId_cams2_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19341
	inline TAknWindowComponentLayout cams2_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g4_sig*)(GetFunction(EApiId_cams2_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19343
	inline TAknWindowComponentLayout cams2_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g5_sig*)(GetFunction(EApiId_cams2_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19345
	inline TAknWindowComponentLayout cams2_slider_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g6_sig*)(GetFunction(EApiId_cams2_slider_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19347
	inline TAknWindowComponentLayout cams2_slider_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams2_slider_pane_g7_sig*)(GetFunction(EApiId_cams2_slider_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19349
	// LAF Table : camera2_autofocus_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19350
	inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_g1_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19352
	// LAF Table : popup_fixed_preview_cale_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19353
	inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp02_ParamLimits(TInt aVariety) 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
 19354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19355
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp02(TInt aVariety, 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
 19356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19357
	inline TAknLayoutScalableParameterLimits list_fp_cale_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_fp_cale_pane_ParamLimits_sig*)(GetFunction(EApiId_list_fp_cale_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19359
	inline TAknWindowComponentLayout list_fp_cale_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_fp_cale_pane_sig*)(GetFunction(EApiId_list_fp_cale_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19361
	inline TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fixed_preview_cale_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_fixed_preview_cale_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fixed_preview_cale_window_t1_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19365
	inline TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fixed_preview_cale_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19367
	inline TAknTextComponentLayout popup_fixed_preview_cale_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fixed_preview_cale_window_t2_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_fixed_preview_cale_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_fixed_preview_cale_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_fixed_preview_cale_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fixed_preview_cale_window_t3_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_fixed_preview_cale_window_t_Limits() const		{ return (*(Tpopup_fixed_preview_cale_window_t_Limits_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t_Limits)))(); }
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 popup_fixed_preview_cale_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_fixed_preview_cale_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout popup_fixed_preview_cale_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_fixed_preview_cale_window_t_sig*)(GetFunction(EApiId_popup_fixed_preview_cale_window_t)))(aLineIndex, 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
	// LAF Table : list_fp_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19380
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_fp_cale_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19382
	inline TAknWindowComponentLayout list_single_fp_cale_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_fp_cale_pane_sig*)(GetFunction(EApiId_list_single_fp_cale_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19384
	// LAF Table : list_single_fp_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19385
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_single_fp_cale_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_g1_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19389
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19391
	inline TAknWindowComponentLayout list_single_fp_cale_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_g2_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19393
	inline TAknLayoutScalableTableLimits list_single_fp_cale_pane_g_Limits() const		{ return (*(Tlist_single_fp_cale_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19395
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19397
	inline TAknWindowComponentLayout list_single_fp_cale_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_g_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19399
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19401
	inline TAknTextComponentLayout list_single_fp_cale_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_t1_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19403
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19405
	inline TAknTextComponentLayout list_single_fp_cale_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_t2_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19407
	inline TAknLayoutScalableTableLimits list_single_fp_cale_pane_t_Limits() const		{ return (*(Tlist_single_fp_cale_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19409
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19411
	inline TAknTextComponentLayout list_single_fp_cale_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_t_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// Generic API
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19414
	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
 19415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19416
	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
 19417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19418
	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
 19419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19420
	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
 19421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19422
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19423
	inline TAknWindowComponentLayout main_dialer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_dialer_pane_sig*)(GetFunction(EApiId_main_dialer_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19425
	// LAF Table : main_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19426
	inline TAknWindowComponentLayout aid_cell_size_keypad(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cell_size_keypad_sig*)(GetFunction(EApiId_aid_cell_size_keypad)))(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 dialer_ne_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_sig*)(GetFunction(EApiId_dialer_ne_pane)))(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 grid_dialer_command_1_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_dialer_command_1_pane_sig*)(GetFunction(EApiId_grid_dialer_command_1_pane)))(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 grid_dialer_command_2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_dialer_command_2_pane_sig*)(GetFunction(EApiId_grid_dialer_command_2_pane)))(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
	inline TAknWindowComponentLayout grid_dialer_keypad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_dialer_keypad_pane_sig*)(GetFunction(EApiId_grid_dialer_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19436
	// LAF Table : dialer_ne_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19437
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_call_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp06_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_call_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp06_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp06)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits dialer_ne_clear_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdialer_ne_clear_pane_ParamLimits_sig*)(GetFunction(EApiId_dialer_ne_clear_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout dialer_ne_clear_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_clear_pane_sig*)(GetFunction(EApiId_dialer_ne_clear_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19445
	inline TAknWindowComponentLayout dialer_ne_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_g1_sig*)(GetFunction(EApiId_dialer_ne_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19447
	inline TAknLayoutScalableParameterLimits dialer_ne_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tdialer_ne_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_dialer_ne_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19449
	inline TAknTextComponentLayout dialer_ne_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_t1_sig*)(GetFunction(EApiId_dialer_ne_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19451
	inline TAknLayoutScalableParameterLimits dialer_ne_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tdialer_ne_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_dialer_ne_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19453
	inline TAknTextComponentLayout dialer_ne_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_t2_sig*)(GetFunction(EApiId_dialer_ne_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19455
	inline TAknLayoutScalableParameterLimits dialer_ne_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tdialer_ne_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_dialer_ne_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19457
	inline TAknTextComponentLayout dialer_ne_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_t3_sig*)(GetFunction(EApiId_dialer_ne_pane_t3)))(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 TAknLayoutScalableTableLimits dialer_ne_pane_t_Limits() const		{ return (*(Tdialer_ne_pane_t_Limits_sig*)(GetFunction(EApiId_dialer_ne_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits dialer_ne_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tdialer_ne_pane_t_ParamLimits_sig*)(GetFunction(EApiId_dialer_ne_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19463
	inline TAknTextComponentLayout dialer_ne_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_t_sig*)(GetFunction(EApiId_dialer_ne_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19465
	inline TAknLayoutScalableParameterLimits dialer_ne_pane_t3_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tdialer_ne_pane_t3_copy1_ParamLimits_sig*)(GetFunction(EApiId_dialer_ne_pane_t3_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19467
	inline TAknTextComponentLayout dialer_ne_pane_t3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_pane_t3_copy1_sig*)(GetFunction(EApiId_dialer_ne_pane_t3_copy1)))(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_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19470
	inline TAknLayoutScalableParameterLimits cell_dialer_keypad_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_dialer_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer_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_dialer_keypad_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_dialer_keypad_pane_sig*)(GetFunction(EApiId_cell_dialer_keypad_pane)))(aCol, aRow, aVariety); }
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 : grid_dialer_command_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19475
	inline TAknLayoutScalableParameterLimits cell_dialer_command_1_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer_command_1_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer_command_1_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_dialer_command_1_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tcell_dialer_command_1_pane_sig*)(GetFunction(EApiId_cell_dialer_command_1_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19479
	// LAF Table : grid_dialer_command_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19480
	inline TAknLayoutScalableParameterLimits cell_dialer_command_2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_dialer_command_2_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer_command_2_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_dialer_command_2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tcell_dialer_command_2_pane_sig*)(GetFunction(EApiId_cell_dialer_command_2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19484
	// LAF Table : cell_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19485
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp02_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout bg_button_pane_cp02(TInt aVariety, 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
 19488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19489
	inline TAknLayoutScalableParameterLimits cell_dialer_keypad_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer_keypad_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19491
	inline TAknWindowComponentLayout cell_dialer_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer_keypad_pane_g1_sig*)(GetFunction(EApiId_cell_dialer_keypad_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_dialer_command_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19494
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19496
	inline TAknWindowComponentLayout bg_button_pane_cp03(TInt aVariety, 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
 19497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19498
	inline TAknLayoutScalableParameterLimits cell_dialer_command_1_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer_command_1_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer_command_1_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_dialer_command_1_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer_command_1_pane_g1_sig*)(GetFunction(EApiId_cell_dialer_command_1_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19502
	// LAF Table : cell_dialer_command_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19503
	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
 19504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19505
	inline TAknWindowComponentLayout cell_dialer_command_2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer_command_2_pane_g1_sig*)(GetFunction(EApiId_cell_dialer_command_2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19507
	// LAF Table : dialer_ne_clear_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19508
	inline TAknWindowComponentLayout bg_button_pane_cp06(TInt aVariety = 0, 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
 19509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19510
	inline TAknWindowComponentLayout dialer_ne_clear_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer_ne_clear_pane_g1_sig*)(GetFunction(EApiId_dialer_ne_clear_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19512
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19513
	inline TAknWindowComponentLayout navi_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_g2_sig*)(GetFunction(EApiId_navi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19515
	inline TAknWindowComponentLayout navi_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_g3_sig*)(GetFunction(EApiId_navi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19517
	inline TAknLayoutScalableTableLimits navi_pane_g_Limits() const		{ return (*(Tnavi_pane_g_Limits_sig*)(GetFunction(EApiId_navi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19519
	inline TAknWindowComponentLayout navi_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_g_sig*)(GetFunction(EApiId_navi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19521
	inline TAknWindowComponentLayout navi_pane_mv_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mv_g2_sig*)(GetFunction(EApiId_navi_pane_mv_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19523
	inline TAknWindowComponentLayout navi_pane_mv_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mv_g5_sig*)(GetFunction(EApiId_navi_pane_mv_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19525
	inline TAknTextComponentLayout navi_pane_mv_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mv_t1_sig*)(GetFunction(EApiId_navi_pane_mv_t1)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19528
	inline TAknWindowComponentLayout main_clock2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_sig*)(GetFunction(EApiId_main_clock2_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19531
	inline TAknLayoutScalableParameterLimits main_clock2_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_list_pane_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19533
	inline TAknWindowComponentLayout main_clock2_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_list_pane_sig*)(GetFunction(EApiId_main_clock2_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19535
	inline TAknLayoutScalableParameterLimits main_clock2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19537
	inline TAknTextComponentLayout main_clock2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_t1_sig*)(GetFunction(EApiId_main_clock2_pane_t1)))(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 TAknLayoutScalableParameterLimits main_clock2_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_t2_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_clock2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_t2_sig*)(GetFunction(EApiId_main_clock2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19543
	inline TAknLayoutScalableTableLimits main_clock2_pane_t_Limits() const		{ return (*(Tmain_clock2_pane_t_Limits_sig*)(GetFunction(EApiId_main_clock2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19545
	inline TAknLayoutScalableParameterLimits main_clock2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_clock2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19547
	inline TAknTextComponentLayout main_clock2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_t_sig*)(GetFunction(EApiId_main_clock2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp03_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp03_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout popup_clock_analogue_window_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp03_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19553
	inline TAknLayoutScalableParameterLimits popup_clock_digital_window_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_digital_window_cp02_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_digital_window_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19555
	inline TAknWindowComponentLayout popup_clock_digital_window_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_window_cp02_sig*)(GetFunction(EApiId_popup_clock_digital_window_cp02)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_clock2_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19558
	inline TAknLayoutScalableParameterLimits main_clock2_list_single_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_list_single_pane_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19560
	inline TAknWindowComponentLayout main_clock2_list_single_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tmain_clock2_list_single_pane_sig*)(GetFunction(EApiId_main_clock2_list_single_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19562
	// LAF Table : main_clock2_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19563
	inline TAknWindowComponentLayout list_highlight_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp05_sig*)(GetFunction(EApiId_list_highlight_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19565
	inline TAknTextComponentLayout main_clock2_list_single_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_list_single_pane_t1_sig*)(GetFunction(EApiId_main_clock2_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19567
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19568
	inline TAknLayoutScalableParameterLimits popup_toolbar_window_cp04_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar_window_cp04_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar_window_cp04_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
	// LAF Table : camera2_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19571
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19573
	inline TAknWindowComponentLayout camera2_autofocus_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_g2_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19575
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19577
	inline TAknWindowComponentLayout camera2_autofocus_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_g3_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19579
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19581
	inline TAknWindowComponentLayout camera2_autofocus_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_g4_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19583
	inline TAknLayoutScalableParameterLimits camera2_autofocus_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19585
	inline TAknWindowComponentLayout camera2_autofocus_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_g5_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19587
	inline TAknLayoutScalableTableLimits camera2_autofocus_pane_g_Limits() const		{ return (*(Tcamera2_autofocus_pane_g_Limits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits camera2_autofocus_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcamera2_autofocus_pane_g_ParamLimits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout camera2_autofocus_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_g_sig*)(GetFunction(EApiId_camera2_autofocus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : camera2_autofocus_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19594
	inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_g2_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19596
	inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_g3_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19598
	inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_g4_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g4)))(aVariety, aCol, aRow); }
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 camera2_autofocus_pane_cp_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_g5_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g5)))(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
	inline TAknLayoutScalableTableLimits camera2_autofocus_pane_cp_g_Limits() const		{ return (*(Tcamera2_autofocus_pane_cp_g_Limits_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19604
	inline TAknWindowComponentLayout camera2_autofocus_pane_cp_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcamera2_autofocus_pane_cp_g_sig*)(GetFunction(EApiId_camera2_autofocus_pane_cp_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19606
	// LAF Table : main_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19607
	inline TAknWindowComponentLayout popup_dialer_spcha_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_dialer_spcha_window_sig*)(GetFunction(EApiId_popup_dialer_spcha_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19609
	// LAF Table : popup_dialer_spcha_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19610
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp07_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp07)))(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
	inline TAknWindowComponentLayout list_spcha_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_spcha_pane_sig*)(GetFunction(EApiId_list_spcha_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19614
	// LAF Table : list_spcha_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19615
	inline TAknLayoutScalableParameterLimits list_single_spcha_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_spcha_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_spcha_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_single_spcha_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_spcha_pane_sig*)(GetFunction(EApiId_list_single_spcha_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19619
	// LAF Table : list_single_spcha_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19620
	inline TAknWindowComponentLayout list_highlight_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp06_sig*)(GetFunction(EApiId_list_highlight_pane_cp06)))(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
	inline TAknTextComponentLayout list_single_spcha_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_spcha_pane_t1_sig*)(GetFunction(EApiId_list_single_spcha_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19624
	// LAF Table : popup_call2_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19625
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_g4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_out_window_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g4_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout popup_call2_audio_out_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_g4_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19629
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19630
	inline TAknWindowComponentLayout main_imed2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_imed2_pane_sig*)(GetFunction(EApiId_main_imed2_pane)))(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 TAknWindowComponentLayout popup_imed_adjust2_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_adjust2_window_sig*)(GetFunction(EApiId_popup_imed_adjust2_window)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_imed_trans_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_imed_trans_window_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_trans_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_imed_trans_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_trans_window_sig*)(GetFunction(EApiId_popup_imed_trans_window)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19639
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t1_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19641
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t2_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19643
	inline TAknLayoutScalableTableLimits popup_blid_sat_info2_window_t_Limits() const		{ return (*(Tpopup_blid_sat_info2_window_t_Limits_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19645
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t)))(aLineIndex, 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 : popup_imed_trans_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19648
	inline TAknWindowComponentLayout aid_size_cell_colour_35(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_colour_35_sig*)(GetFunction(EApiId_aid_size_cell_colour_35)))(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
	inline TAknWindowComponentLayout aid_size_cell_colour_112(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_colour_112_sig*)(GetFunction(EApiId_aid_size_cell_colour_112)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19652
	inline TAknWindowComponentLayout aid_size_cell_effect(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_effect_sig*)(GetFunction(EApiId_aid_size_cell_effect)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19654
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp02_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19656
	inline TAknWindowComponentLayout heading_imed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_imed_pane_sig*)(GetFunction(EApiId_heading_imed_pane)))(aVariety, aCol, aRow); }
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 listscroll_imed_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_imed_pane_sig*)(GetFunction(EApiId_listscroll_imed_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : heading_imed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19661
	inline TAknWindowComponentLayout heading_imed_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_imed_pane_g1_sig*)(GetFunction(EApiId_heading_imed_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19663
	inline TAknTextComponentLayout heading_imed_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_imed_pane_t1_sig*)(GetFunction(EApiId_heading_imed_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19665
	// LAF Table : listscroll_imed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19666
	inline TAknLayoutScalableParameterLimits grid_imed_colour_35_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_imed_colour_35_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_imed_colour_35_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_imed_colour_35_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_imed_colour_35_pane_sig*)(GetFunction(EApiId_grid_imed_colour_35_pane)))(aVariety, aCol, aRow); }
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 grid_imed_effect_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_imed_effect_pane_sig*)(GetFunction(EApiId_grid_imed_effect_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_imed_aspect_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_imed_aspect_pane_sig*)(GetFunction(EApiId_list_imed_aspect_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits scroll_pane_cp027_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp027_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp027_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout scroll_pane_cp027(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp027_sig*)(GetFunction(EApiId_scroll_pane_cp027)))(aVariety, aCol, aRow); }
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
	// LAF Table : grid_imed_effect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19679
	inline TAknLayoutScalableParameterLimits cell_imed_effect_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_imed_effect_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_imed_effect_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19681
	inline TAknWindowComponentLayout cell_imed_effect_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_imed_effect_pane_sig*)(GetFunction(EApiId_cell_imed_effect_pane)))(aCol, aRow, 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
	// LAF Table : grid_imed_colour_35_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19684
	inline TAknLayoutScalableParameterLimits cell_imed_colour_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_imed_colour_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_imed_colour_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19686
	inline TAknWindowComponentLayout cell_imed_colour_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_imed_colour_pane_sig*)(GetFunction(EApiId_cell_imed_colour_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19688
	// LAF Table : cell_imed_colour_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19689
	inline TAknLayoutScalableParameterLimits cell_imed_colour_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_imed_colour_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_imed_colour_pane_g1_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 cell_imed_colour_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_colour_pane_g1_sig*)(GetFunction(EApiId_cell_imed_colour_pane_g1)))(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 hgihlgiht_grid_pane_cp016_ParamLimits(TInt aVariety) const		{ return (*(Thgihlgiht_grid_pane_cp016_ParamLimits_sig*)(GetFunction(EApiId_hgihlgiht_grid_pane_cp016_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 hgihlgiht_grid_pane_cp016(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thgihlgiht_grid_pane_cp016_sig*)(GetFunction(EApiId_hgihlgiht_grid_pane_cp016)))(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
	// LAF Table : cell_imed_effect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19698
	inline TAknWindowComponentLayout cell_imed_effect_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_effect_pane_g1_sig*)(GetFunction(EApiId_cell_imed_effect_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19700
	inline TAknWindowComponentLayout grid_highlight_pane_cp017(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp017_sig*)(GetFunction(EApiId_grid_highlight_pane_cp017)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19702
	// LAF Table : list_imed_aspect_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19703
	inline TAknLayoutScalableParameterLimits list_imed_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_imed_single_pane_ParamLimits_sig*)(GetFunction(EApiId_list_imed_single_pane_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 TAknWindowComponentLayout list_imed_single_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_imed_single_pane_sig*)(GetFunction(EApiId_list_imed_single_pane)))(aRow, aVariety, aCol); }
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_imed_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19708
	inline TAknWindowComponentLayout list_highlight_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp07_sig*)(GetFunction(EApiId_list_highlight_pane_cp07)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout list_imed_aspect_pane_comp1_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_imed_aspect_pane_comp1_t1_sig*)(GetFunction(EApiId_list_imed_aspect_pane_comp1_t1)))(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
	// LAF Table : popup_imed_adjust2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19713
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp05_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19715
	inline TAknWindowComponentLayout popup_imed_adjust2_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_adjust2_window_g1_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19717
	inline TAknTextComponentLayout popup_imed_adjust2_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_adjust2_window_t1_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19719
	inline TAknWindowComponentLayout slider_imed_adjust_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_imed_adjust_pane_sig*)(GetFunction(EApiId_slider_imed_adjust_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19721
	// LAF Table : slider_imed_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19722
	inline TAknWindowComponentLayout slider_imed_adjust_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_imed_adjust_pane_g1_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g1)))(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 TAknWindowComponentLayout slider_imed_adjust_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_imed_adjust_pane_g2_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g2)))(aVariety, aCol, aRow); }
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 slider_imed_adjust_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_imed_adjust_pane_g3_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g3)))(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 TAknWindowComponentLayout slider_imed_adjust_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_imed_adjust_pane_g4_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits slider_imed_adjust_pane_g_Limits() const		{ return (*(Tslider_imed_adjust_pane_g_Limits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g_Limits)))(); }
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 slider_imed_adjust_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tslider_imed_adjust_pane_g_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_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
	// LAF Table : main_imed2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19735
	inline TAknWindowComponentLayout aid_size_cell_clipart2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_clipart2_sig*)(GetFunction(EApiId_aid_size_cell_clipart2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19737
	inline TAknWindowComponentLayout grid_imed_clipart_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_imed_clipart_pane_sig*)(GetFunction(EApiId_grid_imed_clipart_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19739
	inline TAknWindowComponentLayout scroll_pane_cp031(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp031_sig*)(GetFunction(EApiId_scroll_pane_cp031)))(aVariety, aCol, aRow); }
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
	// LAF Table : grid_imed_clipart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19742
	inline TAknLayoutScalableParameterLimits cell_imed_clipart_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_imed_clipart_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_imed_clipart_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19744
	inline TAknWindowComponentLayout cell_imed_clipart_pane(TInt aCol, TInt aRow, TInt aVariety = 0) const		{ return (*(Tcell_imed_clipart_pane_sig*)(GetFunction(EApiId_cell_imed_clipart_pane)))(aCol, aRow, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19746
	// LAF Table : cell_imed_clipart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19747
	inline TAknWindowComponentLayout cell_imed_clipart_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_clipart_pane_g1_sig*)(GetFunction(EApiId_cell_imed_clipart_pane_g1)))(aVariety, aCol, aRow); }
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 grid_highlight_pane_cp014(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp014_sig*)(GetFunction(EApiId_grid_highlight_pane_cp014)))(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
	// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19752
	inline TAknLayoutScalableParameterLimits main_clock2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19753
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19754
	inline TAknWindowComponentLayout main_clock2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_g1_sig*)(GetFunction(EApiId_main_clock2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19755
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19756
	// LAF Table : popup_clock_analogue_window_cp03
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19757
	inline TAknWindowComponentLayout aid_call2_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_call2_pane_cp10_sig*)(GetFunction(EApiId_aid_call2_pane_cp10)))(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 TAknWindowComponentLayout aid_call_pane_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_call_pane_cp10_sig*)(GetFunction(EApiId_aid_call_pane_cp10)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_clock_analogue_window_cp10_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_g1_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g1)))(aVariety, aCol, aRow); }
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 popup_clock_analogue_window_cp10_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_g2_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g2)))(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 TAknWindowComponentLayout popup_clock_analogue_window_cp10_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_g3_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_clock_analogue_window_cp10_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_g4_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g4)))(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 TAknWindowComponentLayout popup_clock_analogue_window_cp10_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_g5_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_clock_analogue_window_cp10_g_Limits() const		{ return (*(Tpopup_clock_analogue_window_cp10_g_Limits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g_Limits)))(); }
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 TAknWindowComponentLayout popup_clock_analogue_window_cp10_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_g_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_clock_analogue_window_cp10_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_analogue_window_cp10_t1_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_clock_digital_window_cp02
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19778
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Tclock_digital_number_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19780
	inline TAknWindowComponentLayout clock_digital_number_pane_cp10(TInt aVariety, 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
 19781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19782
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp11_ParamLimits(TInt aVariety) const		{ return (*(Tclock_digital_number_pane_cp11_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp11_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout clock_digital_number_pane_cp11(TInt aVariety, 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
 19785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19786
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp12_ParamLimits(TInt aVariety) const		{ return (*(Tclock_digital_number_pane_cp12_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp12_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout clock_digital_number_pane_cp12(TInt aVariety, 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
 19789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19790
	inline TAknLayoutScalableParameterLimits clock_digital_number_pane_cp13_ParamLimits(TInt aVariety) const		{ return (*(Tclock_digital_number_pane_cp13_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_number_pane_cp13_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout clock_digital_number_pane_cp13(TInt aVariety, 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
 19793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19794
	inline TAknLayoutScalableParameterLimits clock_digital_separator_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Tclock_digital_separator_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_clock_digital_separator_pane_cp10_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout clock_digital_separator_pane_cp10(TInt aVariety, 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
 19797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19798
	inline TAknLayoutScalableParameterLimits popup_clock_digital_window_cp02_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_digital_window_cp02_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_digital_window_cp02_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_clock_digital_window_cp02_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_clock_digital_window_cp02_t1_sig*)(GetFunction(EApiId_popup_clock_digital_window_cp02_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : clock_digital_number_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19803
	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
 19804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19805
	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
 19806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19807
	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
 19808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19809
	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
 19810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19811
	// LAF Table : clock_digital_separator_pane_cp10
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19812
	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
 19813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19814
	inline TAknWindowComponentLayout clock_digital_separator_pane_g2_cp10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tclock_digital_separator_pane_g2_cp10_sig*)(GetFunction(EApiId_clock_digital_separator_pane_g2_cp10)))(aVariety, aCol, aRow); }
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
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19817
	inline TAknWindowComponentLayout navi_pane_vded_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_vded_g4_sig*)(GetFunction(EApiId_navi_pane_vded_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19818
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19819
	inline TAknWindowComponentLayout navi_pane_vded_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_vded_g5_sig*)(GetFunction(EApiId_navi_pane_vded_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19820
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19821
	inline TAknTextComponentLayout navi_pane_vded_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_vded_t1_sig*)(GetFunction(EApiId_navi_pane_vded_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19823
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19824
	inline TAknWindowComponentLayout main_vded_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_sig*)(GetFunction(EApiId_main_vded_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19826
	// LAF Table : main_vded_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19827
	inline TAknWindowComponentLayout main_vded_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_g1_sig*)(GetFunction(EApiId_main_vded_pane_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 TAknWindowComponentLayout main_vded_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_g2_sig*)(GetFunction(EApiId_main_vded_pane_g2)))(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 TAknWindowComponentLayout main_vded_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_g3_sig*)(GetFunction(EApiId_main_vded_pane_g3)))(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 main_vded_pane_g_Limits() const		{ return (*(Tmain_vded_pane_g_Limits_sig*)(GetFunction(EApiId_main_vded_pane_g_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 TAknWindowComponentLayout main_vded_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_g_sig*)(GetFunction(EApiId_main_vded_pane_g)))(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
	inline TAknTextComponentLayout main_vded_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_t1_sig*)(GetFunction(EApiId_main_vded_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19839
	inline TAknTextComponentLayout main_vded_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_t2_sig*)(GetFunction(EApiId_main_vded_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19841
	inline TAknLayoutScalableTableLimits main_vded_pane_t_Limits() const		{ return (*(Tmain_vded_pane_t_Limits_sig*)(GetFunction(EApiId_main_vded_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19843
	inline TAknTextComponentLayout main_vded_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded_pane_t_sig*)(GetFunction(EApiId_main_vded_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19845
	inline TAknWindowComponentLayout vded_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_sig*)(GetFunction(EApiId_vded_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19847
	inline TAknWindowComponentLayout vded_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_video_pane_sig*)(GetFunction(EApiId_vded_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19849
	// LAF Table : vded_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19850
	inline TAknWindowComponentLayout vded_video_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_video_pane_g1_sig*)(GetFunction(EApiId_vded_video_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout vded_video_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_video_pane_g2_sig*)(GetFunction(EApiId_vded_video_pane_g2)))(aVariety, aCol, aRow); }
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 vded_video_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_video_pane_g3_sig*)(GetFunction(EApiId_vded_video_pane_g3)))(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 TAknLayoutScalableTableLimits vded_video_pane_g_Limits() const		{ return (*(Tvded_video_pane_g_Limits_sig*)(GetFunction(EApiId_vded_video_pane_g_Limits)))(); }
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 TAknWindowComponentLayout vded_video_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_video_pane_g_sig*)(GetFunction(EApiId_vded_video_pane_g)))(aLineIndex, 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
	// LAF Table : vded_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19861
	inline TAknWindowComponentLayout vded_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_g1_sig*)(GetFunction(EApiId_vded_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19863
	inline TAknWindowComponentLayout vded_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_g2_sig*)(GetFunction(EApiId_vded_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19865
	inline TAknWindowComponentLayout vded_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_g3_sig*)(GetFunction(EApiId_vded_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19867
	inline TAknWindowComponentLayout vded_slider_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_g4_sig*)(GetFunction(EApiId_vded_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19869
	inline TAknWindowComponentLayout vded_slider_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_g5_sig*)(GetFunction(EApiId_vded_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19871
	inline TAknLayoutScalableTableLimits vded_slider_pane_g_Limits() const		{ return (*(Tvded_slider_pane_g_Limits_sig*)(GetFunction(EApiId_vded_slider_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout vded_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded_slider_pane_g_sig*)(GetFunction(EApiId_vded_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19875
	// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19876
	inline TAknLayoutScalableParameterLimits mup3_rocker_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmup3_rocker_pane_ParamLimits_sig*)(GetFunction(EApiId_mup3_rocker_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19878
	inline TAknWindowComponentLayout mup3_rocker_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_rocker_pane_sig*)(GetFunction(EApiId_mup3_rocker_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19880
	// LAF Table : mup3_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19881
	inline TAknWindowComponentLayout mup3_control_keys_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_control_keys_pane_g1_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19883
	inline TAknWindowComponentLayout mup3_control_keys_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_control_keys_pane_g2_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19885
	inline TAknWindowComponentLayout mup3_control_keys_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_control_keys_pane_g3_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g3)))(aVariety, aCol, aRow); }
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 mup3_control_keys_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_control_keys_pane_g4_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g4)))(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 TAknLayoutScalableTableLimits mup3_control_keys_pane_g_Limits() const		{ return (*(Tmup3_control_keys_pane_g_Limits_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g_Limits)))(); }
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 mup3_control_keys_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_control_keys_pane_g_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g)))(aLineIndex, 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
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19894
	inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar2_fixed_window_cp01_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19896
	inline TAknWindowComponentLayout popup_toolbar2_fixed_window_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar2_fixed_window_cp01_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19898
	// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19899
	inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar2_fixed_window_cp02_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19901
	inline TAknWindowComponentLayout popup_toolbar2_fixed_window_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar2_fixed_window_cp02_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19903
	// LAF Table : popup_call2_audio_second_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19904
	inline TAknLayoutScalableParameterLimits popup_call2_audio_second_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_second_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19906
	inline TAknTextComponentLayout popup_call2_audio_second_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_second_window_t4_sig*)(GetFunction(EApiId_popup_call2_audio_second_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19908
	// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19909
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_t6_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_first_window_t6_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t6_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout popup_call2_audio_first_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_t6_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_t6)))(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 : popup_call2_audio_out_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19914
	inline TAknLayoutScalableParameterLimits popup_call2_audio_out_window_t6_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_out_window_t6_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t6_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 TAknTextComponentLayout popup_call2_audio_out_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_out_window_t6_sig*)(GetFunction(EApiId_popup_call2_audio_out_window_t6)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19919
	inline TAknWindowComponentLayout main_vitu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vitu_pane_sig*)(GetFunction(EApiId_main_vitu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19921
	// LAF Table : main_vitu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19922
	inline TAknLayoutScalableParameterLimits aid_size_cell_itu_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_itu_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_itu_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_size_cell_itu(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_itu_sig*)(GetFunction(EApiId_aid_size_cell_itu)))(aVariety, aCol, aRow); }
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 bg_popup_window_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp08_ParamLimits)))(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 bg_popup_window_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp08_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp08)))(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
	inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19932
	inline TAknWindowComponentLayout field_vitu_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu_entry_pane_sig*)(GetFunction(EApiId_field_vitu_entry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19934
	inline TAknLayoutScalableParameterLimits grid_vitu_function_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_vitu_function_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vitu_function_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19936
	inline TAknWindowComponentLayout grid_vitu_function_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vitu_function_pane_sig*)(GetFunction(EApiId_grid_vitu_function_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19938
	inline TAknLayoutScalableParameterLimits grid_vitu_itu_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_vitu_itu_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vitu_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19940
	inline TAknWindowComponentLayout grid_vitu_itu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vitu_itu_pane_sig*)(GetFunction(EApiId_grid_vitu_itu_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : grid_vitu_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19943
	inline TAknLayoutScalableParameterLimits cell_vitu_itu_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu_itu_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19945
	inline TAknWindowComponentLayout cell_vitu_itu_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vitu_itu_pane_sig*)(GetFunction(EApiId_cell_vitu_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19947
	// LAF Table : grid_vitu_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19948
	inline TAknLayoutScalableParameterLimits cell_vitu_function_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu_function_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_function_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_vitu_function_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vitu_function_pane_sig*)(GetFunction(EApiId_cell_vitu_function_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : field_vitu_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19953
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19955
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp08_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19957
	inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19959
	inline TAknTextComponentLayout field_vitu_entry_pane_t1(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tfield_vitu_entry_pane_t1_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t1)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19961
	inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19963
	inline TAknTextComponentLayout field_vitu_entry_pane_t2(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tfield_vitu_entry_pane_t2_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t2)))(aVariety, aRow, aCol); }
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 TAknLayoutScalableTableLimits field_vitu_entry_pane_t_Limits() const		{ return (*(Tfield_vitu_entry_pane_t_Limits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits field_vitu_entry_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_t_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout field_vitu_entry_pane_t(TInt aLineIndex, TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tfield_vitu_entry_pane_t_sig*)(GetFunction(EApiId_field_vitu_entry_pane_t)))(aLineIndex, aVariety, aRow, aCol); }
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
	// LAF Table : cell_vitu_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19972
	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
 19973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19974
	inline TAknWindowComponentLayout bg_button_pane_cp05(TInt aVariety, 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
 19975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19976
	inline TAknWindowComponentLayout cell_vitu_itu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu_itu_pane_g1_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19978
	inline TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu_itu_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19980
	inline TAknTextComponentLayout cell_vitu_itu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu_itu_pane_t1_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu_itu_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_vitu_itu_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu_itu_pane_t2_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_vitu_itu_pane_t_Limits() const		{ return (*(Tcell_vitu_itu_pane_t_Limits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t_Limits)))(); }
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 cell_vitu_itu_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_vitu_itu_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout cell_vitu_itu_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu_itu_pane_t_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t)))(aLineIndex, 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
	// LAF Table : cell_vitu_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19993
	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
 19994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19995
	inline TAknWindowComponentLayout cell_vitu_function_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu_function_pane_g1_sig*)(GetFunction(EApiId_cell_vitu_function_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19997
	// LAF Table : main_calc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 19998
	inline TAknWindowComponentLayout main_calc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calc_pane_g1_sig*)(GetFunction(EApiId_main_calc_pane_g1)))(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
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20001
	inline TAknWindowComponentLayout aid_visual_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_visual_content_pane_sig*)(GetFunction(EApiId_aid_visual_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20003
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20004
	inline TAknWindowComponentLayout main_vradio_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_sig*)(GetFunction(EApiId_main_vradio_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_vradio_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20007
	inline TAknLayoutScalableParameterLimits main_vradio_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vradio_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20009
	inline TAknWindowComponentLayout main_vradio_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_g1_sig*)(GetFunction(EApiId_main_vradio_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20011
	inline TAknLayoutScalableParameterLimits main_vradio_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vradio_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20013
	inline TAknWindowComponentLayout main_vradio_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_g2_sig*)(GetFunction(EApiId_main_vradio_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20015
	inline TAknLayoutScalableTableLimits main_vradio_pane_g_Limits() const		{ return (*(Tmain_vradio_pane_g_Limits_sig*)(GetFunction(EApiId_main_vradio_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20017
	inline TAknLayoutScalableParameterLimits main_vradio_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_vradio_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20019
	inline TAknWindowComponentLayout main_vradio_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_g_sig*)(GetFunction(EApiId_main_vradio_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_vradio_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vradio_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_vradio_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_t1_sig*)(GetFunction(EApiId_main_vradio_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_vradio_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vradio_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_vradio_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_t2_sig*)(GetFunction(EApiId_main_vradio_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_vradio_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vradio_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_vradio_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_t3_sig*)(GetFunction(EApiId_main_vradio_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_vradio_pane_t_Limits() const		{ return (*(Tmain_vradio_pane_t_Limits_sig*)(GetFunction(EApiId_main_vradio_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_vradio_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_vradio_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_vradio_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_vradio_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vradio_pane_t_sig*)(GetFunction(EApiId_main_vradio_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vradio_rocker_control_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvradio_rocker_control_pane_ParamLimits_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vradio_rocker_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_sig*)(GetFunction(EApiId_vradio_rocker_control_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vradio_station_info_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvradio_station_info_pane_ParamLimits_sig*)(GetFunction(EApiId_vradio_station_info_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout vradio_station_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_station_info_pane_sig*)(GetFunction(EApiId_vradio_station_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20047
	// LAF Table : vradio_station_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20048
	inline TAknLayoutScalableParameterLimits vradio_frequency_info_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvradio_frequency_info_pane_ParamLimits_sig*)(GetFunction(EApiId_vradio_frequency_info_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vradio_frequency_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_frequency_info_pane_sig*)(GetFunction(EApiId_vradio_frequency_info_pane)))(aVariety, aCol, aRow); }
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 vradio_station_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_station_info_pane_g1_sig*)(GetFunction(EApiId_vradio_station_info_pane_g1)))(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 vradio_station_info_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvradio_station_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vradio_station_info_pane_t1_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 TAknTextComponentLayout vradio_station_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_station_info_pane_t1_sig*)(GetFunction(EApiId_vradio_station_info_pane_t1)))(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 vradio_station_info_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tvradio_station_info_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_vradio_station_info_pane_t2_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 TAknTextComponentLayout vradio_station_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_station_info_pane_t2_sig*)(GetFunction(EApiId_vradio_station_info_pane_t2)))(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 TAknLayoutScalableTableLimits vradio_station_info_pane_t_Limits() const		{ return (*(Tvradio_station_info_pane_t_Limits_sig*)(GetFunction(EApiId_vradio_station_info_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits vradio_station_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvradio_station_info_pane_t_ParamLimits_sig*)(GetFunction(EApiId_vradio_station_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout vradio_station_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_station_info_pane_t_sig*)(GetFunction(EApiId_vradio_station_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 vradio_tuning_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_tuning_pane_sig*)(GetFunction(EApiId_vradio_tuning_pane)))(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
	// LAF Table : vradio_rocker_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20071
	inline TAknWindowComponentLayout vradio_rocker_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_g1_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20073
	inline TAknWindowComponentLayout vradio_rocker_control_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_g2_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20075
	inline TAknWindowComponentLayout vradio_rocker_control_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_g3_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20077
	inline TAknWindowComponentLayout vradio_rocker_control_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_g4_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20079
	inline TAknWindowComponentLayout vradio_rocker_control_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_g5_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20081
	inline TAknLayoutScalableTableLimits vradio_rocker_control_pane_g_Limits() const		{ return (*(Tvradio_rocker_control_pane_g_Limits_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20083
	inline TAknWindowComponentLayout vradio_rocker_control_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_rocker_control_pane_g_sig*)(GetFunction(EApiId_vradio_rocker_control_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20085
	// LAF Table : vradio_frequency_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20086
	inline TAknWindowComponentLayout vradio_frequency_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_frequency_info_pane_g1_sig*)(GetFunction(EApiId_vradio_frequency_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20088
	inline TAknLayoutScalableParameterLimits vradio_frequency_info_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvradio_frequency_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vradio_frequency_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20090
	inline TAknTextComponentLayout vradio_frequency_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_frequency_info_pane_t1_sig*)(GetFunction(EApiId_vradio_frequency_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20092
	// LAF Table : vradio_tuning_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20093
	inline TAknWindowComponentLayout vradio_tuning_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_tuning_pane_g1_sig*)(GetFunction(EApiId_vradio_tuning_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20095
	inline TAknTextComponentLayout vradio_tuning_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvradio_tuning_pane_t1_sig*)(GetFunction(EApiId_vradio_tuning_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20097
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20098
	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
 20099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20100
	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
 20101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20102
	// LAF Table : status_small_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20103
	inline TAknWindowComponentLayout status_small_pane_g1(TInt aVariety = 0, 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
 20104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20105
	inline TAknWindowComponentLayout status_small_pane_g2(TInt aVariety = 0, 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
 20106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20107
	inline TAknWindowComponentLayout status_small_pane_g3(TInt aVariety = 0, 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
 20108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20109
	inline TAknWindowComponentLayout status_small_pane_g4(TInt aVariety = 0, 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
 20110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20111
	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
 20112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20113
	inline TAknWindowComponentLayout status_small_pane_g(TInt aLineIndex, TInt aVariety = 0, 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
 20114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20115
	inline TAknTextComponentLayout status_small_pane_t1(TInt aVariety = 0, 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
 20116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20117
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20118
	inline TAknWindowComponentLayout main_video3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_sig*)(GetFunction(EApiId_main_video3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20120
	// LAF Table : main_video3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20121
	inline TAknWindowComponentLayout cams_zoom_vslider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_vslider_pane_sig*)(GetFunction(EApiId_cams_zoom_vslider_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits image3_wide_pane_ParamLimits(TInt aVariety) const		{ return (*(Timage3_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_image3_wide_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout image3_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_wide_pane_sig*)(GetFunction(EApiId_image3_wide_pane)))(aVariety, aCol, aRow); }
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 image3_wide_small_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_wide_small_pane_sig*)(GetFunction(EApiId_image3_wide_small_pane)))(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 main_video3_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video3_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_g1_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 main_video3_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_g1_sig*)(GetFunction(EApiId_main_video3_pane_g1)))(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 main_video3_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video3_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_g2_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 TAknWindowComponentLayout main_video3_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_g2_sig*)(GetFunction(EApiId_main_video3_pane_g2)))(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
	inline TAknLayoutScalableTableLimits main_video3_pane_g_Limits() const		{ return (*(Tmain_video3_pane_g_Limits_sig*)(GetFunction(EApiId_main_video3_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20139
	inline TAknLayoutScalableParameterLimits main_video3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_video3_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20141
	inline TAknWindowComponentLayout main_video3_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_g_sig*)(GetFunction(EApiId_main_video3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20143
	inline TAknLayoutScalableParameterLimits main_video3_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video3_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20145
	inline TAknTextComponentLayout main_video3_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_t1_sig*)(GetFunction(EApiId_main_video3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20147
	inline TAknLayoutScalableParameterLimits main_video3_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video3_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_video3_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_t2_sig*)(GetFunction(EApiId_main_video3_pane_t2)))(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 TAknLayoutScalableParameterLimits main_video3_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video3_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_video3_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_t3_sig*)(GetFunction(EApiId_main_video3_pane_t3)))(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
	inline TAknLayoutScalableTableLimits main_video3_pane_t_Limits() const		{ return (*(Tmain_video3_pane_t_Limits_sig*)(GetFunction(EApiId_main_video3_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20157
	inline TAknLayoutScalableParameterLimits main_video3_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_video3_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_video3_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20159
	inline TAknTextComponentLayout main_video3_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video3_pane_t_sig*)(GetFunction(EApiId_main_video3_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20161
	// LAF Table : cams_zoom_vslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20162
	inline TAknWindowComponentLayout cams_zoom_vslider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_vslider_pane_g1_sig*)(GetFunction(EApiId_cams_zoom_vslider_pane_g1)))(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
	inline TAknWindowComponentLayout cams_zoom_vslider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_vslider_pane_g2_sig*)(GetFunction(EApiId_cams_zoom_vslider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20166
	inline TAknLayoutScalableTableLimits cams_zoom_vslider_pane_g_Limits() const		{ return (*(Tcams_zoom_vslider_pane_g_Limits_sig*)(GetFunction(EApiId_cams_zoom_vslider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20168
	inline TAknWindowComponentLayout cams_zoom_vslider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcams_zoom_vslider_pane_g_sig*)(GetFunction(EApiId_cams_zoom_vslider_pane_g)))(aLineIndex, 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 TAknWindowComponentLayout small_slider_vertical_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_slider_vertical_pane_sig*)(GetFunction(EApiId_small_slider_vertical_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : small_slider_vertical_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20173
	inline TAknWindowComponentLayout small_slider_vertical_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_slider_vertical_pane_g1_sig*)(GetFunction(EApiId_small_slider_vertical_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20175
	inline TAknWindowComponentLayout small_slider_vertical_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_slider_vertical_pane_g2_sig*)(GetFunction(EApiId_small_slider_vertical_pane_g2)))(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 small_slider_vertical_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_slider_vertical_pane_g3_sig*)(GetFunction(EApiId_small_slider_vertical_pane_g3)))(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
	inline TAknLayoutScalableTableLimits small_slider_vertical_pane_g_Limits() const		{ return (*(Tsmall_slider_vertical_pane_g_Limits_sig*)(GetFunction(EApiId_small_slider_vertical_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20181
	inline TAknWindowComponentLayout small_slider_vertical_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsmall_slider_vertical_pane_g_sig*)(GetFunction(EApiId_small_slider_vertical_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20183
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20184
	inline TAknWindowComponentLayout main_hwr_training_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hwr_training_pane_sig*)(GetFunction(EApiId_main_hwr_training_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20186
	// LAF Table : main_hwr_training_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20187
	inline TAknLayoutScalableParameterLimits hwr_training_instruct_pane_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_instruct_pane_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_instruct_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20189
	inline TAknWindowComponentLayout hwr_training_instruct_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_instruct_pane_sig*)(GetFunction(EApiId_hwr_training_instruct_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20191
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_navi_pane_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout hwr_training_navi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_sig*)(GetFunction(EApiId_hwr_training_navi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20195
	inline TAknLayoutScalableParameterLimits hwr_training_write_pane_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_write_pane_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_write_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20197
	inline TAknWindowComponentLayout hwr_training_write_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_sig*)(GetFunction(EApiId_hwr_training_write_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20199
	// LAF Table : hwr_training_write_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20200
	inline TAknWindowComponentLayout bg_frame_shadow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_sig*)(GetFunction(EApiId_bg_frame_shadow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20202
	inline TAknWindowComponentLayout hwr_training_write_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g1_sig*)(GetFunction(EApiId_hwr_training_write_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20204
	inline TAknWindowComponentLayout hwr_training_write_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g2_sig*)(GetFunction(EApiId_hwr_training_write_pane_g2)))(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 TAknWindowComponentLayout hwr_training_write_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g3_sig*)(GetFunction(EApiId_hwr_training_write_pane_g3)))(aVariety, aCol, aRow); }
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 hwr_training_write_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g4_sig*)(GetFunction(EApiId_hwr_training_write_pane_g4)))(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 TAknWindowComponentLayout hwr_training_write_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g5_sig*)(GetFunction(EApiId_hwr_training_write_pane_g5)))(aVariety, aCol, aRow); }
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 hwr_training_write_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g6_sig*)(GetFunction(EApiId_hwr_training_write_pane_g6)))(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 TAknWindowComponentLayout hwr_training_write_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g7_sig*)(GetFunction(EApiId_hwr_training_write_pane_g7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hwr_training_write_pane_g_Limits() const		{ return (*(Thwr_training_write_pane_g_Limits_sig*)(GetFunction(EApiId_hwr_training_write_pane_g_Limits)))(); }
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 TAknWindowComponentLayout hwr_training_write_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_write_pane_g_sig*)(GetFunction(EApiId_hwr_training_write_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : hwr_training_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20221
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_navi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20223
	inline TAknWindowComponentLayout hwr_training_navi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_g1_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20225
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_navi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20227
	inline TAknWindowComponentLayout hwr_training_navi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_g2_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20229
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_navi_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20231
	inline TAknWindowComponentLayout hwr_training_navi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_g3_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20233
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_navi_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20235
	inline TAknWindowComponentLayout hwr_training_navi_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_g4_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20237
	inline TAknLayoutScalableTableLimits hwr_training_navi_pane_g_Limits() const		{ return (*(Thwr_training_navi_pane_g_Limits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20239
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thwr_training_navi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20241
	inline TAknWindowComponentLayout hwr_training_navi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_g_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g)))(aLineIndex, 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 TAknTextComponentLayout hwr_training_navi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_t1_sig*)(GetFunction(EApiId_hwr_training_navi_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : hwr_training_instruct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20246
	inline TAknLayoutScalableParameterLimits list_single_hwr_training_instruct_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_hwr_training_instruct_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_hwr_training_instruct_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20248
	inline TAknWindowComponentLayout list_single_hwr_training_instruct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hwr_training_instruct_pane_sig*)(GetFunction(EApiId_list_single_hwr_training_instruct_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20250
	// LAF Table : list_single_hwr_training_instruct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20251
	inline TAknTextComponentLayout list_single_hwr_training_instruct_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hwr_training_instruct_pane_t1_sig*)(GetFunction(EApiId_list_single_hwr_training_instruct_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : bg_frame_shadow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20254
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g1_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20256
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g2_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20258
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g3_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20260
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g4_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20262
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g5_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20264
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g6_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20266
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g7_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20268
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g8_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g8)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits bg_frame_shadow_pane_g_Limits() const		{ return (*(Tbg_frame_shadow_pane_g_Limits_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout bg_frame_shadow_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_frame_shadow_pane_g_sig*)(GetFunction(EApiId_bg_frame_shadow_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20274
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20275
	inline TAknWindowComponentLayout main_video_tele_dialer_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_tele_dialer_pane_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_video_tele_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20278
	inline TAknLayoutScalableParameterLimits aid_size_cell_video_keypad_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_video_keypad_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_video_keypad_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20280
	inline TAknWindowComponentLayout aid_size_cell_video_keypad(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_video_keypad_sig*)(GetFunction(EApiId_aid_size_cell_video_keypad)))(aVariety, aCol, aRow); }
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 grid_video_dialer_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_video_dialer_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_video_dialer_keypad_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 TAknWindowComponentLayout grid_video_dialer_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_video_dialer_keypad_pane_sig*)(GetFunction(EApiId_grid_video_dialer_keypad_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits video_down_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tvideo_down_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_video_down_pane_cp_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout video_down_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_pane_cp_sig*)(GetFunction(EApiId_video_down_pane_cp)))(aVariety, aCol, aRow); }
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
	// LAF Table : grid_video_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20291
	inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_video_dialer_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20293
	inline TAknWindowComponentLayout cell_video_dialer_keypad_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_video_dialer_keypad_pane_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20295
	// LAF Table : cell_video_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20296
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp08_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_button_pane_cp08(TInt aVariety, 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
 20299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20300
	inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_video_dialer_keypad_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_video_dialer_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_video_dialer_keypad_pane_g1_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20304
	// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20305
	inline TAknLayoutScalableParameterLimits mup3_rocker2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmup3_rocker2_pane_ParamLimits_sig*)(GetFunction(EApiId_mup3_rocker2_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 TAknWindowComponentLayout mup3_rocker2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_rocker2_pane_sig*)(GetFunction(EApiId_mup3_rocker2_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : mup3_rocker2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20310
	inline TAknWindowComponentLayout mup3_rocker2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_rocker2_pane_g1_sig*)(GetFunction(EApiId_mup3_rocker2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20312
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20313
	inline TAknWindowComponentLayout main_dialer2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_dialer2_pane_sig*)(GetFunction(EApiId_main_dialer2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20315
	inline TAknWindowComponentLayout main_mp4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_sig*)(GetFunction(EApiId_main_mp4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20317
	// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20318
	inline TAknLayoutScalableParameterLimits main_mp4_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20320
	inline TAknWindowComponentLayout main_mp4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g1_sig*)(GetFunction(EApiId_main_mp4_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp4_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_mp4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g2_sig*)(GetFunction(EApiId_main_mp4_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp4_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_mp4_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g3_sig*)(GetFunction(EApiId_main_mp4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20330
	inline TAknLayoutScalableParameterLimits main_mp4_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20332
	inline TAknWindowComponentLayout main_mp4_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g4_sig*)(GetFunction(EApiId_main_mp4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20334
	inline TAknLayoutScalableParameterLimits main_mp4_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g5_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 main_mp4_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g5_sig*)(GetFunction(EApiId_main_mp4_pane_g5)))(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
	inline TAknLayoutScalableTableLimits main_mp4_pane_g_Limits() const		{ return (*(Tmain_mp4_pane_g_Limits_sig*)(GetFunction(EApiId_main_mp4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20340
	inline TAknLayoutScalableParameterLimits main_mp4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mp4_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20342
	inline TAknWindowComponentLayout main_mp4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g_sig*)(GetFunction(EApiId_main_mp4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20344
	inline TAknLayoutScalableParameterLimits main_mp4_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20346
	inline TAknTextComponentLayout main_mp4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_t1_sig*)(GetFunction(EApiId_main_mp4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20348
	inline TAknLayoutScalableParameterLimits main_mp4_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mp4_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_t2_sig*)(GetFunction(EApiId_main_mp4_pane_t2)))(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 TAknLayoutScalableParameterLimits main_mp4_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mp4_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_t3_sig*)(GetFunction(EApiId_main_mp4_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_mp4_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_t4_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_mp4_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_t4_sig*)(GetFunction(EApiId_main_mp4_pane_t4)))(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
	inline TAknLayoutScalableTableLimits main_mp4_pane_t_Limits() const		{ return (*(Tmain_mp4_pane_t_Limits_sig*)(GetFunction(EApiId_main_mp4_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20362
	inline TAknLayoutScalableParameterLimits main_mp4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mp4_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20364
	inline TAknTextComponentLayout main_mp4_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_t_sig*)(GetFunction(EApiId_main_mp4_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20366
	inline TAknLayoutScalableParameterLimits mp4_progress_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmp4_progress_pane_ParamLimits_sig*)(GetFunction(EApiId_mp4_progress_pane_ParamLimits)))(aVariety); }
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 mp4_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_progress_pane_sig*)(GetFunction(EApiId_mp4_progress_pane)))(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 TAknLayoutScalableParameterLimits mp4_rocker_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmp4_rocker_pane_ParamLimits_sig*)(GetFunction(EApiId_mp4_rocker_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout mp4_rocker_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker_pane_sig*)(GetFunction(EApiId_mp4_rocker_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : mp4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20375
	inline TAknTextComponentLayout mp4_progress_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_progress_pane_t1_sig*)(GetFunction(EApiId_mp4_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20377
	inline TAknTextComponentLayout mp4_progress_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_progress_pane_t2_sig*)(GetFunction(EApiId_mp4_progress_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20379
	inline TAknLayoutScalableTableLimits mp4_progress_pane_t_Limits() const		{ return (*(Tmp4_progress_pane_t_Limits_sig*)(GetFunction(EApiId_mp4_progress_pane_t_Limits)))(); }
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 TAknTextComponentLayout mp4_progress_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_progress_pane_t_sig*)(GetFunction(EApiId_mp4_progress_pane_t)))(aLineIndex, 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
	inline TAknWindowComponentLayout mup_progress_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup_progress_pane_cp04_sig*)(GetFunction(EApiId_mup_progress_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20385
	// LAF Table : mp4_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20386
	inline TAknWindowComponentLayout mp4_rocker_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker_pane_g1_sig*)(GetFunction(EApiId_mp4_rocker_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20388
	// LAF Table : main_dialer2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20389
	inline TAknLayoutScalableParameterLimits aid_cell_size_keypad2_ParamLimits(TInt aVariety) const		{ return (*(Taid_cell_size_keypad2_ParamLimits_sig*)(GetFunction(EApiId_aid_cell_size_keypad2_ParamLimits)))(aVariety); }
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 aid_cell_size_keypad2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cell_size_keypad2_sig*)(GetFunction(EApiId_aid_cell_size_keypad2)))(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 TAknLayoutScalableParameterLimits dialer2_ne_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdialer2_ne_pane_ParamLimits_sig*)(GetFunction(EApiId_dialer2_ne_pane_ParamLimits)))(aVariety); }
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 dialer2_ne_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer2_ne_pane_sig*)(GetFunction(EApiId_dialer2_ne_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 TAknLayoutScalableParameterLimits grid_dialer2_keypad_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_dialer2_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_dialer2_keypad_pane_ParamLimits)))(aVariety); }
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 grid_dialer2_keypad_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_dialer2_keypad_pane_sig*)(GetFunction(EApiId_grid_dialer2_keypad_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
	// LAF Table : dialer2_ne_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20402
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_call_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20404
	inline TAknWindowComponentLayout bg_popup_call_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp07_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20406
	inline TAknLayoutScalableParameterLimits dialer2_ne_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tdialer2_ne_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_dialer2_ne_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20408
	inline TAknTextComponentLayout dialer2_ne_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer2_ne_pane_t1_sig*)(GetFunction(EApiId_dialer2_ne_pane_t1)))(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 : grid_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20411
	inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_dialer2_keypad_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_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 cell_dialer2_keypad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer2_keypad_pane_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane)))(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
	// LAF Table : cell_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20416
	inline TAknLayoutScalableParameterLimits bg_button_pane_pane_cp04_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20418
	inline TAknWindowComponentLayout bg_button_pane_pane_cp04(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_pane_cp04_sig*)(GetFunction(EApiId_bg_button_pane_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20420
	inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer2_keypad_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20422
	inline TAknWindowComponentLayout cell_dialer2_keypad_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer2_keypad_pane_g1_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20424
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20425
	inline TAknLayoutScalableParameterLimits aid_placing_vt_set_content_ParamLimits(TInt aVariety) const		{ return (*(Taid_placing_vt_set_content_ParamLimits_sig*)(GetFunction(EApiId_aid_placing_vt_set_content_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_placing_vt_set_content(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_placing_vt_set_content_sig*)(GetFunction(EApiId_aid_placing_vt_set_content)))(aVariety, aCol, aRow); }
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 aid_placing_vt_set_title_ParamLimits(TInt aVariety) const		{ return (*(Taid_placing_vt_set_title_ParamLimits_sig*)(GetFunction(EApiId_aid_placing_vt_set_title_ParamLimits)))(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 aid_placing_vt_set_title(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_placing_vt_set_title_sig*)(GetFunction(EApiId_aid_placing_vt_set_title)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20434
	inline TAknWindowComponentLayout main_image3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_sig*)(GetFunction(EApiId_main_image3_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20437
	inline TAknLayoutScalableParameterLimits area_side_right_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tarea_side_right_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_area_side_right_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20439
	inline TAknWindowComponentLayout area_side_right_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_side_right_pane_cp01_sig*)(GetFunction(EApiId_area_side_right_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20441
	inline TAknLayoutScalableParameterLimits main_image3_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20443
	inline TAknWindowComponentLayout main_image3_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_g1_sig*)(GetFunction(EApiId_main_image3_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20445
	inline TAknLayoutScalableParameterLimits main_image3_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20447
	inline TAknWindowComponentLayout main_image3_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_g2_sig*)(GetFunction(EApiId_main_image3_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20449
	inline TAknLayoutScalableParameterLimits main_image3_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20451
	inline TAknWindowComponentLayout main_image3_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_g3_sig*)(GetFunction(EApiId_main_image3_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20453
	inline TAknLayoutScalableParameterLimits main_image3_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20455
	inline TAknWindowComponentLayout main_image3_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_g4_sig*)(GetFunction(EApiId_main_image3_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20457
	inline TAknLayoutScalableTableLimits main_image3_pane_g_Limits() const		{ return (*(Tmain_image3_pane_g_Limits_sig*)(GetFunction(EApiId_main_image3_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20459
	inline TAknLayoutScalableParameterLimits main_image3_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_image3_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20461
	inline TAknWindowComponentLayout main_image3_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_g_sig*)(GetFunction(EApiId_main_image3_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20463
	inline TAknLayoutScalableParameterLimits main_image3_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20465
	inline TAknTextComponentLayout main_image3_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_t1_sig*)(GetFunction(EApiId_main_image3_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20467
	inline TAknLayoutScalableParameterLimits main_image3_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20469
	inline TAknTextComponentLayout main_image3_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_t2_sig*)(GetFunction(EApiId_main_image3_pane_t2)))(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 TAknLayoutScalableParameterLimits main_image3_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_image3_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_t3_sig*)(GetFunction(EApiId_main_image3_pane_t3)))(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 TAknLayoutScalableTableLimits main_image3_pane_t_Limits() const		{ return (*(Tmain_image3_pane_t_Limits_sig*)(GetFunction(EApiId_main_image3_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_image3_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_image3_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_image3_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_t_sig*)(GetFunction(EApiId_main_image3_pane_t)))(aLineIndex, 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
	// LAF Table : area_side_right_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20482
	inline TAknLayoutScalableParameterLimits grid_sctrl_middle_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_sctrl_middle_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_grid_sctrl_middle_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20484
	inline TAknWindowComponentLayout grid_sctrl_middle_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_sctrl_middle_pane_cp01_sig*)(GetFunction(EApiId_grid_sctrl_middle_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20486
	// LAF Table : grid_sctrl_middle_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20487
	inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tcell_sctrl_middle_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_cp01_ParamLimits)))(aVariety); }
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 cell_sctrl_middle_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sctrl_middle_pane_cp01_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_cp01)))(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 : cell_sctrl_middle_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20492
	inline TAknLayoutScalableParameterLimits cell_sctrl_middle_pane_cp01_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_sctrl_middle_pane_cp01_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_cp01_g1_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 cell_sctrl_middle_pane_cp01_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_sctrl_middle_pane_cp01_g1_sig*)(GetFunction(EApiId_cell_sctrl_middle_pane_cp01_g1)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20497
	inline TAknWindowComponentLayout main_call4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call4_pane_sig*)(GetFunction(EApiId_main_call4_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_call4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20500
	inline TAknLayoutScalableParameterLimits aid_size_button_call4_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_button_call4_ParamLimits_sig*)(GetFunction(EApiId_aid_size_button_call4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20502
	inline TAknWindowComponentLayout aid_size_button_call4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_button_call4_sig*)(GetFunction(EApiId_aid_size_button_call4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20504
	inline TAknLayoutScalableParameterLimits call4_windows_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall4_windows_pane_ParamLimits_sig*)(GetFunction(EApiId_call4_windows_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20506
	inline TAknWindowComponentLayout call4_windows_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_windows_pane_sig*)(GetFunction(EApiId_call4_windows_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20508
	inline TAknLayoutScalableParameterLimits grid_call4_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_call4_button_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_call4_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20510
	inline TAknWindowComponentLayout grid_call4_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_call4_button_pane_sig*)(GetFunction(EApiId_grid_call4_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20512
	// LAF Table : call4_windows_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20513
	inline TAknWindowComponentLayout call4_windows_conf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_windows_conf_pane_sig*)(GetFunction(EApiId_call4_windows_conf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20515
	inline TAknLayoutScalableParameterLimits popup_call4_audio_first_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call4_audio_first_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call4_audio_first_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20517
	inline TAknWindowComponentLayout popup_call4_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call4_audio_first_window_sig*)(GetFunction(EApiId_popup_call4_audio_first_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20519
	inline TAknLayoutScalableParameterLimits popup_call4_audio_second_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call4_audio_second_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call4_audio_second_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20521
	inline TAknWindowComponentLayout popup_call4_audio_second_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call4_audio_second_window_sig*)(GetFunction(EApiId_popup_call4_audio_second_window)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_call4_audio_wait_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call4_audio_wait_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call4_audio_wait_window_ParamLimits)))(aVariety); }
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 popup_call4_audio_wait_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call4_audio_wait_window_sig*)(GetFunction(EApiId_popup_call4_audio_wait_window)))(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
	// LAF Table : grid_call4_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20528
	inline TAknLayoutScalableParameterLimits cell_call4_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_call4_button_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_call4_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20530
	inline TAknWindowComponentLayout cell_call4_button_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_call4_button_pane_sig*)(GetFunction(EApiId_cell_call4_button_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_call4_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20533
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp09_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20535
	inline TAknWindowComponentLayout bg_button_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp09_sig*)(GetFunction(EApiId_bg_button_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20537
	inline TAknLayoutScalableParameterLimits cell_call4_button_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_call4_button_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_call4_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20539
	inline TAknWindowComponentLayout cell_call4_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_call4_button_pane_g1_sig*)(GetFunction(EApiId_cell_call4_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20541
	inline TAknLayoutScalableParameterLimits cell_call4_button_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_call4_button_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_call4_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20543
	inline TAknTextComponentLayout cell_call4_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_call4_button_pane_t1_sig*)(GetFunction(EApiId_cell_call4_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20545
	// LAF Table : call4_windows_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20546
	inline TAknLayoutScalableParameterLimits popup_call4_audio_conf_window_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_call4_audio_conf_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call4_audio_conf_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20548
	inline TAknWindowComponentLayout popup_call4_audio_conf_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call4_audio_conf_window_sig*)(GetFunction(EApiId_popup_call4_audio_conf_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20550
	// LAF Table : mup3_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20551
	inline TAknLayoutScalableParameterLimits mup3_progress_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmup3_progress_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_mup3_progress_pane_t1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits mup3_progress_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmup3_progress_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_mup3_progress_pane_t2_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits mup3_progress_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmup3_progress_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_mup3_progress_pane_t3_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits mup3_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmup3_progress_pane_t_ParamLimits_sig*)(GetFunction(EApiId_mup3_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknLayoutScalableParameterLimits mup_progress_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tmup_progress_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_mup_progress_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20561
	// LAF Table : mup3_rocker_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20562
	inline TAknWindowComponentLayout mup3_control_keys_pane_g4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmup3_control_keys_pane_g4_copy1_sig*)(GetFunction(EApiId_mup3_control_keys_pane_g4_copy1)))(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
	// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20565
	inline TAknLayoutScalableParameterLimits mp4_rocker2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmp4_rocker2_pane_ParamLimits_sig*)(GetFunction(EApiId_mp4_rocker2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20567
	inline TAknWindowComponentLayout mp4_rocker2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_sig*)(GetFunction(EApiId_mp4_rocker2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20569
	// LAF Table : mp4_rocker2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20570
	inline TAknWindowComponentLayout mp4_rocker2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_g1_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g1)))(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 TAknWindowComponentLayout mp4_rocker2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_g2_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g2)))(aVariety, aCol, aRow); }
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 mp4_rocker2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_g3_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g3)))(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
	inline TAknWindowComponentLayout mp4_rocker2_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_g4_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20578
	inline TAknWindowComponentLayout mp4_rocker2_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_g5_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20580
	inline TAknLayoutScalableTableLimits mp4_rocker2_pane_g_Limits() const		{ return (*(Tmp4_rocker2_pane_g_Limits_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20582
	inline TAknWindowComponentLayout mp4_rocker2_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_rocker2_pane_g_sig*)(GetFunction(EApiId_mp4_rocker2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20584
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20585
	inline TAknWindowComponentLayout main_camera4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_sig*)(GetFunction(EApiId_main_camera4_pane)))(aVariety, aCol, aRow); }
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 main_video4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_sig*)(GetFunction(EApiId_main_video4_pane)))(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 : main_video_tele_dialer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20590
	inline TAknLayoutScalableParameterLimits main_video_tele_dialer_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video_tele_dialer_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t1_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 TAknTextComponentLayout main_video_tele_dialer_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_tele_dialer_pane_t1_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t1)))(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 main_video_tele_dialer_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video_tele_dialer_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t2_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 TAknTextComponentLayout main_video_tele_dialer_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_tele_dialer_pane_t2_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t2)))(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 TAknLayoutScalableTableLimits main_video_tele_dialer_pane_t_Limits() const		{ return (*(Tmain_video_tele_dialer_pane_t_Limits_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_video_tele_dialer_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_video_tele_dialer_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_video_tele_dialer_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video_tele_dialer_pane_t_sig*)(GetFunction(EApiId_main_video_tele_dialer_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20605
	inline TAknLayoutScalableParameterLimits cam4_autofocus_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_autofocus_pane_ParamLimits_sig*)(GetFunction(EApiId_cam4_autofocus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20607
	inline TAknWindowComponentLayout cam4_autofocus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_autofocus_pane_sig*)(GetFunction(EApiId_cam4_autofocus_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 TAknLayoutScalableParameterLimits cam4_image_uncrop_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_image_uncrop_pane_ParamLimits_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_ParamLimits)))(aVariety); }
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 cam4_image_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_pane_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane)))(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
	inline TAknLayoutScalableParameterLimits cam4_indicators_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_indicators_pane_ParamLimits_sig*)(GetFunction(EApiId_cam4_indicators_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20615
	inline TAknWindowComponentLayout cam4_indicators_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_indicators_pane_sig*)(GetFunction(EApiId_cam4_indicators_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20616
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20617
	inline TAknLayoutScalableParameterLimits main_camera4_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20618
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20619
	inline TAknWindowComponentLayout main_camera4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g1_sig*)(GetFunction(EApiId_main_camera4_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_camera4_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g2_ParamLimits)))(aVariety); }
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 main_camera4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g2_sig*)(GetFunction(EApiId_main_camera4_pane_g2)))(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
	inline TAknLayoutScalableParameterLimits main_camera4_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20627
	inline TAknWindowComponentLayout main_camera4_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g3_sig*)(GetFunction(EApiId_main_camera4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20629
	inline TAknLayoutScalableParameterLimits main_camera4_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g4_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 main_camera4_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g4_sig*)(GetFunction(EApiId_main_camera4_pane_g4)))(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 TAknLayoutScalableParameterLimits main_camera4_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_camera4_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g5_sig*)(GetFunction(EApiId_main_camera4_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_camera4_pane_g_Limits() const		{ return (*(Tmain_camera4_pane_g_Limits_sig*)(GetFunction(EApiId_main_camera4_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits main_camera4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_camera4_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20641
	inline TAknWindowComponentLayout main_camera4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g_sig*)(GetFunction(EApiId_main_camera4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20643
	inline TAknLayoutScalableParameterLimits main_camera4_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20645
	inline TAknTextComponentLayout main_camera4_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_t1_sig*)(GetFunction(EApiId_main_camera4_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20648
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp06_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20650
	inline TAknWindowComponentLayout cam4_indicators_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_indicators_pane_g1_sig*)(GetFunction(EApiId_cam4_indicators_pane_g1)))(aVariety, aCol, aRow); }
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 cam4_indicators_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_indicators_pane_g2_sig*)(GetFunction(EApiId_cam4_indicators_pane_g2)))(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 TAknLayoutScalableTableLimits cam4_indicators_pane_g_Limits() const		{ return (*(Tcam4_indicators_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_indicators_pane_g_Limits)))(); }
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 cam4_indicators_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_indicators_pane_g_sig*)(GetFunction(EApiId_cam4_indicators_pane_g)))(aLineIndex, 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 TAknTextComponentLayout cam4_indicators_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_indicators_pane_t1_sig*)(GetFunction(EApiId_cam4_indicators_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_video4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20661
	inline TAknLayoutScalableParameterLimits main_video4_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video4_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_video4_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20663
	inline TAknWindowComponentLayout main_video4_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_g1_sig*)(GetFunction(EApiId_main_video4_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20664
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20665
	inline TAknLayoutScalableParameterLimits main_video4_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video4_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_video4_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20667
	inline TAknWindowComponentLayout main_video4_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_g2_sig*)(GetFunction(EApiId_main_video4_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20669
	inline TAknLayoutScalableParameterLimits main_video4_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video4_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_video4_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20671
	inline TAknWindowComponentLayout main_video4_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_g3_sig*)(GetFunction(EApiId_main_video4_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20673
	inline TAknLayoutScalableParameterLimits main_video4_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video4_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_video4_pane_g4_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_video4_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_g4_sig*)(GetFunction(EApiId_main_video4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20677
	inline TAknLayoutScalableTableLimits main_video4_pane_g_Limits() const		{ return (*(Tmain_video4_pane_g_Limits_sig*)(GetFunction(EApiId_main_video4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20679
	inline TAknLayoutScalableParameterLimits main_video4_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_video4_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_video4_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_video4_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_g_sig*)(GetFunction(EApiId_main_video4_pane_g)))(aLineIndex, 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
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20685
	inline TAknWindowComponentLayout vid4_indicators_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_sig*)(GetFunction(EApiId_vid4_indicators_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20687
	inline TAknLayoutScalableParameterLimits video4_image_uncrop_cif_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvideo4_image_uncrop_cif_pane_ParamLimits_sig*)(GetFunction(EApiId_video4_image_uncrop_cif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20689
	inline TAknWindowComponentLayout video4_image_uncrop_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo4_image_uncrop_cif_pane_sig*)(GetFunction(EApiId_video4_image_uncrop_cif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20691
	inline TAknLayoutScalableParameterLimits video4_image_uncrop_nhd_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvideo4_image_uncrop_nhd_pane_ParamLimits_sig*)(GetFunction(EApiId_video4_image_uncrop_nhd_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20693
	inline TAknWindowComponentLayout video4_image_uncrop_nhd_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo4_image_uncrop_nhd_pane_sig*)(GetFunction(EApiId_video4_image_uncrop_nhd_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20695
	inline TAknLayoutScalableParameterLimits video4_image_uncrop_vga_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvideo4_image_uncrop_vga_pane_ParamLimits_sig*)(GetFunction(EApiId_video4_image_uncrop_vga_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20697
	inline TAknWindowComponentLayout video4_image_uncrop_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo4_image_uncrop_vga_pane_sig*)(GetFunction(EApiId_video4_image_uncrop_vga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20699
	// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20700
	inline TAknWindowComponentLayout bg_tb_trans_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp07_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp07)))(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 vid4_indicators_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_g1_sig*)(GetFunction(EApiId_vid4_indicators_pane_g1)))(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 TAknWindowComponentLayout vid4_indicators_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_g2_sig*)(GetFunction(EApiId_vid4_indicators_pane_g2)))(aVariety, aCol, aRow); }
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 vid4_indicators_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_g3_sig*)(GetFunction(EApiId_vid4_indicators_pane_g3)))(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
	inline TAknLayoutScalableTableLimits vid4_indicators_pane_g_Limits() const		{ return (*(Tvid4_indicators_pane_g_Limits_sig*)(GetFunction(EApiId_vid4_indicators_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20710
	inline TAknWindowComponentLayout vid4_indicators_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_g_sig*)(GetFunction(EApiId_vid4_indicators_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20712
	inline TAknTextComponentLayout vid4_indicators_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_t1_sig*)(GetFunction(EApiId_vid4_indicators_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20714
	// LAF Table : cam4_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20715
	inline TAknWindowComponentLayout cam4_autofocus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_autofocus_pane_g1_sig*)(GetFunction(EApiId_cam4_autofocus_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20717
	inline TAknWindowComponentLayout cam4_autofocus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_autofocus_pane_g2_sig*)(GetFunction(EApiId_cam4_autofocus_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20719
	inline TAknWindowComponentLayout cam4_autofocus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_autofocus_pane_g3_sig*)(GetFunction(EApiId_cam4_autofocus_pane_g3)))(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
	inline TAknLayoutScalableTableLimits cam4_autofocus_pane_g_Limits() const		{ return (*(Tcam4_autofocus_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_autofocus_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20723
	inline TAknWindowComponentLayout cam4_autofocus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_autofocus_pane_g_sig*)(GetFunction(EApiId_cam4_autofocus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20725
	inline TAknWindowComponentLayout cam4_autofocus_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_autofocus_pane_g3_copy1_sig*)(GetFunction(EApiId_cam4_autofocus_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20727
	// LAF Table : video_down_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20728
	inline TAknTextComponentLayout video_down_pane_cp_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_pane_cp_t1_sig*)(GetFunction(EApiId_video_down_pane_cp_t1)))(aVariety, aCol, aRow); }
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
	inline TAknTextComponentLayout video_down_pane_cp_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_pane_cp_t2_sig*)(GetFunction(EApiId_video_down_pane_cp_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20732
	inline TAknLayoutScalableTableLimits video_down_pane_cp_t_Limits() const		{ return (*(Tvideo_down_pane_cp_t_Limits_sig*)(GetFunction(EApiId_video_down_pane_cp_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20734
	inline TAknTextComponentLayout video_down_pane_cp_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvideo_down_pane_cp_t_sig*)(GetFunction(EApiId_video_down_pane_cp_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20736
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20737
	inline TAknLayoutScalableParameterLimits popup_vitu2_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_window_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20739
	inline TAknWindowComponentLayout popup_vitu2_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_window_sig*)(GetFunction(EApiId_popup_vitu2_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20741
	// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20742
	inline TAknLayoutScalableParameterLimits aid_size_cell2_itu2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell2_itu2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell2_itu2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_size_cell2_itu2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell2_itu2_sig*)(GetFunction(EApiId_aid_size_cell2_itu2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aid_size_cell_itu2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_itu2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_itu2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_size_cell_itu2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_itu2_sig*)(GetFunction(EApiId_aid_size_cell_itu2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits bg_popup_window_pane_cp09_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp09_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_popup_window_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp09_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp09)))(aVariety, aCol, aRow); }
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 field_vitu2_entry_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_ParamLimits)))(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 field_vitu2_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_sig*)(GetFunction(EApiId_field_vitu2_entry_pane)))(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 grid_vitu2_function_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_vitu2_function_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vitu2_function_pane_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 TAknWindowComponentLayout grid_vitu2_function_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vitu2_function_pane_sig*)(GetFunction(EApiId_grid_vitu2_function_pane)))(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
	inline TAknLayoutScalableParameterLimits grid_vitu2_itu_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_vitu2_itu_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vitu2_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20764
	inline TAknWindowComponentLayout grid_vitu2_itu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vitu2_itu_pane_sig*)(GetFunction(EApiId_grid_vitu2_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20766
	// LAF Table : grid_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20767
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20769
	inline TAknWindowComponentLayout cell_vitu2_itu_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vitu2_itu_pane_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20771
	// LAF Table : grid_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20772
	inline TAknLayoutScalableParameterLimits cell_vitu2_function_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_vitu2_function_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_pane_ParamLimits)))(aVariety); }
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_vitu2_function_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_pane_sig*)(GetFunction(EApiId_cell_vitu2_function_pane)))(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 : field_vitu2_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20777
	inline TAknLayoutScalableParameterLimits bg_popup_call_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_call_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp08_ParamLimits)))(aVariety); }
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_popup_call_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp08_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp08)))(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 field_vitu2_entry_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_g1_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g1)))(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
	inline TAknWindowComponentLayout field_vitu2_entry_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_g2_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20785
	inline TAknLayoutScalableTableLimits field_vitu2_entry_pane_g_Limits() const		{ return (*(Tfield_vitu2_entry_pane_g_Limits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20787
	inline TAknWindowComponentLayout field_vitu2_entry_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_g_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20789
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20791
	inline TAknTextComponentLayout field_vitu2_entry_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_t1_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20793
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20795
	inline TAknTextComponentLayout field_vitu2_entry_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_t2_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20797
	inline TAknLayoutScalableTableLimits field_vitu2_entry_pane_t_Limits() const		{ return (*(Tfield_vitu2_entry_pane_t_Limits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20799
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_t_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20801
	inline TAknTextComponentLayout field_vitu2_entry_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_t_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20803
	// LAF Table : cell_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20804
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp010_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp010_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp010_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout bg_button_pane_cp010(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp010_sig*)(GetFunction(EApiId_bg_button_pane_cp010)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20808
	inline TAknWindowComponentLayout cell_vitu2_itu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_g1_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20810
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20812
	inline TAknTextComponentLayout cell_vitu2_itu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_t1_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t1)))(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
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20816
	inline TAknTextComponentLayout cell_vitu2_itu_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_t2_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20818
	inline TAknLayoutScalableTableLimits cell_vitu2_itu_pane_t_Limits() const		{ return (*(Tcell_vitu2_itu_pane_t_Limits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20820
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20822
	inline TAknTextComponentLayout cell_vitu2_itu_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_t_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20824
	// LAF Table : cell_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20825
	inline TAknWindowComponentLayout bg_button_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp011_sig*)(GetFunction(EApiId_bg_button_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20827
	inline TAknWindowComponentLayout cell_vitu2_function_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_pane_g1_sig*)(GetFunction(EApiId_cell_vitu2_function_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20829
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20830
	inline TAknWindowComponentLayout main_myfav_hc_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_sig*)(GetFunction(EApiId_main_myfav_hc_pane)))(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
	// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20833
	inline TAknLayoutScalableParameterLimits popup_image3_note_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image3_note_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_image3_note_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20835
	inline TAknWindowComponentLayout popup_image3_note_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_note_pane_sig*)(GetFunction(EApiId_popup_image3_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20837
	inline TAknLayoutScalableParameterLimits popup_image3_tool_bar_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image3_tool_bar_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_image3_tool_bar_pane_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 TAknWindowComponentLayout popup_image3_tool_bar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_tool_bar_pane_sig*)(GetFunction(EApiId_popup_image3_tool_bar_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20842
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20844
	inline TAknTextComponentLayout cell_vitu2_itu_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_t3_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_t3)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_image3_tool_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20847
	inline TAknWindowComponentLayout bg_popup_trans_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_sig*)(GetFunction(EApiId_bg_popup_trans_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20849
	inline TAknWindowComponentLayout grid_image3_tool_bar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_image3_tool_bar_pane_sig*)(GetFunction(EApiId_grid_image3_tool_bar_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : bg_popup_trans_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20852
	inline TAknWindowComponentLayout bg_popup_trans_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g1_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20854
	inline TAknWindowComponentLayout bg_popup_trans_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g2_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20856
	inline TAknWindowComponentLayout bg_popup_trans_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g3_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20858
	inline TAknWindowComponentLayout bg_popup_trans_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g4_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20860
	inline TAknWindowComponentLayout bg_popup_trans_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g5_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20862
	inline TAknWindowComponentLayout bg_popup_trans_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g6_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20864
	inline TAknWindowComponentLayout bg_popup_trans_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g7_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20866
	inline TAknWindowComponentLayout bg_popup_trans_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g8_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20868
	inline TAknWindowComponentLayout bg_popup_trans_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g9_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20870
	inline TAknLayoutScalableTableLimits bg_popup_trans_pane_g_Limits() const		{ return (*(Tbg_popup_trans_pane_g_Limits_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20872
	inline TAknWindowComponentLayout bg_popup_trans_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_g_sig*)(GetFunction(EApiId_bg_popup_trans_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : grid_image3_tool_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20875
	inline TAknLayoutScalableParameterLimits cell_image3_tool_bar_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_image3_tool_bar_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_image3_tool_bar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20877
	inline TAknWindowComponentLayout cell_image3_tool_bar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_image3_tool_bar_pane_sig*)(GetFunction(EApiId_cell_image3_tool_bar_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_image3_tool_bar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20880
	inline TAknWindowComponentLayout cell_image3_tool_bar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_image3_tool_bar_pane_g1_sig*)(GetFunction(EApiId_cell_image3_tool_bar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20882
	// LAF Table : popup_image3_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20883
	inline TAknWindowComponentLayout bg_popup_trans_pane_cp1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_trans_pane_cp1_sig*)(GetFunction(EApiId_bg_popup_trans_pane_cp1)))(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 TAknTextComponentLayout popup_image3_note_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_note_pane_t1_sig*)(GetFunction(EApiId_popup_image3_note_pane_t1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_image3_note_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_note_pane_t2_sig*)(GetFunction(EApiId_popup_image3_note_pane_t2)))(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 TAknTextComponentLayout popup_image3_note_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_note_pane_t3_sig*)(GetFunction(EApiId_popup_image3_note_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_image3_note_pane_t_Limits() const		{ return (*(Tpopup_image3_note_pane_t_Limits_sig*)(GetFunction(EApiId_popup_image3_note_pane_t_Limits)))(); }
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 TAknTextComponentLayout popup_image3_note_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_note_pane_t_sig*)(GetFunction(EApiId_popup_image3_note_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_image3_note_pane_t3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image3_note_pane_t3_copy1_sig*)(GetFunction(EApiId_popup_image3_note_pane_t3_copy1)))(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
	// LAF Table : main_myfav_hc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20898
	inline TAknLayoutScalableParameterLimits bg_myfav_hc_instruction_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_myfav_hc_instruction_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_myfav_hc_instruction_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20900
	inline TAknWindowComponentLayout bg_myfav_hc_instruction_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_myfav_hc_instruction_pane_sig*)(GetFunction(EApiId_bg_myfav_hc_instruction_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20902
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20904
	inline TAknWindowComponentLayout cell_myfav_contact_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_sig*)(GetFunction(EApiId_cell_myfav_contact_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20906
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20908
	inline TAknWindowComponentLayout cell_myfav_contact_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp1_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20910
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20912
	inline TAknWindowComponentLayout cell_myfav_contact_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp2_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20914
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp3_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20916
	inline TAknWindowComponentLayout cell_myfav_contact_pane_cp3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp3_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20918
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp4_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20920
	inline TAknWindowComponentLayout cell_myfav_contact_pane_cp4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp4_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20922
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp5_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp5_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 cell_myfav_contact_pane_cp5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp5_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp5)))(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 cell_myfav_contact_pane_cp6_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp6_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp6_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 cell_myfav_contact_pane_cp6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp6_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp6)))(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
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_cp7_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_cp7_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20932
	inline TAknWindowComponentLayout cell_myfav_contact_pane_cp7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_cp7_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_cp7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20934
	inline TAknWindowComponentLayout listscroll_gen_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gen_pane_cp05_sig*)(GetFunction(EApiId_listscroll_gen_pane_cp05)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_myfav_hc_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_myfav_hc_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_g1_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20940
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20942
	inline TAknWindowComponentLayout main_myfav_hc_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_g2_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g2)))(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 TAknLayoutScalableTableLimits main_myfav_hc_pane_g_Limits() const		{ return (*(Tmain_myfav_hc_pane_g_Limits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20948
	inline TAknWindowComponentLayout main_myfav_hc_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_g_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20950
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20952
	inline TAknTextComponentLayout main_myfav_hc_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_t1_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t1)))(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
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20956
	inline TAknTextComponentLayout main_myfav_hc_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_t2_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20958
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t3_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 TAknTextComponentLayout main_myfav_hc_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_t3_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t3)))(aVariety, aCol, aRow); }
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 main_myfav_hc_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t4_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
	inline TAknTextComponentLayout main_myfav_hc_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_t4_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20965
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20966
	inline TAknLayoutScalableTableLimits main_myfav_hc_pane_t_Limits() const		{ return (*(Tmain_myfav_hc_pane_t_Limits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20967
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20968
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20969
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20970
	inline TAknTextComponentLayout main_myfav_hc_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_t_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : bg_myfav_hc_instruction_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20973
	inline TAknWindowComponentLayout bg_myfav_hc_instruction_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_myfav_hc_instruction_pane_g1_sig*)(GetFunction(EApiId_bg_myfav_hc_instruction_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20975
	// LAF Table : cell_myfav_contact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20976
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20978
	inline TAknWindowComponentLayout cell_myfav_contact_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_g1_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20980
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g2_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 cell_myfav_contact_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_g2_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g2)))(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
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20986
	inline TAknWindowComponentLayout cell_myfav_contact_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_g3_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20988
	inline TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 20990
	inline TAknWindowComponentLayout cell_myfav_contact_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_g4_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cell_myfav_contact_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_myfav_contact_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_g5_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_myfav_contact_pane_g_Limits() const		{ return (*(Tcell_myfav_contact_pane_g_Limits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g_Limits)))(); }
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 cell_myfav_contact_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_myfav_contact_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout cell_myfav_contact_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_myfav_contact_pane_g_sig*)(GetFunction(EApiId_cell_myfav_contact_pane_g)))(aLineIndex, 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
	// LAF Table : main_myfav_hc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21003
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21005
	inline TAknWindowComponentLayout main_myfav_hc_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_g3_sig*)(GetFunction(EApiId_main_myfav_hc_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21007
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21008
	inline TAknWindowComponentLayout popup_adpt_find_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_adpt_find_window_sig*)(GetFunction(EApiId_popup_adpt_find_window)))(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
	// LAF Table : popup_adpt_find_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21011
	inline TAknLayoutScalableParameterLimits afind_page_pane_ParamLimits(TInt aVariety) const		{ return (*(Tafind_page_pane_ParamLimits_sig*)(GetFunction(EApiId_afind_page_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21013
	inline TAknWindowComponentLayout afind_page_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tafind_page_pane_sig*)(GetFunction(EApiId_afind_page_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21015
	inline TAknLayoutScalableParameterLimits aid_size_cell_afind_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_afind_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_afind_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21017
	inline TAknWindowComponentLayout aid_size_cell_afind(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_afind_sig*)(GetFunction(EApiId_aid_size_cell_afind)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21019
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp09_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp09_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21021
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp09_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp09)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits find_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tfind_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_find_pane_cp01_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout find_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfind_pane_cp01_sig*)(GetFunction(EApiId_find_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_afind_control_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_afind_control_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_afind_control_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_afind_control_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_afind_control_pane_sig*)(GetFunction(EApiId_grid_afind_control_pane)))(aVariety, aCol, aRow); }
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 grid_afind_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_afind_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_afind_pane_ParamLimits)))(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 grid_afind_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_afind_pane_sig*)(GetFunction(EApiId_grid_afind_pane)))(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
	// LAF Table : grid_afind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21036
	inline TAknLayoutScalableParameterLimits cell_afind_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_afind_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_afind_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21038
	inline TAknWindowComponentLayout cell_afind_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_afind_pane_sig*)(GetFunction(EApiId_cell_afind_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21040
	// LAF Table : afind_page_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21041
	inline TAknWindowComponentLayout afind_page_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tafind_page_pane_g1_sig*)(GetFunction(EApiId_afind_page_pane_g1)))(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 TAknWindowComponentLayout afind_page_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tafind_page_pane_g2_sig*)(GetFunction(EApiId_afind_page_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout afind_page_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tafind_page_pane_g3_sig*)(GetFunction(EApiId_afind_page_pane_g3)))(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 afind_page_pane_g_Limits() const		{ return (*(Tafind_page_pane_g_Limits_sig*)(GetFunction(EApiId_afind_page_pane_g_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 TAknWindowComponentLayout afind_page_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tafind_page_pane_g_sig*)(GetFunction(EApiId_afind_page_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 afind_page_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tafind_page_pane_t1_sig*)(GetFunction(EApiId_afind_page_pane_t1)))(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 : grid_afind_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21054
	inline TAknLayoutScalableParameterLimits cell_afind_grid_control_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_afind_grid_control_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_afind_grid_control_pane_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 cell_afind_grid_control_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_afind_grid_control_pane_sig*)(GetFunction(EApiId_cell_afind_grid_control_pane)))(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
	// LAF Table : cell_afind_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21059
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp69_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp69_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp69_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21061
	inline TAknWindowComponentLayout bg_button_pane_cp69(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp69_sig*)(GetFunction(EApiId_bg_button_pane_cp69)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21063
	inline TAknLayoutScalableParameterLimits cell_afind_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_afind_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_afind_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21065
	inline TAknWindowComponentLayout cell_afind_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_afind_pane_g1_sig*)(GetFunction(EApiId_cell_afind_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21067
	inline TAknLayoutScalableParameterLimits cell_afind_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_afind_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_afind_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21069
	inline TAknTextComponentLayout cell_afind_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_afind_pane_t1_sig*)(GetFunction(EApiId_cell_afind_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21071
	// LAF Table : cell_afind_grid_control_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21072
	inline TAknWindowComponentLayout bg_button_pane_cp72(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp72_sig*)(GetFunction(EApiId_bg_button_pane_cp72)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cell_afind_grid_control_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_afind_grid_control_pane_g1_sig*)(GetFunction(EApiId_cell_afind_grid_control_pane_g1)))(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
	// LAF Table : main_call2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21077
	inline TAknLayoutScalableParameterLimits aid_image_placing_area_ParamLimits(TInt aVariety) const		{ return (*(Taid_image_placing_area_ParamLimits_sig*)(GetFunction(EApiId_aid_image_placing_area_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21079
	inline TAknWindowComponentLayout aid_image_placing_area(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_image_placing_area_sig*)(GetFunction(EApiId_aid_image_placing_area)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21081
	// LAF Table : field_vitu_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21082
	inline TAknLayoutScalableParameterLimits field_vitu_entry_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout field_vitu_entry_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu_entry_pane_g1_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits field_vitu_entry_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout field_vitu_entry_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu_entry_pane_g2_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits field_vitu_entry_pane_g_Limits() const		{ return (*(Tfield_vitu_entry_pane_g_Limits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits field_vitu_entry_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfield_vitu_entry_pane_g_ParamLimits_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout field_vitu_entry_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu_entry_pane_g_sig*)(GetFunction(EApiId_field_vitu_entry_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : cell_vitu_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21097
	inline TAknLayoutScalableParameterLimits cell_vitu_itu_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu_itu_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21099
	inline TAknLayoutScalableParameterLimits cell_vitu_itu_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu_itu_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t3_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 TAknTextComponentLayout cell_vitu_itu_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu_itu_pane_t3_sig*)(GetFunction(EApiId_cell_vitu_itu_pane_t3)))(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
	// LAF Table : mp4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21104
	inline TAknLayoutScalableParameterLimits mp4_progress_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmp4_progress_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_mp4_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21106
	inline TAknLayoutScalableParameterLimits mp4_progress_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmp4_progress_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_mp4_progress_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21108
	inline TAknLayoutScalableParameterLimits mp4_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmp4_progress_pane_t_ParamLimits_sig*)(GetFunction(EApiId_mp4_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21110
	inline TAknLayoutScalableParameterLimits mup_progress_pane_cp04_ParamLimits(TInt aVariety) const		{ return (*(Tmup_progress_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_mup_progress_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21112
	// LAF Table : main_myfav_hc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21113
	inline TAknLayoutScalableParameterLimits main_myfav_hc_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_myfav_hc_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_myfav_hc_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_myfav_hc_pane_t5_sig*)(GetFunction(EApiId_main_myfav_hc_pane_t5)))(aVariety, aCol, aRow); }
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
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21118
	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
 21119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21120
	inline TAknLayoutScalableParameterLimits popup_adpt_find_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_adpt_find_window_ParamLimits_sig*)(GetFunction(EApiId_popup_adpt_find_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21122
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21123
	inline TAknWindowComponentLayout main_cam_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam_set_pane_sig*)(GetFunction(EApiId_main_cam_set_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21126
	inline TAknLayoutScalableParameterLimits cam4_zoom_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_zoom_pane_ParamLimits_sig*)(GetFunction(EApiId_cam4_zoom_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21128
	inline TAknWindowComponentLayout cam4_zoom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_pane_sig*)(GetFunction(EApiId_cam4_zoom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21130
	// LAF Table : main_cam_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21131
	inline TAknLayoutScalableParameterLimits main_cam_set_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cam_set_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_cam_set_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21133
	inline TAknWindowComponentLayout main_cam_set_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam_set_pane_g1_sig*)(GetFunction(EApiId_main_cam_set_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21135
	inline TAknLayoutScalableParameterLimits main_cam_set_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cam_set_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_cam_set_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21137
	inline TAknWindowComponentLayout main_cam_set_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam_set_pane_g2_sig*)(GetFunction(EApiId_main_cam_set_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21139
	inline TAknLayoutScalableTableLimits main_cam_set_pane_g_Limits() const		{ return (*(Tmain_cam_set_pane_g_Limits_sig*)(GetFunction(EApiId_main_cam_set_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21141
	inline TAknLayoutScalableParameterLimits main_cam_set_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cam_set_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_cam_set_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21143
	inline TAknWindowComponentLayout main_cam_set_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam_set_pane_g_sig*)(GetFunction(EApiId_main_cam_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21144
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21145
	inline TAknLayoutScalableParameterLimits main_cam_set_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cam_set_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_cam_set_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21146
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21147
	inline TAknTextComponentLayout main_cam_set_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam_set_pane_t1_sig*)(GetFunction(EApiId_main_cam_set_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21148
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21149
	inline TAknLayoutScalableParameterLimits main_cset_listscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_listscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21150
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21151
	inline TAknWindowComponentLayout main_cset_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_listscroll_pane_sig*)(GetFunction(EApiId_main_cset_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21152
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21153
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21155
	inline TAknWindowComponentLayout main_cset_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_sig*)(GetFunction(EApiId_main_cset_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21157
	// LAF Table : main_cset_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21158
	inline TAknLayoutScalableParameterLimits main_cset_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_list_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset_list_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_list_pane_sig*)(GetFunction(EApiId_main_cset_list_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout scroll_pane_cp028(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp028_sig*)(GetFunction(EApiId_scroll_pane_cp028)))(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
	// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21165
	inline TAknWindowComponentLayout aid_area_touch_slider(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_area_touch_slider_sig*)(GetFunction(EApiId_aid_area_touch_slider)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21166
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21167
	inline TAknWindowComponentLayout cset_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_sig*)(GetFunction(EApiId_cset_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21169
	inline TAknWindowComponentLayout main_cset_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g1_sig*)(GetFunction(EApiId_main_cset_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21171
	inline TAknWindowComponentLayout main_cset_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g2_sig*)(GetFunction(EApiId_main_cset_slider_pane_g2)))(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 TAknLayoutScalableTableLimits main_cset_slider_pane_g_Limits() const		{ return (*(Tmain_cset_slider_pane_g_Limits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g_Limits)))(); }
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 TAknWindowComponentLayout main_cset_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g_sig*)(GetFunction(EApiId_main_cset_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 main_cset_slider_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t1_sig*)(GetFunction(EApiId_main_cset_slider_pane_t1)))(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
	inline TAknTextComponentLayout main_cset_slider_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t2_sig*)(GetFunction(EApiId_main_cset_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21181
	inline TAknTextComponentLayout main_cset_slider_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t3_sig*)(GetFunction(EApiId_main_cset_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21183
	inline TAknTextComponentLayout main_cset_slider_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t4_sig*)(GetFunction(EApiId_main_cset_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21185
	inline TAknTextComponentLayout main_cset_slider_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t5_sig*)(GetFunction(EApiId_main_cset_slider_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21187
	inline TAknTextComponentLayout main_cset_slider_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t6_sig*)(GetFunction(EApiId_main_cset_slider_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21189
	inline TAknTextComponentLayout main_cset_slider_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t7_sig*)(GetFunction(EApiId_main_cset_slider_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21191
	inline TAknLayoutScalableTableLimits main_cset_slider_pane_t_Limits() const		{ return (*(Tmain_cset_slider_pane_t_Limits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21193
	inline TAknTextComponentLayout main_cset_slider_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t_sig*)(GetFunction(EApiId_main_cset_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21195
	// LAF Table : main_cset_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21196
	inline TAknLayoutScalableParameterLimits cset_list_set_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcset_list_set_pane_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21197
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21198
	inline TAknWindowComponentLayout cset_list_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_sig*)(GetFunction(EApiId_cset_list_set_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21200
	// LAF Table : cset_list_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21201
	inline TAknWindowComponentLayout aid_position_infowindow_above(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_position_infowindow_above_sig*)(GetFunction(EApiId_aid_position_infowindow_above)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21203
	inline TAknWindowComponentLayout aid_position_infowindow_below(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_position_infowindow_below_sig*)(GetFunction(EApiId_aid_position_infowindow_below)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21205
	inline TAknLayoutScalableParameterLimits cset_list_set_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcset_list_set_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21207
	inline TAknWindowComponentLayout cset_list_set_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_g1_sig*)(GetFunction(EApiId_cset_list_set_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 TAknLayoutScalableParameterLimits cset_list_set_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcset_list_set_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cset_list_set_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_g3_sig*)(GetFunction(EApiId_cset_list_set_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cset_list_set_pane_g_Limits() const		{ return (*(Tcset_list_set_pane_g_Limits_sig*)(GetFunction(EApiId_cset_list_set_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits cset_list_set_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcset_list_set_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21217
	inline TAknWindowComponentLayout cset_list_set_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_g_sig*)(GetFunction(EApiId_cset_list_set_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21219
	inline TAknLayoutScalableParameterLimits cset_list_set_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcset_list_set_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21221
	inline TAknTextComponentLayout cset_list_set_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_t1_sig*)(GetFunction(EApiId_cset_list_set_pane_t1)))(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 TAknLayoutScalableParameterLimits list_highlight_pane_cp021_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp021_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp021_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_highlight_pane_cp021(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp021_sig*)(GetFunction(EApiId_list_highlight_pane_cp021)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21227
	// LAF Table : cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21228
	inline TAknWindowComponentLayout cset_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g1_sig*)(GetFunction(EApiId_cset_slider_pane_g1)))(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 cset_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g2_sig*)(GetFunction(EApiId_cset_slider_pane_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 cset_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g3_sig*)(GetFunction(EApiId_cset_slider_pane_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 cset_slider_pane_g_Limits() const		{ return (*(Tcset_slider_pane_g_Limits_sig*)(GetFunction(EApiId_cset_slider_pane_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 cset_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g_sig*)(GetFunction(EApiId_cset_slider_pane_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
	// LAF Table : cam4_zoom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21239
	inline TAknWindowComponentLayout aid_area_touch_cam4_zoom(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_area_touch_cam4_zoom_sig*)(GetFunction(EApiId_aid_area_touch_cam4_zoom)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21241
	inline TAknWindowComponentLayout cam4_zoom_cont_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_cont_pane_sig*)(GetFunction(EApiId_cam4_zoom_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21243
	inline TAknWindowComponentLayout cam4_zoom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_pane_g1_sig*)(GetFunction(EApiId_cam4_zoom_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21245
	inline TAknWindowComponentLayout cam4_zoom_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_pane_g2_sig*)(GetFunction(EApiId_cam4_zoom_pane_g2)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout cam4_zoom_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_pane_g3_sig*)(GetFunction(EApiId_cam4_zoom_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21249
	inline TAknLayoutScalableTableLimits cam4_zoom_pane_g_Limits() const		{ return (*(Tcam4_zoom_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_zoom_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21251
	inline TAknWindowComponentLayout cam4_zoom_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_pane_g_sig*)(GetFunction(EApiId_cam4_zoom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21253
	// LAF Table : cam4_zoom_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21254
	inline TAknWindowComponentLayout cam4_zoom_cont_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_cont_pane_g1_sig*)(GetFunction(EApiId_cam4_zoom_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21256
	inline TAknWindowComponentLayout cam4_zoom_cont_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_cont_pane_g2_sig*)(GetFunction(EApiId_cam4_zoom_cont_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21258
	inline TAknWindowComponentLayout cam4_zoom_cont_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_cont_pane_g3_sig*)(GetFunction(EApiId_cam4_zoom_cont_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cam4_zoom_cont_pane_g_Limits() const		{ return (*(Tcam4_zoom_cont_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_zoom_cont_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cam4_zoom_cont_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_zoom_cont_pane_g_sig*)(GetFunction(EApiId_cam4_zoom_cont_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_call4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21265
	inline TAknLayoutScalableParameterLimits call4_image_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall4_image_pane_ParamLimits_sig*)(GetFunction(EApiId_call4_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21267
	inline TAknWindowComponentLayout call4_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_image_pane_sig*)(GetFunction(EApiId_call4_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21269
	// LAF Table : call4_windows_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21270
	inline TAknLayoutScalableParameterLimits call4_windows_conf_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall4_windows_conf_pane_ParamLimits_sig*)(GetFunction(EApiId_call4_windows_conf_pane_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 TAknLayoutScalableParameterLimits popup_call4_audio_in_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call4_audio_in_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call4_audio_in_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_call4_audio_in_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call4_audio_in_window_sig*)(GetFunction(EApiId_popup_call4_audio_in_window)))(aVariety, aCol, aRow); }
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
	// LAF Table : call4_windows_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21277
	inline TAknWindowComponentLayout bg_popup_call2_act_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_act_pane_cp02_sig*)(GetFunction(EApiId_bg_popup_call2_act_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21279
	inline TAknWindowComponentLayout call4_list_conf_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_list_conf_pane_sig*)(GetFunction(EApiId_call4_list_conf_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21281
	// LAF Table : call4_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21282
	inline TAknWindowComponentLayout call4_image_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_image_pane_g1_sig*)(GetFunction(EApiId_call4_image_pane_g1)))(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 TAknWindowComponentLayout call4_image_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_image_pane_g2_sig*)(GetFunction(EApiId_call4_image_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits call4_image_pane_g_Limits() const		{ return (*(Tcall4_image_pane_g_Limits_sig*)(GetFunction(EApiId_call4_image_pane_g_Limits)))(); }
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 TAknWindowComponentLayout call4_image_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall4_image_pane_g_sig*)(GetFunction(EApiId_call4_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : call4_list_conf_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21291
	inline TAknLayoutScalableParameterLimits list_single_graphic_popup_conf4_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_graphic_popup_conf4_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21293
	inline TAknWindowComponentLayout list_single_graphic_popup_conf4_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf4_pane_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21295
	// LAF Table : list_single_graphic_popup_conf4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21296
	inline TAknWindowComponentLayout list_highlight_pane_cp022(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp022_sig*)(GetFunction(EApiId_list_highlight_pane_cp022)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_single_graphic_popup_conf4_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf4_pane_g1_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_single_graphic_popup_conf4_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf4_pane_g2_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane_g2)))(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
	inline TAknLayoutScalableTableLimits list_single_graphic_popup_conf4_pane_g_Limits() const		{ return (*(Tlist_single_graphic_popup_conf4_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21304
	inline TAknWindowComponentLayout list_single_graphic_popup_conf4_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf4_pane_g_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21306
	inline TAknTextComponentLayout list_single_graphic_popup_conf4_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_graphic_popup_conf4_pane_t1_sig*)(GetFunction(EApiId_list_single_graphic_popup_conf4_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21308
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21309
	inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21311
	inline TAknWindowComponentLayout popup_vtel_slider_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_sig*)(GetFunction(EApiId_popup_vtel_slider_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21313
	// LAF Table : dialer2_ne_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21314
	inline TAknLayoutScalableParameterLimits dialer2_ne_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tdialer2_ne_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_dialer2_ne_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21316
	inline TAknTextComponentLayout dialer2_ne_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer2_ne_pane_t2_sig*)(GetFunction(EApiId_dialer2_ne_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21318
	inline TAknLayoutScalableTableLimits dialer2_ne_pane_t_Limits() const		{ return (*(Tdialer2_ne_pane_t_Limits_sig*)(GetFunction(EApiId_dialer2_ne_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits dialer2_ne_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tdialer2_ne_pane_t_ParamLimits_sig*)(GetFunction(EApiId_dialer2_ne_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21322
	inline TAknTextComponentLayout dialer2_ne_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdialer2_ne_pane_t_sig*)(GetFunction(EApiId_dialer2_ne_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21324
	// LAF Table : popup_vtel_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21325
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp010_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp010_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp010_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21327
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp010(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp010_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp010)))(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
	inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21331
	inline TAknWindowComponentLayout popup_vtel_slider_window_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_g1_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21333
	inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21335
	inline TAknWindowComponentLayout popup_vtel_slider_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_g2_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21337
	inline TAknLayoutScalableTableLimits popup_vtel_slider_window_g_Limits() const		{ return (*(Tpopup_vtel_slider_window_g_Limits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21339
	inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout popup_vtel_slider_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_g_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g)))(aLineIndex, aVariety, aCol, aRow); }
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 vtel_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvtel_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_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 TAknWindowComponentLayout vtel_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_sig*)(GetFunction(EApiId_vtel_slider_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : vtel_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21348
	inline TAknLayoutScalableParameterLimits vtel_slider_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvtel_slider_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21350
	inline TAknWindowComponentLayout vtel_slider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_g1_sig*)(GetFunction(EApiId_vtel_slider_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits vtel_slider_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvtel_slider_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21354
	inline TAknWindowComponentLayout vtel_slider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_g2_sig*)(GetFunction(EApiId_vtel_slider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21356
	inline TAknLayoutScalableParameterLimits vtel_slider_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvtel_slider_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21358
	inline TAknWindowComponentLayout vtel_slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_g3_sig*)(GetFunction(EApiId_vtel_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21360
	inline TAknLayoutScalableParameterLimits vtel_slider_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tvtel_slider_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21362
	inline TAknWindowComponentLayout vtel_slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_g4_sig*)(GetFunction(EApiId_vtel_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21364
	inline TAknLayoutScalableParameterLimits vtel_slider_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tvtel_slider_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21366
	inline TAknWindowComponentLayout vtel_slider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_g5_sig*)(GetFunction(EApiId_vtel_slider_pane_g5)))(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 TAknLayoutScalableTableLimits vtel_slider_pane_g_Limits() const		{ return (*(Tvtel_slider_pane_g_Limits_sig*)(GetFunction(EApiId_vtel_slider_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits vtel_slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvtel_slider_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vtel_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21372
	inline TAknWindowComponentLayout vtel_slider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvtel_slider_pane_g_sig*)(GetFunction(EApiId_vtel_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21374
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21375
	inline TAknWindowComponentLayout main_gallery2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_gallery2_pane_sig*)(GetFunction(EApiId_main_gallery2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21377
	// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21378
	inline TAknLayoutScalableParameterLimits aid_size_row_itut2_dropdow_list_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_row_itut2_dropdow_list_ParamLimits_sig*)(GetFunction(EApiId_aid_size_row_itut2_dropdow_list_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21380
	inline TAknWindowComponentLayout aid_size_row_itut2_dropdow_list(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_row_itut2_dropdow_list_sig*)(GetFunction(EApiId_aid_size_row_itut2_dropdow_list)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21382
	inline TAknLayoutScalableParameterLimits grid_vitu2_function_top_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_vitu2_function_top_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_vitu2_function_top_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21384
	inline TAknWindowComponentLayout grid_vitu2_function_top_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vitu2_function_top_pane_sig*)(GetFunction(EApiId_grid_vitu2_function_top_pane)))(aVariety, aCol, aRow); }
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 popup_vitu2_dropdown_list_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_dropdown_list_window_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_dropdown_list_window_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 TAknWindowComponentLayout popup_vitu2_dropdown_list_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_dropdown_list_window_sig*)(GetFunction(EApiId_popup_vitu2_dropdown_list_window)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_vitu2_match_list_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_match_list_window_sig*)(GetFunction(EApiId_popup_vitu2_match_list_window)))(aVariety, aCol, aRow); }
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 : grid_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21393
	inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_top_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_top_pane_ParamLimits)))(aVariety); }
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 cell_vitu2_function_top_pane(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_top_pane_sig*)(GetFunction(EApiId_cell_vitu2_function_top_pane)))(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 TAknLayoutScalableParameterLimits cell_vitu2_function_top_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_top_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_top_pane_cp01_ParamLimits)))(aVariety); }
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 cell_vitu2_function_top_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_top_pane_cp01_sig*)(GetFunction(EApiId_cell_vitu2_function_top_pane_cp01)))(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 TAknLayoutScalableParameterLimits cell_vitu2_function_top_wide_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_top_wide_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_top_wide_pane_ParamLimits)))(aVariety); }
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 cell_vitu2_function_top_wide_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_top_wide_pane_sig*)(GetFunction(EApiId_cell_vitu2_function_top_wide_pane)))(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 : cell_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21406
	inline TAknWindowComponentLayout bg_button_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp012_sig*)(GetFunction(EApiId_bg_button_pane_cp012)))(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 cell_vitu2_function_top_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_top_pane_g1_sig*)(GetFunction(EApiId_cell_vitu2_function_top_pane_g1)))(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
	// LAF Table : cell_vitu2_function_top_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21411
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp013_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp013_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp013_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21413
	inline TAknWindowComponentLayout bg_button_pane_cp013(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp013_sig*)(GetFunction(EApiId_bg_button_pane_cp013)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21415
	inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_wide_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_top_wide_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_top_wide_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21417
	inline TAknWindowComponentLayout cell_vitu2_function_top_wide_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_top_wide_pane_g1_sig*)(GetFunction(EApiId_cell_vitu2_function_top_wide_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21419
	// LAF Table : popup_vitu2_match_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21420
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21422
	inline TAknWindowComponentLayout list_vitu2_match_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_vitu2_match_list_pane_sig*)(GetFunction(EApiId_list_vitu2_match_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21424
	// LAF Table : bg_popup_sub_pane_cp20
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21425
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g1_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g1)))(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 bg_popup_sub_pane_cp20_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g2_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g2)))(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
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g3_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21431
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g4_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21433
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g5_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21435
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g6_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21437
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g7_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21439
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g8_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21441
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp20_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g9_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g9)))(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 TAknLayoutScalableTableLimits bg_popup_sub_pane_cp20_g_Limits() const		{ return (*(Tbg_popup_sub_pane_cp20_g_Limits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g_Limits)))(); }
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 bg_popup_sub_pane_cp20_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp20_g_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_g)))(aLineIndex, 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
	// LAF Table : list_vitu2_match_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21448
	inline TAknLayoutScalableParameterLimits list_vitu2_match_list_item_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_vitu2_match_list_item_pane_ParamLimits_sig*)(GetFunction(EApiId_list_vitu2_match_list_item_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21450
	inline TAknWindowComponentLayout list_vitu2_match_list_item_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_vitu2_match_list_item_pane_sig*)(GetFunction(EApiId_list_vitu2_match_list_item_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21452
	// LAF Table : list_vitu2_match_list_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21453
	inline TAknTextComponentLayout list_vitu2_match_list_item_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_vitu2_match_list_item_pane_t1_sig*)(GetFunction(EApiId_list_vitu2_match_list_item_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21455
	// LAF Table : popup_vitu2_dropdown_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21456
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp21(TInt aVariety = 0, 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
 21457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21458
	inline TAknWindowComponentLayout grid_vitu2_dropdown_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_vitu2_dropdown_list_pane_sig*)(GetFunction(EApiId_grid_vitu2_dropdown_list_pane)))(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
	// LAF Table : grid_vitu2_dropdown_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21461
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_char_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21463
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21465
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21467
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_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 : cell_vitu2_dropdown_list_char_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21470
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g1_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g1)))(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 TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g2_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g2)))(aVariety, aCol, aRow); }
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 cell_vitu2_dropdown_list_char_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g3_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g3)))(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
	inline TAknLayoutScalableTableLimits cell_vitu2_dropdown_list_char_pane_g_Limits() const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21478
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21480
	inline TAknTextComponentLayout cell_vitu2_dropdown_list_char_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_t1_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_vitu2_dropdown_list_ctrl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21483
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21485
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g1_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g1)))(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 TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g2_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21491
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21493
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g3_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21495
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21497
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g4_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21499
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g5_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g5)))(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
	inline TAknLayoutScalableTableLimits cell_vitu2_dropdown_list_ctrl_pane_g_Limits() const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21505
	inline TAknLayoutScalableParameterLimits cell_vitu2_dropdown_list_ctrl_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21507
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_ctrl_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_ctrl_pane_g_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_ctrl_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21509
	// LAF Table : main_gallery2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21510
	inline TAknLayoutScalableParameterLimits aid_size_cell_gallery2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_gallery2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_gallery2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout aid_size_cell_gallery2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_gallery2_sig*)(GetFunction(EApiId_aid_size_cell_gallery2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21514
	inline TAknLayoutScalableParameterLimits grid_gallery2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_gallery2_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_gallery2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21516
	inline TAknWindowComponentLayout grid_gallery2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_gallery2_pane_sig*)(GetFunction(EApiId_grid_gallery2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21518
	inline TAknLayoutScalableParameterLimits scroll_pane_cp029_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp029_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp029_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21520
	inline TAknWindowComponentLayout scroll_pane_cp029(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp029_sig*)(GetFunction(EApiId_scroll_pane_cp029)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21522
	// LAF Table : grid_gallery2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21523
	inline TAknLayoutScalableParameterLimits cell_gallery2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_gallery2_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_gallery2_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cell_gallery2_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_gallery2_pane_sig*)(GetFunction(EApiId_cell_gallery2_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_gallery2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21528
	inline TAknWindowComponentLayout cell_gallery2_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery2_pane_g2_sig*)(GetFunction(EApiId_cell_gallery2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21530
	inline TAknWindowComponentLayout cell_gallery2_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery2_pane_g3_sig*)(GetFunction(EApiId_cell_gallery2_pane_g3)))(aVariety, aCol, aRow); }
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 cell_gallery2_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery2_pane_g4_sig*)(GetFunction(EApiId_cell_gallery2_pane_g4)))(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 TAknWindowComponentLayout cell_gallery2_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_gallery2_pane_g5_sig*)(GetFunction(EApiId_cell_gallery2_pane_g5)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_highlight_pane_cp10(TInt aVariety = 0, 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
 21537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21538
	// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21539
	inline TAknLayoutScalableParameterLimits popup_vitu2_match_list_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_match_list_window_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_match_list_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21541
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21543
	inline TAknWindowComponentLayout popup_vitu2_query_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_sig*)(GetFunction(EApiId_popup_vitu2_query_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21545
	// LAF Table : list_vitu2_match_list_item_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21546
	inline TAknWindowComponentLayout bg_vitu2_candi_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vitu2_candi_button_pane_sig*)(GetFunction(EApiId_bg_vitu2_candi_button_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : bg_vitu2_candi_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21549
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g1_copy1_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21551
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g2_copy1_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21553
	inline TAknWindowComponentLayout cell_vitu2_dropdown_list_char_pane_g2_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_dropdown_list_char_pane_g2_copy2_sig*)(GetFunction(EApiId_cell_vitu2_dropdown_list_char_pane_g2_copy2)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21556
	inline TAknWindowComponentLayout bg_button_pane_cp015(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp015_sig*)(GetFunction(EApiId_bg_button_pane_cp015)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21558
	inline TAknWindowComponentLayout bg_button_pane_cp016(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp016_sig*)(GetFunction(EApiId_bg_button_pane_cp016)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21560
	inline TAknWindowComponentLayout bg_button_pane_cp017(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp017_sig*)(GetFunction(EApiId_bg_button_pane_cp017)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21562
	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
 21563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21564
	inline TAknWindowComponentLayout popup_vitu2_query_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_g1_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g1)))(aVariety, aCol, aRow); }
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 popup_vitu2_query_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_g2_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g2)))(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
	inline TAknLayoutScalableTableLimits popup_vitu2_query_window_g_Limits() const		{ return (*(Tpopup_vitu2_query_window_g_Limits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21570
	inline TAknWindowComponentLayout popup_vitu2_query_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_g_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21572
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21574
	inline TAknTextComponentLayout popup_vitu2_query_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t1_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21576
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21578
	inline TAknTextComponentLayout popup_vitu2_query_window_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t2_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21580
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_vitu2_query_window_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t3_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21584
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21586
	inline TAknTextComponentLayout popup_vitu2_query_window_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t4_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21588
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21590
	inline TAknTextComponentLayout popup_vitu2_query_window_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t5_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21592
	inline TAknLayoutScalableTableLimits popup_vitu2_query_window_t_Limits() const		{ return (*(Tpopup_vitu2_query_window_t_Limits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21594
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout popup_vitu2_query_window_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t)))(aLineIndex, 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 : main_cam_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21599
	inline TAknWindowComponentLayout main_cset_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_sig*)(GetFunction(EApiId_main_cset_text_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21602
	inline TAknLayoutScalableParameterLimits aid_area_touch_slider_ParamLimits(TInt aVariety) const		{ return (*(Taid_area_touch_slider_ParamLimits_sig*)(GetFunction(EApiId_aid_area_touch_slider_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21604
	inline TAknLayoutScalableParameterLimits cset_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcset_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_cset_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21606
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21608
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21610
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21612
	inline TAknWindowComponentLayout main_cset_slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g3_sig*)(GetFunction(EApiId_main_cset_slider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21614
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21616
	inline TAknWindowComponentLayout main_cset_slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g4_sig*)(GetFunction(EApiId_main_cset_slider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21618
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21620
	inline TAknWindowComponentLayout main_cset_slider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g5_sig*)(GetFunction(EApiId_main_cset_slider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21622
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21624
	inline TAknWindowComponentLayout main_cset_slider_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g6_sig*)(GetFunction(EApiId_main_cset_slider_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21625
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21626
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g_ParamLimits)))(aLineIndex, 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 TAknLayoutScalableParameterLimits main_cset_slider_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21632
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21634
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21636
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21638
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21640
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21642
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t8_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21644
	inline TAknTextComponentLayout main_cset_slider_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t8_sig*)(GetFunction(EApiId_main_cset_slider_pane_t8)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_t9_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t9_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t9_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 TAknTextComponentLayout main_cset_slider_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t9_sig*)(GetFunction(EApiId_main_cset_slider_pane_t9)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_t10_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t10_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t10_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 TAknTextComponentLayout main_cset_slider_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t10_sig*)(GetFunction(EApiId_main_cset_slider_pane_t10)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_t11_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t11_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t11_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
	inline TAknTextComponentLayout main_cset_slider_pane_t11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t11_sig*)(GetFunction(EApiId_main_cset_slider_pane_t11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21658
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t12_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t12_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21660
	inline TAknTextComponentLayout main_cset_slider_pane_t12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t12_sig*)(GetFunction(EApiId_main_cset_slider_pane_t12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21662
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t13_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t13_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t13_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 TAknTextComponentLayout main_cset_slider_pane_t13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t13_sig*)(GetFunction(EApiId_main_cset_slider_pane_t13)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t_ParamLimits)))(aLineIndex, 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
	// LAF Table : main_cset_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21669
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp011_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21670
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21671
	inline TAknWindowComponentLayout main_cset_text_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_g1_sig*)(GetFunction(EApiId_main_cset_text_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21672
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21673
	inline TAknTextComponentLayout main_cset_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t1_sig*)(GetFunction(EApiId_main_cset_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21675
	inline TAknTextComponentLayout main_cset_text_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t2_sig*)(GetFunction(EApiId_main_cset_text_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21677
	inline TAknTextComponentLayout main_cset_text_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t3_sig*)(GetFunction(EApiId_main_cset_text_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21679
	inline TAknTextComponentLayout main_cset_text_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t4_sig*)(GetFunction(EApiId_main_cset_text_pane_t4)))(aVariety, aCol, aRow); }
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
	inline TAknTextComponentLayout main_cset_text_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t5_sig*)(GetFunction(EApiId_main_cset_text_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21683
	inline TAknTextComponentLayout main_cset_text_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t6_sig*)(GetFunction(EApiId_main_cset_text_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21685
	inline TAknTextComponentLayout main_cset_text_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t7_sig*)(GetFunction(EApiId_main_cset_text_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21687
	inline TAknLayoutScalableTableLimits main_cset_text_pane_t_Limits() const		{ return (*(Tmain_cset_text_pane_t_Limits_sig*)(GetFunction(EApiId_main_cset_text_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21689
	inline TAknTextComponentLayout main_cset_text_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t_sig*)(GetFunction(EApiId_main_cset_text_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21691
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21692
	inline TAknWindowComponentLayout main_cam4_burst_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam4_burst_pane_sig*)(GetFunction(EApiId_main_cam4_burst_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21694
	inline TAknWindowComponentLayout main_cam5_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_sig*)(GetFunction(EApiId_main_cam5_pane)))(aVariety, aCol, aRow); }
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 : afind_page_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21697
	inline TAknWindowComponentLayout bg_button_pane_cp019(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp019_sig*)(GetFunction(EApiId_bg_button_pane_cp019)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_button_pane_cp020(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp020_sig*)(GetFunction(EApiId_bg_button_pane_cp020)))(aVariety, aCol, aRow); }
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 : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21702
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g7_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 TAknWindowComponentLayout main_cset_slider_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g7_sig*)(GetFunction(EApiId_main_cset_slider_pane_g7)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g8_ParamLimits)))(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 TAknWindowComponentLayout main_cset_slider_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g8_sig*)(GetFunction(EApiId_main_cset_slider_pane_g8)))(aVariety, aCol, aRow); }
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 main_cset_slider_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g9_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
	inline TAknWindowComponentLayout main_cset_slider_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g9_sig*)(GetFunction(EApiId_main_cset_slider_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21714
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g10_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21716
	inline TAknWindowComponentLayout main_cset_slider_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g10_sig*)(GetFunction(EApiId_main_cset_slider_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21718
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g11_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g11_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g11_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_cset_slider_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g11_sig*)(GetFunction(EApiId_main_cset_slider_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21722
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g12_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g12_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21724
	inline TAknWindowComponentLayout main_cset_slider_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g12_sig*)(GetFunction(EApiId_main_cset_slider_pane_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21726
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g13_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g13_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g13_ParamLimits)))(aVariety); }
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 main_cset_slider_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g13_sig*)(GetFunction(EApiId_main_cset_slider_pane_g13)))(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
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g14_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g14_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g14_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21732
	inline TAknWindowComponentLayout main_cset_slider_pane_g14(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g14_sig*)(GetFunction(EApiId_main_cset_slider_pane_g14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21734
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g15_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g15_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21736
	inline TAknWindowComponentLayout main_cset_slider_pane_g15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g15_sig*)(GetFunction(EApiId_main_cset_slider_pane_g15)))(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 TAknLayoutScalableParameterLimits main_cset_slider_pane_t14_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t14_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t14_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_cset_slider_pane_t14(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t14_sig*)(GetFunction(EApiId_main_cset_slider_pane_t14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21742
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_t15_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_t15_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_t15_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21744
	inline TAknTextComponentLayout main_cset_slider_pane_t15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_t15_sig*)(GetFunction(EApiId_main_cset_slider_pane_t15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21746
	// LAF Table : main_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21747
	inline TAknLayoutScalableParameterLimits aid_cam4_burst_size_cell_ParamLimits(TInt aVariety) const		{ return (*(Taid_cam4_burst_size_cell_ParamLimits_sig*)(GetFunction(EApiId_aid_cam4_burst_size_cell_ParamLimits)))(aVariety); }
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 aid_cam4_burst_size_cell(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cam4_burst_size_cell_sig*)(GetFunction(EApiId_aid_cam4_burst_size_cell)))(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 TAknLayoutScalableParameterLimits grid_cam4_burst_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_cam4_burst_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_cam4_burst_pane_ParamLimits)))(aVariety); }
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 grid_cam4_burst_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_cam4_burst_pane_sig*)(GetFunction(EApiId_grid_cam4_burst_pane)))(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 TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_ParamLimits)))(aVariety); }
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 linegrid_cam4_burst_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane)))(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 TAknLayoutScalableParameterLimits scroll_pane_cp30_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp30_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp30_ParamLimits)))(aVariety); }
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 scroll_pane_cp30(TInt aVariety, 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
 21762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21763
	// LAF Table : grid_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21764
	inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cam4_burst_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cam4_burst_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_cam4_burst_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_cam4_burst_pane_sig*)(GetFunction(EApiId_cell_cam4_burst_pane)))(aVariety, aCol, 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 : linegrid_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21769
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g1_ParamLimits)))(aVariety); }
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 linegrid_cam4_burst_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g1_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21775
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g2_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21777
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21779
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g3_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g3)))(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
	inline TAknLayoutScalableTableLimits linegrid_cam4_burst_pane_g_Limits() const		{ return (*(Tlinegrid_cam4_burst_pane_g_Limits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21783
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21785
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21787
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g3_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g3_copy1_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g3_copy1_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 linegrid_cam4_burst_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g3_copy1_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g3_copy1)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21793
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g4_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21795
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21797
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g5_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g6_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g6_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21803
	inline TAknLayoutScalableParameterLimits linegrid_cam4_burst_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tlinegrid_cam4_burst_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21805
	inline TAknWindowComponentLayout linegrid_cam4_burst_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlinegrid_cam4_burst_pane_g7_sig*)(GetFunction(EApiId_linegrid_cam4_burst_pane_g7)))(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
	// LAF Table : cell_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21808
	inline TAknWindowComponentLayout cell_cam4_burst_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cam4_burst_pane_g1_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21810
	// LAF Table : main_cam5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21811
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t1_sig*)(GetFunction(EApiId_main_cam5_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t2_ParamLimits)))(aVariety); }
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 main_cam5_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t2_sig*)(GetFunction(EApiId_main_cam5_pane_t2)))(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 TAknLayoutScalableParameterLimits main_cam5_pane_t3_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_cam5_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t3_sig*)(GetFunction(EApiId_main_cam5_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21823
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t4_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21825
	inline TAknTextComponentLayout main_cam5_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t4_sig*)(GetFunction(EApiId_main_cam5_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21827
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t5_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21829
	inline TAknTextComponentLayout main_cam5_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t5_sig*)(GetFunction(EApiId_main_cam5_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21831
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t6_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21833
	inline TAknTextComponentLayout main_cam5_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t6_sig*)(GetFunction(EApiId_main_cam5_pane_t6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t7_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t7_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_cam5_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t7_sig*)(GetFunction(EApiId_main_cam5_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21839
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t8_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t8_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21841
	inline TAknTextComponentLayout main_cam5_pane_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t8_sig*)(GetFunction(EApiId_main_cam5_pane_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21843
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t9_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t9_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21845
	inline TAknTextComponentLayout main_cam5_pane_t9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t9_sig*)(GetFunction(EApiId_main_cam5_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21847
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t10_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t10_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21849
	inline TAknTextComponentLayout main_cam5_pane_t10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t10_sig*)(GetFunction(EApiId_main_cam5_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21851
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t11_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t11_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t11_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t11_sig*)(GetFunction(EApiId_main_cam5_pane_t11)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cam5_pane_t12_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t12_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t12_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cam5_pane_t12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t12_sig*)(GetFunction(EApiId_main_cam5_pane_t12)))(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 TAknLayoutScalableParameterLimits main_cam5_pane_t13_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t13_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t13_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_cam5_pane_t13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t13_sig*)(GetFunction(EApiId_main_cam5_pane_t13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21862
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21863
	inline TAknLayoutScalableTableLimits main_cam5_pane_t_Limits() const		{ return (*(Tmain_cam5_pane_t_Limits_sig*)(GetFunction(EApiId_main_cam5_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21865
	inline TAknLayoutScalableParameterLimits main_cam5_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tmain_cam5_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_cam5_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21867
	inline TAknTextComponentLayout main_cam5_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam5_pane_t_sig*)(GetFunction(EApiId_main_cam5_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21869
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21870
	inline TAknLayoutScalableParameterLimits popup_scut_keymap_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_scut_keymap_window_ParamLimits_sig*)(GetFunction(EApiId_popup_scut_keymap_window_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout popup_scut_keymap_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_scut_keymap_window_sig*)(GetFunction(EApiId_popup_scut_keymap_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21874
	// LAF Table : popup_scut_keymap_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21875
	inline TAknWindowComponentLayout aid_size_cell_brow_shortcut(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_brow_shortcut_sig*)(GetFunction(EApiId_aid_size_cell_brow_shortcut)))(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
	inline TAknWindowComponentLayout bg_popup_window_pane_cp010(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp010_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp010)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21879
	inline TAknWindowComponentLayout grid_scut_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_scut_pane_sig*)(GetFunction(EApiId_grid_scut_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21881
	// LAF Table : grid_scut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21882
	inline TAknLayoutScalableParameterLimits cell_scut_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_scut_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_scut_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 cell_scut_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_scut_pane_sig*)(GetFunction(EApiId_cell_scut_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
	// LAF Table : cell_scut_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21887
	inline TAknWindowComponentLayout cell_scut_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_scut_pane_g1_sig*)(GetFunction(EApiId_cell_scut_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21889
	inline TAknTextComponentLayout cell_scut_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_scut_pane_t1_sig*)(GetFunction(EApiId_cell_scut_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21891
	inline TAknTextComponentLayout cell_scut_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_scut_pane_t2_sig*)(GetFunction(EApiId_cell_scut_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21893
	inline TAknTextComponentLayout cell_scut_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_scut_pane_t3_sig*)(GetFunction(EApiId_cell_scut_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21895
	inline TAknLayoutScalableTableLimits cell_scut_pane_t_Limits() const		{ return (*(Tcell_scut_pane_t_Limits_sig*)(GetFunction(EApiId_cell_scut_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21897
	inline TAknTextComponentLayout cell_scut_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_scut_pane_t_sig*)(GetFunction(EApiId_cell_scut_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21899
	// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21900
	inline TAknLayoutScalableParameterLimits main_mup3_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21902
	inline TAknWindowComponentLayout main_mup3_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_g8_sig*)(GetFunction(EApiId_main_mup3_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21904
	// LAF Table : popup_vitu2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21905
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_ParamLimits)))(aVariety); }
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 area_vitu2_query_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_sig*)(GetFunction(EApiId_area_vitu2_query_pane)))(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
	// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21910
	inline TAknWindowComponentLayout input_focus_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp08_sig*)(GetFunction(EApiId_input_focus_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21912
	// LAF Table : area_vitu2_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21913
	inline TAknWindowComponentLayout area_vitu2_query_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_g1_sig*)(GetFunction(EApiId_area_vitu2_query_pane_g1)))(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 area_vitu2_query_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_g2_sig*)(GetFunction(EApiId_area_vitu2_query_pane_g2)))(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 area_vitu2_query_pane_g_Limits() const		{ return (*(Tarea_vitu2_query_pane_g_Limits_sig*)(GetFunction(EApiId_area_vitu2_query_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 area_vitu2_query_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_g_sig*)(GetFunction(EApiId_area_vitu2_query_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 TAknLayoutScalableParameterLimits area_vitu2_query_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout area_vitu2_query_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t1_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21925
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21927
	inline TAknTextComponentLayout area_vitu2_query_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t2_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21929
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21931
	inline TAknTextComponentLayout area_vitu2_query_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t3_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21933
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21935
	inline TAknTextComponentLayout area_vitu2_query_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t4_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t4)))(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
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21939
	inline TAknTextComponentLayout area_vitu2_query_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t5_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21941
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t6_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21943
	inline TAknTextComponentLayout area_vitu2_query_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t6_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21945
	inline TAknLayoutScalableTableLimits area_vitu2_query_pane_t_Limits() const		{ return (*(Tarea_vitu2_query_pane_t_Limits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21947
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21949
	inline TAknTextComponentLayout area_vitu2_query_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21951
	inline TAknWindowComponentLayout bg_button_pane_cp018(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp018_sig*)(GetFunction(EApiId_bg_button_pane_cp018)))(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 TAknWindowComponentLayout bg_button_pane_cp021(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp021_sig*)(GetFunction(EApiId_bg_button_pane_cp021)))(aVariety, aCol, aRow); }
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 bg_button_pane_cp022(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp022_sig*)(GetFunction(EApiId_bg_button_pane_cp022)))(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
	inline TAknWindowComponentLayout input_focus_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp09_sig*)(GetFunction(EApiId_input_focus_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21959
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21960
	inline TAknWindowComponentLayout aid_size_touch_mv_arrow_left(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_mv_arrow_left_sig*)(GetFunction(EApiId_aid_size_touch_mv_arrow_left)))(aVariety, aCol, aRow); }
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 aid_size_touch_mv_arrow_right(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_mv_arrow_right_sig*)(GetFunction(EApiId_aid_size_touch_mv_arrow_right)))(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 : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21965
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g16_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g16_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g16_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 main_cset_slider_pane_g16(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g16_sig*)(GetFunction(EApiId_main_cset_slider_pane_g16)))(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 main_cset_slider_pane_g17_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g17_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g17_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 main_cset_slider_pane_g17(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g17_sig*)(GetFunction(EApiId_main_cset_slider_pane_g17)))(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
	// LAF Table : cell_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21974
	inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cam4_burst_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21976
	// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21977
	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
 21978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21979
	// LAF Table : popup_vtel_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21980
	inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21982
	inline TAknWindowComponentLayout popup_vtel_slider_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_g3_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21984
	inline TAknLayoutScalableParameterLimits popup_vtel_slider_window_g4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g4_ParamLimits)))(aVariety); }
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 popup_vtel_slider_window_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_g4_sig*)(GetFunction(EApiId_popup_vtel_slider_window_g4)))(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 TAknLayoutScalableParameterLimits popup_vtel_slider_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vtel_slider_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_vtel_slider_window_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout popup_vtel_slider_window_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vtel_slider_window_t1_sig*)(GetFunction(EApiId_popup_vtel_slider_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21992
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21993
	inline TAknWindowComponentLayout main_cl_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cl_pane_sig*)(GetFunction(EApiId_main_cl_pane)))(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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_imed_adjust2_window_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_ParamLimits)))(aVariety); }
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 : popup_imed_adjust2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 21998
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp05_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp05_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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_imed_adjust2_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g1_ParamLimits)))(aVariety); }
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 popup_imed_adjust2_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_imed_adjust2_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_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 popup_imed_adjust2_window_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_adjust2_window_g2_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_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 TAknLayoutScalableParameterLimits popup_imed_adjust2_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_imed_adjust2_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_imed_adjust2_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_adjust2_window_g3_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_imed_adjust2_window_g_Limits() const		{ return (*(Tpopup_imed_adjust2_window_g_Limits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g_Limits)))(); }
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 popup_imed_adjust2_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_imed_adjust2_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout popup_imed_adjust2_window_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_imed_adjust2_window_g_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_g)))(aLineIndex, 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 popup_imed_adjust2_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_imed_adjust2_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_imed_adjust2_window_t1_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 TAknLayoutScalableParameterLimits slider_imed_adjust_pane_ParamLimits(TInt aVariety) const		{ return (*(Tslider_imed_adjust_pane_ParamLimits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_ParamLimits)))(aVariety); }
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
	// LAF Table : slider_imed_adjust_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22021
	inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tslider_imed_adjust_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22023
	inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tslider_imed_adjust_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22025
	inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tslider_imed_adjust_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22026
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22027
	inline TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tslider_imed_adjust_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g4_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits slider_imed_adjust_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tslider_imed_adjust_pane_g_ParamLimits_sig*)(GetFunction(EApiId_slider_imed_adjust_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22032
	inline TAknLayoutScalableParameterLimits aid_touch_area_cam4_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_cam4_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_cam4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22034
	inline TAknWindowComponentLayout aid_touch_area_cam4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_cam4_sig*)(GetFunction(EApiId_aid_touch_area_cam4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22036
	inline TAknWindowComponentLayout battery_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbattery_pane_cp01_sig*)(GetFunction(EApiId_battery_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22038
	inline TAknLayoutScalableParameterLimits main_camera4_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_g6_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 main_camera4_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_g6_sig*)(GetFunction(EApiId_main_camera4_pane_g6)))(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 TAknLayoutScalableParameterLimits main_camera4_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_camera4_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_camera4_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_t2_sig*)(GetFunction(EApiId_main_camera4_pane_t2)))(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
	inline TAknLayoutScalableTableLimits main_camera4_pane_t_Limits() const		{ return (*(Tmain_camera4_pane_t_Limits_sig*)(GetFunction(EApiId_main_camera4_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22048
	inline TAknLayoutScalableParameterLimits main_camera4_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_camera4_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_camera4_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22050
	inline TAknTextComponentLayout main_camera4_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_camera4_pane_t_sig*)(GetFunction(EApiId_main_camera4_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22052
	// LAF Table : main_video4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22053
	inline TAknLayoutScalableParameterLimits aid_touch_area_vid4_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_area_vid4_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_area_vid4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_touch_area_vid4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_area_vid4_sig*)(GetFunction(EApiId_aid_touch_area_vid4)))(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
	inline TAknLayoutScalableParameterLimits main_video4_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_video4_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_video4_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22059
	inline TAknWindowComponentLayout main_video4_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_video4_pane_g5_sig*)(GetFunction(EApiId_main_video4_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22061
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22063
	inline TAknWindowComponentLayout vid4_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_sig*)(GetFunction(EApiId_vid4_progress_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22065
	// LAF Table : main_cset_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22066
	inline TAknLayoutScalableParameterLimits main_cset_slider_pane_g18_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_slider_pane_g18_ParamLimits_sig*)(GetFunction(EApiId_main_cset_slider_pane_g18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22068
	inline TAknWindowComponentLayout main_cset_slider_pane_g18(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_slider_pane_g18_sig*)(GetFunction(EApiId_main_cset_slider_pane_g18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22070
	// LAF Table : cell_cam4_burst_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22071
	inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cam4_burst_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_cam4_burst_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cam4_burst_pane_g2_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22075
	inline TAknLayoutScalableTableLimits cell_cam4_burst_pane_g_Limits() const		{ return (*(Tcell_cam4_burst_pane_g_Limits_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22077
	inline TAknLayoutScalableParameterLimits cell_cam4_burst_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_cam4_burst_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22079
	inline TAknWindowComponentLayout cell_cam4_burst_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cam4_burst_pane_g_sig*)(GetFunction(EApiId_cell_cam4_burst_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_cl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22082
	inline TAknLayoutScalableParameterLimits bg_cl_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_cl_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cl_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22084
	inline TAknWindowComponentLayout bg_cl_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_sig*)(GetFunction(EApiId_bg_cl_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22086
	inline TAknLayoutScalableParameterLimits cl_header_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_pane_ParamLimits_sig*)(GetFunction(EApiId_cl_header_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 cl_header_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_pane_sig*)(GetFunction(EApiId_cl_header_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
	inline TAknLayoutScalableParameterLimits cl_listscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcl_listscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_cl_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22092
	inline TAknWindowComponentLayout cl_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_listscroll_pane_sig*)(GetFunction(EApiId_cl_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22094
	// LAF Table : bg_cl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22095
	inline TAknWindowComponentLayout bg_cl_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g1_sig*)(GetFunction(EApiId_bg_cl_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
	inline TAknWindowComponentLayout bg_cl_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g2_sig*)(GetFunction(EApiId_bg_cl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22099
	inline TAknWindowComponentLayout bg_cl_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g3_sig*)(GetFunction(EApiId_bg_cl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22101
	inline TAknWindowComponentLayout bg_cl_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g4_sig*)(GetFunction(EApiId_bg_cl_pane_g4)))(aVariety, aCol, aRow); }
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 bg_cl_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g5_sig*)(GetFunction(EApiId_bg_cl_pane_g5)))(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 TAknWindowComponentLayout bg_cl_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g6_sig*)(GetFunction(EApiId_bg_cl_pane_g6)))(aVariety, aCol, aRow); }
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_cl_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g7_sig*)(GetFunction(EApiId_bg_cl_pane_g7)))(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 TAknWindowComponentLayout bg_cl_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g8_sig*)(GetFunction(EApiId_bg_cl_pane_g8)))(aVariety, aCol, aRow); }
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 bg_cl_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g9_sig*)(GetFunction(EApiId_bg_cl_pane_g9)))(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
	inline TAknLayoutScalableTableLimits bg_cl_pane_g_Limits() const		{ return (*(Tbg_cl_pane_g_Limits_sig*)(GetFunction(EApiId_bg_cl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22115
	inline TAknWindowComponentLayout bg_cl_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_pane_g_sig*)(GetFunction(EApiId_bg_cl_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22117
	// LAF Table : cl_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22118
	inline TAknLayoutScalableParameterLimits aid_height_cl_leading_ParamLimits(TInt aVariety) const		{ return (*(Taid_height_cl_leading_ParamLimits_sig*)(GetFunction(EApiId_aid_height_cl_leading_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22120
	inline TAknWindowComponentLayout aid_height_cl_leading(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_cl_leading_sig*)(GetFunction(EApiId_aid_height_cl_leading)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22122
	inline TAknLayoutScalableParameterLimits aid_height_cl_text_ParamLimits(TInt aVariety) const		{ return (*(Taid_height_cl_text_ParamLimits_sig*)(GetFunction(EApiId_aid_height_cl_text_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22124
	inline TAknWindowComponentLayout aid_height_cl_text(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_height_cl_text_sig*)(GetFunction(EApiId_aid_height_cl_text)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22126
	inline TAknLayoutScalableParameterLimits bg_cl_header_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_cl_header_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_cl_header_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22128
	inline TAknWindowComponentLayout bg_cl_header_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_sig*)(GetFunction(EApiId_bg_cl_header_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22130
	inline TAknLayoutScalableParameterLimits cl_header_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cl_header_pane_g1_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 cl_header_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_pane_g1_sig*)(GetFunction(EApiId_cl_header_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits cl_header_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cl_header_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22136
	inline TAknTextComponentLayout cl_header_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_pane_t1_sig*)(GetFunction(EApiId_cl_header_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22138
	// LAF Table : cl_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22139
	inline TAknWindowComponentLayout cl_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_list_pane_sig*)(GetFunction(EApiId_cl_list_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
	inline TAknWindowComponentLayout hc_scroll_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_pane_cp01_sig*)(GetFunction(EApiId_hc_scroll_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22143
	// LAF Table : bg_cl_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22144
	inline TAknWindowComponentLayout bg_cl_header_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g1_sig*)(GetFunction(EApiId_bg_cl_header_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 bg_cl_header_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g2_sig*)(GetFunction(EApiId_bg_cl_header_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 TAknWindowComponentLayout bg_cl_header_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g3_sig*)(GetFunction(EApiId_bg_cl_header_pane_g3)))(aVariety, aCol, aRow); }
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 bg_cl_header_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g4_sig*)(GetFunction(EApiId_bg_cl_header_pane_g4)))(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 TAknWindowComponentLayout bg_cl_header_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g5_sig*)(GetFunction(EApiId_bg_cl_header_pane_g5)))(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
	inline TAknWindowComponentLayout bg_cl_header_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g6_sig*)(GetFunction(EApiId_bg_cl_header_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22156
	inline TAknWindowComponentLayout bg_cl_header_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g7_sig*)(GetFunction(EApiId_bg_cl_header_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22158
	inline TAknWindowComponentLayout bg_cl_header_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g8_sig*)(GetFunction(EApiId_bg_cl_header_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22160
	inline TAknWindowComponentLayout bg_cl_header_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g9_sig*)(GetFunction(EApiId_bg_cl_header_pane_g9)))(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
	inline TAknLayoutScalableTableLimits bg_cl_header_pane_g_Limits() const		{ return (*(Tbg_cl_header_pane_g_Limits_sig*)(GetFunction(EApiId_bg_cl_header_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22164
	inline TAknWindowComponentLayout bg_cl_header_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_cl_header_pane_g_sig*)(GetFunction(EApiId_bg_cl_header_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22166
	// LAF Table : cl_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22167
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22169
	inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22171
	inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Thc_cl_list_single_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_ParamLimits)))(aVariety); }
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 hc_cl_list_single_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_single_graphic_pane_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane)))(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
	// LAF Table : hc_cl_list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22176
	inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_single_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22178
	inline TAknWindowComponentLayout hc_cl_list_single_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_single_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22180
	inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_single_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22182
	inline TAknWindowComponentLayout hc_cl_list_single_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_single_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22184
	inline TAknLayoutScalableTableLimits hc_cl_list_single_graphic_pane_g_Limits() const		{ return (*(Thc_cl_list_single_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g_Limits)))(); }
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 hc_cl_list_single_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_cl_list_single_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout hc_cl_list_single_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_single_graphic_pane_g_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits hc_cl_list_single_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_single_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22192
	inline TAknTextComponentLayout hc_cl_list_single_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_single_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_cl_list_single_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22194
	// LAF Table : hc_cl_list_double_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22195
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22197
	inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g1_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22199
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22201
	inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g2_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g3_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22207
	inline TAknLayoutScalableTableLimits hc_cl_list_double_graphic_heading_pane_g_Limits() const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g_Limits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22209
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22211
	inline TAknWindowComponentLayout hc_cl_list_double_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_g_sig*)(GetFunction(EApiId_hc_cl_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
 22212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22213
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22215
	inline TAknTextComponentLayout hc_cl_list_double_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t1_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22217
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22219
	inline TAknTextComponentLayout hc_cl_list_double_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t2_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22221
	inline TAknLayoutScalableTableLimits hc_cl_list_double_graphic_heading_pane_t_Limits() const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t_Limits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22223
	inline TAknLayoutScalableParameterLimits hc_cl_list_double_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_cl_list_double_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22225
	inline TAknTextComponentLayout hc_cl_list_double_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_cl_list_double_graphic_heading_pane_t_sig*)(GetFunction(EApiId_hc_cl_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
 22226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22227
	// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22228
	inline TAknWindowComponentLayout vid4_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_g1_sig*)(GetFunction(EApiId_vid4_progress_pane_g1)))(aVariety, aCol, aRow); }
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 vid4_progress_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_g2_sig*)(GetFunction(EApiId_vid4_progress_pane_g2)))(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 vid4_progress_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_g3_sig*)(GetFunction(EApiId_vid4_progress_pane_g3)))(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 TAknWindowComponentLayout vid4_progress_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_g4_sig*)(GetFunction(EApiId_vid4_progress_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vid4_progress_pane_g_Limits() const		{ return (*(Tvid4_progress_pane_g_Limits_sig*)(GetFunction(EApiId_vid4_progress_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout vid4_progress_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_g_sig*)(GetFunction(EApiId_vid4_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22240
	inline TAknTextComponentLayout vid4_progress_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_t1_sig*)(GetFunction(EApiId_vid4_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22242
	inline TAknTextComponentLayout vid4_progress_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_t2_sig*)(GetFunction(EApiId_vid4_progress_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22244
	inline TAknLayoutScalableTableLimits vid4_progress_pane_t_Limits() const		{ return (*(Tvid4_progress_pane_t_Limits_sig*)(GetFunction(EApiId_vid4_progress_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22246
	inline TAknTextComponentLayout vid4_progress_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_t_sig*)(GetFunction(EApiId_vid4_progress_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22248
	inline TAknWindowComponentLayout wait_bar_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp07_sig*)(GetFunction(EApiId_wait_bar_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22250
	// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22251
	inline TAknLayoutScalableParameterLimits blid_firmament_pane_ParamLimits(TInt aVariety) const		{ return (*(Tblid_firmament_pane_ParamLimits_sig*)(GetFunction(EApiId_blid_firmament_pane_ParamLimits)))(aVariety); }
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 popup_blid_sat_info2_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_g1_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_g1)))(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 TAknTextComponentLayout popup_blid_sat_info2_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t3_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t3)))(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 TAknTextComponentLayout popup_blid_sat_info2_window_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t4_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t4)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_blid_sat_info2_window_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t5_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t5)))(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
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t6_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22263
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t7_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22265
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t8_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22267
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t9_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22269
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t10_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22271
	// LAF Table : blid_firmament_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22272
	inline TAknLayoutScalableParameterLimits aid_firma_cardinal_ParamLimits(TInt aVariety) const		{ return (*(Taid_firma_cardinal_ParamLimits_sig*)(GetFunction(EApiId_aid_firma_cardinal_ParamLimits)))(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 TAknLayoutScalableParameterLimits blid_firmament_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tblid_firmament_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_blid_firmament_pane_t1_ParamLimits)))(aVariety); }
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 blid_firmament_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tblid_firmament_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_blid_firmament_pane_t2_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 TAknLayoutScalableParameterLimits blid_firmament_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tblid_firmament_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_blid_firmament_pane_t3_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits blid_firmament_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tblid_firmament_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_blid_firmament_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22282
	inline TAknLayoutScalableParameterLimits blid_firmament_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tblid_firmament_pane_t_ParamLimits_sig*)(GetFunction(EApiId_blid_firmament_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22284
	inline TAknLayoutScalableParameterLimits blid_sat_info_pane_ParamLimits(TInt aVariety) const		{ return (*(Tblid_sat_info_pane_ParamLimits_sig*)(GetFunction(EApiId_blid_sat_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22286
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22287
	inline TAknLayoutScalableParameterLimits main_cam_set_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cam_set_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cam_set_pane_ParamLimits)))(aVariety); }
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
	// LAF Table : popup_imed_trans_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22290
	inline TAknLayoutScalableParameterLimits aid_size_cell_colour_35_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_colour_35_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_colour_35_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22292
	inline TAknLayoutScalableParameterLimits aid_size_cell_colour_112_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_colour_112_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_colour_112_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22294
	inline TAknLayoutScalableParameterLimits aid_size_cell_effect_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_effect_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_effect_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22296
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22298
	inline TAknLayoutScalableParameterLimits heading_imed_pane_ParamLimits(TInt aVariety) const		{ return (*(Theading_imed_pane_ParamLimits_sig*)(GetFunction(EApiId_heading_imed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22300
	inline TAknLayoutScalableParameterLimits listscroll_imed_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_imed_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_imed_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22302
	// LAF Table : popup_call2_audio_first_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22303
	inline TAknLayoutScalableParameterLimits popup_call2_audio_first_window_g5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call2_audio_first_window_g5_ParamLimits_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g5_ParamLimits)))(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 popup_call2_audio_first_window_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call2_audio_first_window_g5_sig*)(GetFunction(EApiId_popup_call2_audio_first_window_g5)))(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 : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22308
	inline TAknLayoutScalableParameterLimits aid_size_touch_image3_arrow_left_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_image3_arrow_left_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_image3_arrow_left_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 aid_size_touch_image3_arrow_left(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_image3_arrow_left_sig*)(GetFunction(EApiId_aid_size_touch_image3_arrow_left)))(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
	inline TAknLayoutScalableParameterLimits aid_size_touch_image3_arrow_right_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_image3_arrow_right_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_image3_arrow_right_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22314
	inline TAknWindowComponentLayout aid_size_touch_image3_arrow_right(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_image3_arrow_right_sig*)(GetFunction(EApiId_aid_size_touch_image3_arrow_right)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22316
	// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22317
	inline TAknTextComponentLayout vid4_progress_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_t3_sig*)(GetFunction(EApiId_vid4_progress_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22319
	// LAF Table : main_hwr_training_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22320
	inline TAknLayoutScalableParameterLimits main_hwr_training_symbol_option_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_hwr_training_symbol_option_pane_ParamLimits_sig*)(GetFunction(EApiId_main_hwr_training_symbol_option_pane_ParamLimits)))(aVariety); }
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 main_hwr_training_symbol_option_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hwr_training_symbol_option_pane_sig*)(GetFunction(EApiId_main_hwr_training_symbol_option_pane)))(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 TAknLayoutScalableParameterLimits popup_hwr_training_preview_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_hwr_training_preview_window_ParamLimits_sig*)(GetFunction(EApiId_popup_hwr_training_preview_window_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout popup_hwr_training_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_hwr_training_preview_window_sig*)(GetFunction(EApiId_popup_hwr_training_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22328
	// LAF Table : hwr_training_navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22329
	inline TAknLayoutScalableParameterLimits hwr_training_navi_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Thwr_training_navi_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g5_ParamLimits)))(aVariety); }
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 hwr_training_navi_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thwr_training_navi_pane_g5_sig*)(GetFunction(EApiId_hwr_training_navi_pane_g5)))(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
	// LAF Table : field_vitu2_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22334
	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
 22335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22336
	// LAF Table : popup_vitu2_match_list_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22337
	inline TAknLayoutScalableParameterLimits bg_popup_sub_pane_cp20_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_sub_pane_cp20_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp20_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits list_vitu2_match_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_vitu2_match_list_pane_ParamLimits_sig*)(GetFunction(EApiId_list_vitu2_match_list_pane_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits vitu2_page_scroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvitu2_page_scroll_pane_ParamLimits_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout vitu2_page_scroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvitu2_page_scroll_pane_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane)))(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
	// LAF Table : main_hwr_training_symbol_option_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22346
	inline TAknLayoutScalableParameterLimits list_single_hwr_training_symbol_option_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_hwr_training_symbol_option_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_hwr_training_symbol_option_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22348
	inline TAknWindowComponentLayout list_single_hwr_training_symbol_option_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hwr_training_symbol_option_pane_sig*)(GetFunction(EApiId_list_single_hwr_training_symbol_option_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22350
	// LAF Table : list_single_hwr_training_symbol_option_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22351
	inline TAknWindowComponentLayout list_single_hwr_training_symbol_option_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hwr_training_symbol_option_pane_g1_sig*)(GetFunction(EApiId_list_single_hwr_training_symbol_option_pane_g1)))(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
	inline TAknTextComponentLayout list_single_hwr_training_symbol_option_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_hwr_training_symbol_option_pane_t1_sig*)(GetFunction(EApiId_list_single_hwr_training_symbol_option_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22355
	// LAF Table : vitu2_page_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22356
	inline TAknWindowComponentLayout bg_button_pane_cp023(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp023_sig*)(GetFunction(EApiId_bg_button_pane_cp023)))(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
	inline TAknWindowComponentLayout bg_button_pane_cp024(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp024_sig*)(GetFunction(EApiId_bg_button_pane_cp024)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22360
	inline TAknWindowComponentLayout vitu2_page_scroll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvitu2_page_scroll_pane_g1_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22362
	inline TAknWindowComponentLayout vitu2_page_scroll_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvitu2_page_scroll_pane_g2_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22364
	inline TAknLayoutScalableTableLimits vitu2_page_scroll_pane_g_Limits() const		{ return (*(Tvitu2_page_scroll_pane_g_Limits_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane_g_Limits)))(); }
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 TAknWindowComponentLayout vitu2_page_scroll_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvitu2_page_scroll_pane_g_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane_g)))(aLineIndex, 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
	inline TAknTextComponentLayout vitu2_page_scroll_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvitu2_page_scroll_pane_t1_sig*)(GetFunction(EApiId_vitu2_page_scroll_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22370
	// LAF Table : popup_char_count_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22371
	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
 22372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22373
	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
 22374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22375
	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
 22376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22377
	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
 22378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22379
	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
 22380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22381
	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
 22382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22383
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22384
	inline TAknWindowComponentLayout main_vded2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded2_pane_sig*)(GetFunction(EApiId_main_vded2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22386
	// LAF Table : popup_imed_adjust2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22387
	inline TAknWindowComponentLayout aid_size_cell_imed_line(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_imed_line_sig*)(GetFunction(EApiId_aid_size_cell_imed_line)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout grid_imed_line_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_imed_line_width_pane_sig*)(GetFunction(EApiId_grid_imed_line_width_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22392
	inline TAknWindowComponentLayout vid4_indicators_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_g4_sig*)(GetFunction(EApiId_vid4_indicators_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22394
	// LAF Table : grid_imed_line_width_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22395
	inline TAknLayoutScalableParameterLimits cell_imed_line_width_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_imed_line_width_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_imed_line_width_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_imed_line_width_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_line_width_pane_sig*)(GetFunction(EApiId_cell_imed_line_width_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22399
	// LAF Table : cell_imed_line_width_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22400
	inline TAknWindowComponentLayout cell_imed_line_width_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_line_width_pane_g1_sig*)(GetFunction(EApiId_cell_imed_line_width_pane_g1)))(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 TAknWindowComponentLayout cell_imed_line_width_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_line_width_pane_g2_sig*)(GetFunction(EApiId_cell_imed_line_width_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cell_imed_line_width_pane_g_Limits() const		{ return (*(Tcell_imed_line_width_pane_g_Limits_sig*)(GetFunction(EApiId_cell_imed_line_width_pane_g_Limits)))(); }
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 TAknWindowComponentLayout cell_imed_line_width_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_imed_line_width_pane_g_sig*)(GetFunction(EApiId_cell_imed_line_width_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_vded2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22409
	inline TAknLayoutScalableParameterLimits main_vded2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vded2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_vded2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22411
	inline TAknWindowComponentLayout main_vded2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded2_pane_g1_sig*)(GetFunction(EApiId_main_vded2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22413
	inline TAknLayoutScalableParameterLimits main_vded2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_vded2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_vded2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22415
	inline TAknWindowComponentLayout main_vded2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded2_pane_g2_sig*)(GetFunction(EApiId_main_vded2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22417
	inline TAknLayoutScalableTableLimits main_vded2_pane_g_Limits() const		{ return (*(Tmain_vded2_pane_g_Limits_sig*)(GetFunction(EApiId_main_vded2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22419
	inline TAknLayoutScalableParameterLimits main_vded2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_vded2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_vded2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22421
	inline TAknWindowComponentLayout main_vded2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vded2_pane_g_sig*)(GetFunction(EApiId_main_vded2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits vded2_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvded2_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_vded2_slider_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout vded2_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_pane_sig*)(GetFunction(EApiId_vded2_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22427
	// LAF Table : vded2_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22428
	inline TAknWindowComponentLayout aid_size_touch_vded2_end(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_vded2_end_sig*)(GetFunction(EApiId_aid_size_touch_vded2_end)))(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 TAknWindowComponentLayout aid_size_touch_vded2_playhead(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_vded2_playhead_sig*)(GetFunction(EApiId_aid_size_touch_vded2_playhead)))(aVariety, aCol, aRow); }
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 aid_size_touch_vded2_start(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_vded2_start_sig*)(GetFunction(EApiId_aid_size_touch_vded2_start)))(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 TAknWindowComponentLayout vded2_slider_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_bg_pane_sig*)(GetFunction(EApiId_vded2_slider_bg_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout vded2_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_pane_g1_sig*)(GetFunction(EApiId_vded2_slider_pane_g1)))(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 TAknWindowComponentLayout vded2_slider_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_pane_g2_sig*)(GetFunction(EApiId_vded2_slider_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout vded2_slider_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_pane_g3_sig*)(GetFunction(EApiId_vded2_slider_pane_g3)))(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 vded2_slider_pane_g_Limits() const		{ return (*(Tvded2_slider_pane_g_Limits_sig*)(GetFunction(EApiId_vded2_slider_pane_g_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 TAknWindowComponentLayout vded2_slider_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_pane_g_sig*)(GetFunction(EApiId_vded2_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : vded2_slider_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22447
	inline TAknWindowComponentLayout vded2_slider_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_bg_pane_g1_sig*)(GetFunction(EApiId_vded2_slider_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22449
	inline TAknWindowComponentLayout vded2_slider_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_bg_pane_g2_sig*)(GetFunction(EApiId_vded2_slider_bg_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout vded2_slider_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_bg_pane_g3_sig*)(GetFunction(EApiId_vded2_slider_bg_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vded2_slider_bg_pane_g_Limits() const		{ return (*(Tvded2_slider_bg_pane_g_Limits_sig*)(GetFunction(EApiId_vded2_slider_bg_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout vded2_slider_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvded2_slider_bg_pane_g_sig*)(GetFunction(EApiId_vded2_slider_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22457
	// LAF Table : main_postcard_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22458
	inline TAknLayoutScalableParameterLimits aid_postcard_touch_down_pane_ParamLimits(TInt aVariety) const		{ return (*(Taid_postcard_touch_down_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_postcard_touch_down_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22460
	inline TAknWindowComponentLayout aid_postcard_touch_down_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_postcard_touch_down_pane_sig*)(GetFunction(EApiId_aid_postcard_touch_down_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22462
	inline TAknLayoutScalableParameterLimits aid_postcard_touch_up_pane_ParamLimits(TInt aVariety) const		{ return (*(Taid_postcard_touch_up_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_postcard_touch_up_pane_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_postcard_touch_up_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_postcard_touch_up_pane_sig*)(GetFunction(EApiId_aid_postcard_touch_up_pane)))(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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22467
	inline TAknWindowComponentLayout main_blid2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_blid2_pane_sig*)(GetFunction(EApiId_main_blid2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22469
	inline TAknWindowComponentLayout popup_blid2_search_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid2_search_window_sig*)(GetFunction(EApiId_popup_blid2_search_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22471
	// LAF Table : main_blid2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22472
	inline TAknWindowComponentLayout blid2_gps_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_gps_pane_sig*)(GetFunction(EApiId_blid2_gps_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 TAknWindowComponentLayout blid2_navig_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_pane_sig*)(GetFunction(EApiId_blid2_navig_pane)))(aVariety, aCol, aRow); }
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 blid2_search_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_search_pane_sig*)(GetFunction(EApiId_blid2_search_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 TAknWindowComponentLayout blid2_tripm_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_sig*)(GetFunction(EApiId_blid2_tripm_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : blid2_search_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22481
	inline TAknLayoutScalableParameterLimits blid2_search_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_search_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_blid2_search_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22483
	inline TAknWindowComponentLayout blid2_search_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_search_pane_g1_sig*)(GetFunction(EApiId_blid2_search_pane_g1)))(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 TAknLayoutScalableParameterLimits blid2_search_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_search_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_blid2_search_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout blid2_search_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_search_pane_t1_sig*)(GetFunction(EApiId_blid2_search_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22489
	// LAF Table : blid2_gps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22490
	inline TAknLayoutScalableParameterLimits aid_size_cell_blid2_gps_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_blid2_gps_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_blid2_gps_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout aid_size_cell_blid2_gps(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_blid2_gps_sig*)(GetFunction(EApiId_aid_size_cell_blid2_gps)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22494
	inline TAknLayoutScalableParameterLimits blid2_gps_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_gps_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_blid2_gps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22496
	inline TAknWindowComponentLayout blid2_gps_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_gps_pane_g1_sig*)(GetFunction(EApiId_blid2_gps_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_blid2_satellite_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_blid2_satellite_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_blid2_satellite_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout grid_blid2_satellite_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_blid2_satellite_pane_sig*)(GetFunction(EApiId_grid_blid2_satellite_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22502
	// LAF Table : blid2_navig_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22503
	inline TAknLayoutScalableParameterLimits blid2_navig_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_navig_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_blid2_navig_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout blid2_navig_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_pane_g1_sig*)(GetFunction(EApiId_blid2_navig_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22507
	inline TAknLayoutScalableParameterLimits blid2_navig_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_navig_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_blid2_navig_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22509
	inline TAknTextComponentLayout blid2_navig_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_pane_t1_sig*)(GetFunction(EApiId_blid2_navig_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22511
	inline TAknLayoutScalableParameterLimits blid2_navig_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_navig_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_blid2_navig_pane_t2_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 TAknTextComponentLayout blid2_navig_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_pane_t2_sig*)(GetFunction(EApiId_blid2_navig_pane_t2)))(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 TAknLayoutScalableTableLimits blid2_navig_pane_t_Limits() const		{ return (*(Tblid2_navig_pane_t_Limits_sig*)(GetFunction(EApiId_blid2_navig_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits blid2_navig_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tblid2_navig_pane_t_ParamLimits_sig*)(GetFunction(EApiId_blid2_navig_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout blid2_navig_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_pane_t_sig*)(GetFunction(EApiId_blid2_navig_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_navig_ring_pane_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_navig_ring_pane_ParamLimits_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_navig_ring_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_sig*)(GetFunction(EApiId_blid2_navig_ring_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_speed_pane_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_speed_pane_ParamLimits_sig*)(GetFunction(EApiId_blid2_speed_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_speed_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_speed_pane_sig*)(GetFunction(EApiId_blid2_speed_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22530
	inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22531
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22532
	inline TAknWindowComponentLayout blid2_tripm_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g1_sig*)(GetFunction(EApiId_blid2_tripm_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_tripm_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g2_sig*)(GetFunction(EApiId_blid2_tripm_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout blid2_tripm_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g3_sig*)(GetFunction(EApiId_blid2_tripm_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g4_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout blid2_tripm_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g4_sig*)(GetFunction(EApiId_blid2_tripm_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22546
	inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22548
	inline TAknWindowComponentLayout blid2_tripm_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g5_sig*)(GetFunction(EApiId_blid2_tripm_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22550
	inline TAknLayoutScalableTableLimits blid2_tripm_pane_g_Limits() const		{ return (*(Tblid2_tripm_pane_g_Limits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout blid2_tripm_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g_sig*)(GetFunction(EApiId_blid2_tripm_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout blid2_tripm_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_t1_sig*)(GetFunction(EApiId_blid2_tripm_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout blid2_tripm_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_t2_sig*)(GetFunction(EApiId_blid2_tripm_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout blid2_tripm_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_t3_sig*)(GetFunction(EApiId_blid2_tripm_pane_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits blid2_tripm_pane_t_Limits() const		{ return (*(Tblid2_tripm_pane_t_Limits_sig*)(GetFunction(EApiId_blid2_tripm_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits blid2_tripm_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tblid2_tripm_pane_t_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknTextComponentLayout blid2_tripm_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_t_sig*)(GetFunction(EApiId_blid2_tripm_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22574
	// LAF Table : grid_blid2_satellite_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22575
	inline TAknLayoutScalableParameterLimits cell_blid2_satellite_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_blid2_satellite_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_blid2_satellite_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cell_blid2_satellite_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_blid2_satellite_pane_sig*)(GetFunction(EApiId_cell_blid2_satellite_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22579
	// LAF Table : cell_blid2_satellite_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22580
	inline TAknWindowComponentLayout cell_blid2_satellite_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_blid2_satellite_pane_g1_sig*)(GetFunction(EApiId_cell_blid2_satellite_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 TAknTextComponentLayout cell_blid2_satellite_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_blid2_satellite_pane_t1_sig*)(GetFunction(EApiId_cell_blid2_satellite_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : blid2_speed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22585
	inline TAknWindowComponentLayout blid2_speed_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_speed_pane_g1_sig*)(GetFunction(EApiId_blid2_speed_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22587
	inline TAknTextComponentLayout blid2_speed_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_speed_pane_t1_sig*)(GetFunction(EApiId_blid2_speed_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22589
	inline TAknTextComponentLayout blid2_speed_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_speed_pane_t2_sig*)(GetFunction(EApiId_blid2_speed_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22591
	inline TAknLayoutScalableTableLimits blid2_speed_pane_t_Limits() const		{ return (*(Tblid2_speed_pane_t_Limits_sig*)(GetFunction(EApiId_blid2_speed_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22593
	inline TAknTextComponentLayout blid2_speed_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_speed_pane_t_sig*)(GetFunction(EApiId_blid2_speed_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22595
	// LAF Table : blid2_navig_ring_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22596
	inline TAknWindowComponentLayout blid2_navig_ring_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_g1_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout blid2_navig_ring_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_g2_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g2)))(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
	inline TAknWindowComponentLayout blid2_navig_ring_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_g3_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22602
	inline TAknWindowComponentLayout blid2_navig_ring_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_g4_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22604
	inline TAknWindowComponentLayout blid2_navig_ring_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_g5_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22606
	inline TAknLayoutScalableTableLimits blid2_navig_ring_pane_g_Limits() const		{ return (*(Tblid2_navig_ring_pane_g_Limits_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22608
	inline TAknWindowComponentLayout blid2_navig_ring_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_navig_ring_pane_g_sig*)(GetFunction(EApiId_blid2_navig_ring_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22610
	// LAF Table : popup_blid2_search_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22611
	inline TAknWindowComponentLayout bg_popup_window_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp011_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp011)))(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 TAknWindowComponentLayout popup_blid2_search_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid2_search_window_g1_sig*)(GetFunction(EApiId_popup_blid2_search_window_g1)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout popup_blid2_search_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid2_search_window_t1_sig*)(GetFunction(EApiId_popup_blid2_search_window_t1)))(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 TAknTextComponentLayout popup_blid2_search_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid2_search_window_t2_sig*)(GetFunction(EApiId_popup_blid2_search_window_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_blid2_search_window_t_Limits() const		{ return (*(Tpopup_blid2_search_window_t_Limits_sig*)(GetFunction(EApiId_popup_blid2_search_window_t_Limits)))(); }
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 TAknTextComponentLayout popup_blid2_search_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid2_search_window_t_sig*)(GetFunction(EApiId_popup_blid2_search_window_t)))(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 : main_browser_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22624
	inline TAknWindowComponentLayout main_browser_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_browser_pane_g1_sig*)(GetFunction(EApiId_main_browser_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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22627
	inline TAknLayoutScalableParameterLimits main_browser_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_browser_pane_ParamLimits_sig*)(GetFunction(EApiId_main_browser_pane_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
	// LAF Table : cell_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22630
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp011_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp011_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp011_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22632
	inline TAknLayoutScalableParameterLimits cell_vitu2_function_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22634
	// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22635
	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
 22636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22637
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tinput_focus_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22639
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_vitu2_query_button_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22641
	inline TAknWindowComponentLayout popup_vitu2_query_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_button_pane_sig*)(GetFunction(EApiId_popup_vitu2_query_button_pane)))(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
	inline TAknWindowComponentLayout popup_vitu2_query_input_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_input_button_pane_sig*)(GetFunction(EApiId_popup_vitu2_query_input_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22645
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22647
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22649
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22651
	// LAF Table : popup_vitu2_query_input_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22652
	inline TAknWindowComponentLayout bg_button_pane_cp026(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp026_sig*)(GetFunction(EApiId_bg_button_pane_cp026)))(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 popup_vitu2_query_input_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_input_button_pane_g1_sig*)(GetFunction(EApiId_popup_vitu2_query_input_button_pane_g1)))(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
	// LAF Table : popup_vitu2_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22657
	inline TAknWindowComponentLayout bg_button_pane_cp025(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp025_sig*)(GetFunction(EApiId_bg_button_pane_cp025)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22659
	inline TAknTextComponentLayout popup_vitu2_query_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_button_pane_t1_sig*)(GetFunction(EApiId_popup_vitu2_query_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22661
	// LAF Table : main_mp3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22662
	inline TAknTextComponentLayout main_mp3_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp3_pane_t6_sig*)(GetFunction(EApiId_main_mp3_pane_t6)))(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_slider_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_cp01_sig*)(GetFunction(EApiId_popup_slider_window_cp01)))(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
	// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22667
	inline TAknWindowComponentLayout cam4_battery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_sig*)(GetFunction(EApiId_cam4_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22669
	// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22670
	inline TAknWindowComponentLayout cam4_battery_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_cp02_sig*)(GetFunction(EApiId_cam4_battery_pane_cp02)))(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
	// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22673
	inline TAknWindowComponentLayout cam4_battery_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_cp01_sig*)(GetFunction(EApiId_cam4_battery_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22675
	inline TAknWindowComponentLayout cam4_battery_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_cp03_sig*)(GetFunction(EApiId_cam4_battery_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22677
	// LAF Table : cam4_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22678
	inline TAknWindowComponentLayout cam4_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_g1_sig*)(GetFunction(EApiId_cam4_battery_pane_g1)))(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
	inline TAknWindowComponentLayout cam4_battery_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_g2_sig*)(GetFunction(EApiId_cam4_battery_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22682
	inline TAknLayoutScalableTableLimits cam4_battery_pane_g_Limits() const		{ return (*(Tcam4_battery_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_battery_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22684
	inline TAknWindowComponentLayout cam4_battery_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_battery_pane_g_sig*)(GetFunction(EApiId_cam4_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22686
	// LAF Table : popup_blid_sat_info2_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22687
	inline TAknTextComponentLayout popup_blid_sat_info2_window_t11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_blid_sat_info2_window_t11_sig*)(GetFunction(EApiId_popup_blid_sat_info2_window_t11)))(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 : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22690
	inline TAknLayoutScalableParameterLimits aid_size_touch_mv_arrow_left_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_mv_arrow_left_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_mv_arrow_left_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits aid_size_touch_mv_arrow_right_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_mv_arrow_right_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_mv_arrow_right_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits navi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_g1_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits navi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits navi_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22700
	inline TAknLayoutScalableParameterLimits navi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tnavi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22702
	inline TAknLayoutScalableParameterLimits navi_pane_mv_t1_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_pane_mv_t1_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_mv_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22704
	// LAF Table : listscroll_imed_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22705
	inline TAknLayoutScalableParameterLimits grid_imed_effect_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_imed_effect_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_imed_effect_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22707
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22708
	inline TAknWindowComponentLayout aid_placing_vt_slider_lsc(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_placing_vt_slider_lsc_sig*)(GetFunction(EApiId_aid_placing_vt_slider_lsc)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22710
	inline TAknWindowComponentLayout aid_placing_vt_slider_prt(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_placing_vt_slider_prt_sig*)(GetFunction(EApiId_aid_placing_vt_slider_prt)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22712
	// LAF Table : popup_image_details_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22713
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp01_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 TAknLayoutScalableParameterLimits popup_image_details_window_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_g1_ParamLimits)))(aVariety); }
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 popup_image_details_window_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_g2_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 TAknLayoutScalableParameterLimits popup_image_details_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_image_details_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_image_details_window_g3_sig*)(GetFunction(EApiId_popup_image_details_window_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_image_details_window_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_image_details_window_g_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_g_ParamLimits)))(aLineIndex, aVariety); }
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 popup_image_details_window_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_t1_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 TAknLayoutScalableParameterLimits popup_image_details_window_t2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_t2_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_t2_ParamLimits)))(aVariety); }
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 popup_image_details_window_t3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_t3_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_t3_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 TAknLayoutScalableParameterLimits popup_image_details_window_t4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_t4_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_t4_ParamLimits)))(aVariety); }
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 popup_image_details_window_t5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_image_details_window_t5_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_t5_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 TAknLayoutScalableParameterLimits popup_image_details_window_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_image_details_window_t_ParamLimits_sig*)(GetFunction(EApiId_popup_image_details_window_t_ParamLimits)))(aLineIndex, aVariety); }
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
	// LAF Table : cl_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22738
	inline TAknLayoutScalableParameterLimits cl_header_name_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_name_pane_ParamLimits_sig*)(GetFunction(EApiId_cl_header_name_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22740
	inline TAknWindowComponentLayout cl_header_name_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_name_pane_sig*)(GetFunction(EApiId_cl_header_name_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22742
	// LAF Table : cl_header_name_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22743
	inline TAknLayoutScalableParameterLimits cl_header_name_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_name_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cl_header_name_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cl_header_name_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_name_pane_t1_sig*)(GetFunction(EApiId_cl_header_name_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cl_header_name_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_name_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cl_header_name_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cl_header_name_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_name_pane_t2_sig*)(GetFunction(EApiId_cl_header_name_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cl_header_name_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcl_header_name_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cl_header_name_pane_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout cl_header_name_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_name_pane_t3_sig*)(GetFunction(EApiId_cl_header_name_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22755
	inline TAknLayoutScalableTableLimits cl_header_name_pane_t_Limits() const		{ return (*(Tcl_header_name_pane_t_Limits_sig*)(GetFunction(EApiId_cl_header_name_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22757
	inline TAknLayoutScalableParameterLimits cl_header_name_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcl_header_name_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cl_header_name_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22759
	inline TAknTextComponentLayout cl_header_name_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcl_header_name_pane_t_sig*)(GetFunction(EApiId_cl_header_name_pane_t)))(aLineIndex, 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 : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22762
	inline TAknLayoutScalableParameterLimits navi_pane_mv_g2_ParamLimits(TInt aVariety) const		{ return (*(Tnavi_pane_mv_g2_ParamLimits_sig*)(GetFunction(EApiId_navi_pane_mv_g2_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
	// LAF Table : field_vitu2_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22765
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22767
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22769
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22771
	inline TAknWindowComponentLayout field_vitu2_entry_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_vitu2_entry_pane_g3_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22773
	inline TAknLayoutScalableParameterLimits field_vitu2_entry_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tfield_vitu2_entry_pane_g_ParamLimits_sig*)(GetFunction(EApiId_field_vitu2_entry_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22775
	// LAF Table : cell_vitu2_itu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22776
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g1_ParamLimits)))(aVariety); }
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 cell_vitu2_itu_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g2_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 cell_vitu2_itu_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_g2_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g2)))(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
	inline TAknLayoutScalableTableLimits cell_vitu2_itu_pane_g_Limits() const		{ return (*(Tcell_vitu2_itu_pane_g_Limits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22784
	inline TAknLayoutScalableParameterLimits cell_vitu2_itu_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_vitu2_itu_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22786
	inline TAknWindowComponentLayout cell_vitu2_itu_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_itu_pane_g_sig*)(GetFunction(EApiId_cell_vitu2_itu_pane_g)))(aLineIndex, 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 : cell_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22789
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp05_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp05_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
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp05_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22793
	// LAF Table : cell_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22794
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp03_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp03)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_vitu2_function_top_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22797
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp04_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22799
	// LAF Table : cell_vitu2_dropdown_list_ctrl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22800
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp10_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_vkb2_func_pane_cp10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp10_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp10)))(aVariety, aCol, aRow); }
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
	// LAF Table : area_vitu2_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22805
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp08_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22807
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp06_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22809
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp07(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp07_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22811
	// LAF Table : vitu2_page_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22812
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp11_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp11_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp11_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 TAknWindowComponentLayout bg_vkb2_func_pane_cp11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp11_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp11)))(aVariety, aCol, aRow); }
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 bg_vkb2_func_pane_cp12_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp12_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp12_ParamLimits)))(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 TAknWindowComponentLayout bg_vkb2_func_pane_cp12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp12_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp12)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_vitu2_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22821
	inline TAknWindowComponentLayout bg_vkb2_func_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_vkb2_func_pane_cp09_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22823
	// LAF Table : bg_vkb2_func_pane_cp03
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22824
	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
 22825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22826
	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
 22827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22828
	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
 22829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22830
	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
 22831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22832
	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
 22833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22834
	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
 22835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22836
	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
 22837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22838
	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
 22839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22840
	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
 22841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22842
	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
 22843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22844
	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
 22845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22846
	// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22847
	inline TAknLayoutScalableParameterLimits blid2_tripm_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22849
	inline TAknWindowComponentLayout blid2_tripm_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_g6_sig*)(GetFunction(EApiId_blid2_tripm_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22851
	// LAF Table : mp4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22852
	inline TAknWindowComponentLayout mp4_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmp4_progress_pane_g1_sig*)(GetFunction(EApiId_mp4_progress_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22854
	// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22855
	inline TAknLayoutScalableParameterLimits blid2_tripm_values_pane_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_values_pane_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout blid2_tripm_values_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_sig*)(GetFunction(EApiId_blid2_tripm_values_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22859
	// LAF Table : blid2_tripm_values_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22860
	inline TAknTextComponentLayout blid2_tripm_values_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t1_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t1)))(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 TAknTextComponentLayout blid2_tripm_values_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t2_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t2)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t3_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t3)))(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 TAknTextComponentLayout blid2_tripm_values_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t4_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t4)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t5_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t5)))(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 TAknTextComponentLayout blid2_tripm_values_pane_t6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t6_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t6)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t7_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t7)))(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 TAknTextComponentLayout blid2_tripm_values_pane_t8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t8_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t8)))(aVariety, aCol, aRow); }
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 TAknTextComponentLayout blid2_tripm_values_pane_t9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t9_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t9)))(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 blid2_tripm_values_pane_t_Limits() const		{ return (*(Tblid2_tripm_values_pane_t_Limits_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t_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 TAknTextComponentLayout blid2_tripm_values_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_values_pane_t_sig*)(GetFunction(EApiId_blid2_tripm_values_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22883
	inline TAknLayoutScalableParameterLimits call_video_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcall_video_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_call_video_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22885
	inline TAknLayoutScalableParameterLimits call_video_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcall_video_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_call_video_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22887
	inline TAknLayoutScalableParameterLimits call_video_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcall_video_pane_t_ParamLimits_sig*)(GetFunction(EApiId_call_video_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22889
	// LAF Table : msg_header_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22890
	inline TAknLayoutScalableParameterLimits msg_header_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmsg_header_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_msg_header_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits msg_header_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmsg_header_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_msg_header_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22894
	inline TAknWindowComponentLayout msg_header_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_g2_sig*)(GetFunction(EApiId_msg_header_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22896
	inline TAknLayoutScalableTableLimits msg_header_pane_g_Limits() const		{ return (*(Tmsg_header_pane_g_Limits_sig*)(GetFunction(EApiId_msg_header_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22898
	inline TAknLayoutScalableParameterLimits msg_header_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmsg_header_pane_g_ParamLimits_sig*)(GetFunction(EApiId_msg_header_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout msg_header_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmsg_header_pane_g_sig*)(GetFunction(EApiId_msg_header_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22902
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22903
	inline TAknLayoutScalableParameterLimits main_clock2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_ParamLimits)))(aVariety); }
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
	// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22906
	inline TAknLayoutScalableParameterLimits grid_clock2_toolbar_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_clock2_toolbar_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_clock2_toolbar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22908
	inline TAknWindowComponentLayout grid_clock2_toolbar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_clock2_toolbar_pane_sig*)(GetFunction(EApiId_grid_clock2_toolbar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22910
	inline TAknLayoutScalableParameterLimits listscroll_clock2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_clock2_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_clock2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22912
	inline TAknWindowComponentLayout listscroll_clock2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_clock2_pane_sig*)(GetFunction(EApiId_listscroll_clock2_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_clock2_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_clock2_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_t3_sig*)(GetFunction(EApiId_main_clock2_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22918
	inline TAknLayoutScalableParameterLimits main_clock2_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22920
	inline TAknTextComponentLayout main_clock2_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_t4_sig*)(GetFunction(EApiId_main_clock2_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22922
	// LAF Table : grid_clock2_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22923
	inline TAknWindowComponentLayout cell_clock2_toolbar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_clock2_toolbar_pane_sig*)(GetFunction(EApiId_cell_clock2_toolbar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22925
	inline TAknWindowComponentLayout cell_clock2_toolbar_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_clock2_toolbar_pane_cp01_sig*)(GetFunction(EApiId_cell_clock2_toolbar_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22927
	inline TAknWindowComponentLayout cell_clock2_toolbar_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_clock2_toolbar_pane_cp02_sig*)(GetFunction(EApiId_cell_clock2_toolbar_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22929
	inline TAknWindowComponentLayout cell_clock2_toolbar_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_clock2_toolbar_pane_cp03_sig*)(GetFunction(EApiId_cell_clock2_toolbar_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22931
	// LAF Table : listscroll_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22932
	inline TAknWindowComponentLayout list_clock2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_clock2_pane_sig*)(GetFunction(EApiId_list_clock2_pane)))(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 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
 22935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22936
	// LAF Table : list_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22937
	inline TAknLayoutScalableParameterLimits list_single_clock2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_clock2_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_clock2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22939
	inline TAknWindowComponentLayout list_single_clock2_pane(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tlist_single_clock2_pane_sig*)(GetFunction(EApiId_list_single_clock2_pane)))(aRow, aVariety, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22941
	// LAF Table : list_single_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22942
	inline TAknWindowComponentLayout list_highlight_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp08_sig*)(GetFunction(EApiId_list_highlight_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22944
	inline TAknTextComponentLayout list_single_clock2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_clock2_pane_t1_sig*)(GetFunction(EApiId_list_single_clock2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22946
	inline TAknTextComponentLayout list_single_clock2_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_clock2_pane_t2_sig*)(GetFunction(EApiId_list_single_clock2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22948
	inline TAknLayoutScalableTableLimits list_single_clock2_pane_t_Limits() const		{ return (*(Tlist_single_clock2_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_clock2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22950
	inline TAknTextComponentLayout list_single_clock2_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_clock2_pane_t_sig*)(GetFunction(EApiId_list_single_clock2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22952
	// LAF Table : cell_clock2_toolbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22953
	inline TAknWindowComponentLayout bg_button_pane_cp10(TInt aVariety = 0, 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
 22954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22955
	inline TAknWindowComponentLayout cell_clock2_toolbar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_clock2_toolbar_pane_g1_sig*)(GetFunction(EApiId_cell_clock2_toolbar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22957
	// LAF Table : main_viewer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22958
	inline TAknLayoutScalableParameterLimits aid_main_viewer_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taid_main_viewer_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22960
	inline TAknWindowComponentLayout aid_main_viewer_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_main_viewer_pane_g1_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22962
	inline TAknLayoutScalableParameterLimits aid_main_viewer_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taid_main_viewer_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g2_ParamLimits)))(aVariety); }
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_main_viewer_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_main_viewer_pane_g2_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g2)))(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 TAknLayoutScalableParameterLimits aid_main_viewer_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taid_main_viewer_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g3_ParamLimits)))(aVariety); }
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 aid_main_viewer_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_main_viewer_pane_g3_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g3)))(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 TAknLayoutScalableParameterLimits aid_main_viewer_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Taid_main_viewer_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_main_viewer_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_main_viewer_pane_g4_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits aid_main_viewer_pane_g_Limits() const		{ return (*(Taid_main_viewer_pane_g_Limits_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits aid_main_viewer_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taid_main_viewer_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 aid_main_viewer_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_main_viewer_pane_g_sig*)(GetFunction(EApiId_aid_main_viewer_pane_g)))(aLineIndex, 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_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22981
	inline TAknLayoutScalableParameterLimits main_calc_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_calc_pane_ParamLimits_sig*)(GetFunction(EApiId_main_calc_pane_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 TAknLayoutScalableParameterLimits main_dialer2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_dialer2_pane_ParamLimits_sig*)(GetFunction(EApiId_main_dialer2_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_cam6_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam6_pane_sig*)(GetFunction(EApiId_main_cam6_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22987
	inline TAknWindowComponentLayout main_vid6_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_vid6_pane_sig*)(GetFunction(EApiId_main_vid6_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22989
	// LAF Table : main_clock2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22990
	inline TAknLayoutScalableParameterLimits listscroll_gen_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_gen_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_listscroll_gen_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22992
	inline TAknWindowComponentLayout listscroll_gen_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gen_pane_cp06_sig*)(GetFunction(EApiId_listscroll_gen_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22994
	inline TAknLayoutScalableParameterLimits main_clock2_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_clock2_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_clock2_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22996
	inline TAknTextComponentLayout main_clock2_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_clock2_pane_t5_sig*)(GetFunction(EApiId_main_clock2_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22998
	// LAF Table : popup_clock_analogue_window_cp03
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 22999
	inline TAknLayoutScalableParameterLimits aid_call2_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Taid_call2_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_aid_call2_pane_cp10_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits aid_call_pane_cp10_ParamLimits(TInt aVariety) const		{ return (*(Taid_call_pane_cp10_ParamLimits_sig*)(GetFunction(EApiId_aid_call_pane_cp10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23003
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_g1_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23005
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g2_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_g2_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23007
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23009
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g4_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_g4_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23011
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g5_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_g5_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g5_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_g_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23015
	inline TAknLayoutScalableParameterLimits popup_clock_analogue_window_cp10_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_clock_analogue_window_cp10_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_clock_analogue_window_cp10_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23017
	// LAF Table : cell_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23018
	inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer2_keypad_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g2_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
	inline TAknWindowComponentLayout cell_dialer2_keypad_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer2_keypad_pane_g2_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23022
	inline TAknLayoutScalableTableLimits cell_dialer2_keypad_pane_g_Limits() const		{ return (*(Tcell_dialer2_keypad_pane_g_Limits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23024
	inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_dialer2_keypad_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout cell_dialer2_keypad_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer2_keypad_pane_g_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout cell_dialer2_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer2_keypad_pane_t1_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_cam_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23031
	inline TAknLayoutScalableParameterLimits main_cset_text2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_text2_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset_text2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23033
	inline TAknWindowComponentLayout main_cset_text2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text2_pane_sig*)(GetFunction(EApiId_main_cset_text2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23035
	// LAF Table : area_vitu2_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23036
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23038
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23040
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_g_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknLayoutScalableParameterLimits area_vitu2_query_pane_t7_ParamLimits(TInt aVariety) const		{ return (*(Tarea_vitu2_query_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23044
	inline TAknTextComponentLayout area_vitu2_query_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_vitu2_query_pane_t7_sig*)(GetFunction(EApiId_area_vitu2_query_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23046
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp018_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp018_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp018_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23048
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp021_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp021_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp021_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 TAknLayoutScalableParameterLimits bg_button_pane_cp022_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp022_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp022_ParamLimits)))(aVariety); }
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
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23054
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23056
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp07_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits input_focus_pane_cp09_ParamLimits(TInt aVariety) const		{ return (*(Tinput_focus_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp09_ParamLimits)))(aVariety); }
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
	// LAF Table : main_cam6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23061
	inline TAknLayoutScalableParameterLimits cam6_autofocus_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_autofocus_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_autofocus_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23063
	inline TAknWindowComponentLayout cam6_autofocus_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_autofocus_pane_sig*)(GetFunction(EApiId_cam6_autofocus_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23065
	inline TAknLayoutScalableParameterLimits cam6_image_uncrop_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_image_uncrop_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_image_uncrop_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23067
	inline TAknWindowComponentLayout cam6_image_uncrop_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_image_uncrop_pane_sig*)(GetFunction(EApiId_cam6_image_uncrop_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23069
	inline TAknLayoutScalableParameterLimits cam6_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_indi_pane_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 cam6_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_sig*)(GetFunction(EApiId_cam6_indi_pane)))(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
	inline TAknLayoutScalableParameterLimits cam6_mode_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_mode_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23075
	inline TAknWindowComponentLayout cam6_mode_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_sig*)(GetFunction(EApiId_cam6_mode_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23077
	inline TAknLayoutScalableParameterLimits cam6_timer_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_timer_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_timer_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23079
	inline TAknWindowComponentLayout cam6_timer_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_timer_pane_sig*)(GetFunction(EApiId_cam6_timer_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cam6_zoom_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_zoom_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_zoom_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cam6_zoom_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_sig*)(GetFunction(EApiId_cam6_zoom_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23085
	// LAF Table : cam6_mode_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23086
	inline TAknLayoutScalableParameterLimits cam6_mode_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_mode_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout cam6_mode_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_g1_sig*)(GetFunction(EApiId_cam6_mode_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cam6_mode_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_mode_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cam6_mode_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_g2_sig*)(GetFunction(EApiId_cam6_mode_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23094
	inline TAknLayoutScalableParameterLimits cam6_mode_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_mode_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23096
	inline TAknWindowComponentLayout cam6_mode_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_g3_sig*)(GetFunction(EApiId_cam6_mode_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23098
	inline TAknLayoutScalableParameterLimits cam6_mode_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_mode_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23100
	inline TAknWindowComponentLayout cam6_mode_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_g4_sig*)(GetFunction(EApiId_cam6_mode_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23102
	inline TAknLayoutScalableTableLimits cam6_mode_pane_g_Limits() const		{ return (*(Tcam6_mode_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_mode_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23104
	inline TAknLayoutScalableParameterLimits cam6_mode_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcam6_mode_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23106
	inline TAknWindowComponentLayout cam6_mode_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_g_sig*)(GetFunction(EApiId_cam6_mode_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23108
	// LAF Table : cam6_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23109
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp08_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_tb_trans_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp08_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp08)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits cam6_battery_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_battery_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_battery_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cam6_battery_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_battery_pane_sig*)(GetFunction(EApiId_cam6_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23117
	inline TAknLayoutScalableParameterLimits cam6_indi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_indi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cam6_indi_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23119
	inline TAknWindowComponentLayout cam6_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_g1_sig*)(GetFunction(EApiId_cam6_indi_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23121
	inline TAknLayoutScalableParameterLimits cam6_indi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_indi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cam6_indi_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23123
	inline TAknWindowComponentLayout cam6_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_g2_sig*)(GetFunction(EApiId_cam6_indi_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23125
	inline TAknLayoutScalableParameterLimits cam6_indi_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_indi_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cam6_indi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23127
	inline TAknWindowComponentLayout cam6_indi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_g3_sig*)(GetFunction(EApiId_cam6_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23129
	inline TAknLayoutScalableTableLimits cam6_indi_pane_g_Limits() const		{ return (*(Tcam6_indi_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_indi_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23131
	inline TAknLayoutScalableParameterLimits cam6_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcam6_indi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cam6_indi_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23133
	inline TAknWindowComponentLayout cam6_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_g_sig*)(GetFunction(EApiId_cam6_indi_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23135
	inline TAknLayoutScalableParameterLimits cam6_indi_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_indi_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cam6_indi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23137
	inline TAknTextComponentLayout cam6_indi_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_t1_sig*)(GetFunction(EApiId_cam6_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23139
	// LAF Table : cam6_autofocus_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23140
	inline TAknWindowComponentLayout cam6_autofocus_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_autofocus_pane_g1_sig*)(GetFunction(EApiId_cam6_autofocus_pane_g1)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cam6_autofocus_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_autofocus_pane_g2_sig*)(GetFunction(EApiId_cam6_autofocus_pane_g2)))(aVariety, aCol, aRow); }
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 cam6_autofocus_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_autofocus_pane_g3_sig*)(GetFunction(EApiId_cam6_autofocus_pane_g3)))(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 TAknWindowComponentLayout cam6_autofocus_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_autofocus_pane_g4_sig*)(GetFunction(EApiId_cam6_autofocus_pane_g4)))(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
	inline TAknLayoutScalableTableLimits cam6_autofocus_pane_g_Limits() const		{ return (*(Tcam6_autofocus_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_autofocus_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23150
	inline TAknWindowComponentLayout cam6_autofocus_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_autofocus_pane_g_sig*)(GetFunction(EApiId_cam6_autofocus_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23152
	// LAF Table : cam6_timer_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23153
	inline TAknWindowComponentLayout cam6_timer_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_timer_pane_g1_sig*)(GetFunction(EApiId_cam6_timer_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23154
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23155
	inline TAknTextComponentLayout cam6_timer_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_timer_pane_t1_sig*)(GetFunction(EApiId_cam6_timer_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23157
	// LAF Table : cam6_zoom_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23158
	inline TAknWindowComponentLayout cam6_zoom_cont_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_cont_pane_sig*)(GetFunction(EApiId_cam6_zoom_cont_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cam6_zoom_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_g1_sig*)(GetFunction(EApiId_cam6_zoom_pane_g1)))(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 TAknWindowComponentLayout cam6_zoom_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_g2_sig*)(GetFunction(EApiId_cam6_zoom_pane_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout cam6_zoom_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_g3_sig*)(GetFunction(EApiId_cam6_zoom_pane_g3)))(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 cam6_zoom_pane_g_Limits() const		{ return (*(Tcam6_zoom_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_zoom_pane_g_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 TAknWindowComponentLayout cam6_zoom_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_g_sig*)(GetFunction(EApiId_cam6_zoom_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : cam6_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23171
	inline TAknWindowComponentLayout cam6_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_battery_pane_g1_sig*)(GetFunction(EApiId_cam6_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23173
	inline TAknWindowComponentLayout cam6_battery_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_battery_pane_g2_sig*)(GetFunction(EApiId_cam6_battery_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits cam6_battery_pane_g_Limits() const		{ return (*(Tcam6_battery_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_battery_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout cam6_battery_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_battery_pane_g_sig*)(GetFunction(EApiId_cam6_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23179
	// LAF Table : cam6_zoom_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23180
	inline TAknWindowComponentLayout cam6_zoom_cont_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_cont_pane_g1_sig*)(GetFunction(EApiId_cam6_zoom_cont_pane_g1)))(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
	inline TAknWindowComponentLayout cam6_zoom_cont_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_cont_pane_g2_sig*)(GetFunction(EApiId_cam6_zoom_cont_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23184
	inline TAknWindowComponentLayout cam6_zoom_cont_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_cont_pane_g3_sig*)(GetFunction(EApiId_cam6_zoom_cont_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23186
	inline TAknLayoutScalableTableLimits cam6_zoom_cont_pane_g_Limits() const		{ return (*(Tcam6_zoom_cont_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_zoom_cont_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23188
	inline TAknWindowComponentLayout cam6_zoom_cont_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_cont_pane_g_sig*)(GetFunction(EApiId_cam6_zoom_cont_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 : main_vid6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23191
	inline TAknLayoutScalableParameterLimits cam6_mode_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_mode_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cam6_mode_pane_cp_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 cam6_mode_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_cp_sig*)(GetFunction(EApiId_cam6_mode_pane_cp)))(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 cam6_zoom_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_zoom_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cam6_zoom_pane_cp_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 cam6_zoom_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_cp_sig*)(GetFunction(EApiId_cam6_zoom_pane_cp)))(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
	inline TAknLayoutScalableParameterLimits vid6_image_uncrop_cif_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_image_uncrop_cif_pane_ParamLimits_sig*)(GetFunction(EApiId_vid6_image_uncrop_cif_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23201
	inline TAknWindowComponentLayout vid6_image_uncrop_cif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_image_uncrop_cif_pane_sig*)(GetFunction(EApiId_vid6_image_uncrop_cif_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23203
	inline TAknLayoutScalableParameterLimits vid6_image_uncrop_nhd_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_image_uncrop_nhd_pane_ParamLimits_sig*)(GetFunction(EApiId_vid6_image_uncrop_nhd_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23205
	inline TAknWindowComponentLayout vid6_image_uncrop_nhd_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_image_uncrop_nhd_pane_sig*)(GetFunction(EApiId_vid6_image_uncrop_nhd_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23207
	inline TAknLayoutScalableParameterLimits vid6_image_uncrop_vga_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_image_uncrop_vga_pane_ParamLimits_sig*)(GetFunction(EApiId_vid6_image_uncrop_vga_pane_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 vid6_image_uncrop_vga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_image_uncrop_vga_pane_sig*)(GetFunction(EApiId_vid6_image_uncrop_vga_pane)))(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 vid6_image_uncrop_wvga_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_image_uncrop_wvga_pane_ParamLimits_sig*)(GetFunction(EApiId_vid6_image_uncrop_wvga_pane_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
	inline TAknWindowComponentLayout vid6_image_uncrop_wvga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_image_uncrop_wvga_pane_sig*)(GetFunction(EApiId_vid6_image_uncrop_wvga_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23215
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23217
	inline TAknWindowComponentLayout vid6_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_sig*)(GetFunction(EApiId_vid6_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23219
	// LAF Table : vid6_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23220
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp09_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp09_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp09_ParamLimits)))(aVariety); }
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_tb_trans_pane_cp09(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_tb_trans_pane_cp09_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp09)))(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 TAknLayoutScalableParameterLimits cam6_battery_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_battery_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_cam6_battery_pane_cp_ParamLimits)))(aVariety); }
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 cam6_battery_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_battery_pane_cp_sig*)(GetFunction(EApiId_cam6_battery_pane_cp)))(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 TAknLayoutScalableParameterLimits vid6_indi_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_g1_ParamLimits)))(aVariety); }
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 vid6_indi_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_g1_sig*)(GetFunction(EApiId_vid6_indi_pane_g1)))(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 TAknLayoutScalableParameterLimits vid6_indi_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_g2_ParamLimits)))(aVariety); }
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 vid6_indi_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_g2_sig*)(GetFunction(EApiId_vid6_indi_pane_g2)))(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
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23238
	inline TAknWindowComponentLayout vid6_indi_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_g3_sig*)(GetFunction(EApiId_vid6_indi_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23240
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23242
	inline TAknWindowComponentLayout vid6_indi_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_g4_sig*)(GetFunction(EApiId_vid6_indi_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23244
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23246
	inline TAknWindowComponentLayout vid6_indi_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_g5_sig*)(GetFunction(EApiId_vid6_indi_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits vid6_indi_pane_g_Limits() const		{ return (*(Tvid6_indi_pane_g_Limits_sig*)(GetFunction(EApiId_vid6_indi_pane_g_Limits)))(); }
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 vid6_indi_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvid6_indi_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_g_ParamLimits)))(aLineIndex, 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 vid6_indi_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_g_sig*)(GetFunction(EApiId_vid6_indi_pane_g)))(aLineIndex, 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
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23256
	inline TAknTextComponentLayout vid6_indi_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_t1_sig*)(GetFunction(EApiId_vid6_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23258
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23259
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23260
	inline TAknTextComponentLayout vid6_indi_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_t2_sig*)(GetFunction(EApiId_vid6_indi_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23261
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23262
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23264
	inline TAknTextComponentLayout vid6_indi_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_t3_sig*)(GetFunction(EApiId_vid6_indi_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23266
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_indi_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23268
	inline TAknTextComponentLayout vid6_indi_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_t4_sig*)(GetFunction(EApiId_vid6_indi_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23270
	inline TAknLayoutScalableTableLimits vid6_indi_pane_t_Limits() const		{ return (*(Tvid6_indi_pane_t_Limits_sig*)(GetFunction(EApiId_vid6_indi_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23272
	inline TAknLayoutScalableParameterLimits vid6_indi_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvid6_indi_pane_t_ParamLimits_sig*)(GetFunction(EApiId_vid6_indi_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23274
	inline TAknTextComponentLayout vid6_indi_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_indi_pane_t_sig*)(GetFunction(EApiId_vid6_indi_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23276
	inline TAknWindowComponentLayout wait_bar_pane_cp08(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp08_sig*)(GetFunction(EApiId_wait_bar_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23278
	// LAF Table : main_cset_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23279
	inline TAknLayoutScalableParameterLimits main_cset_text2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cset_text2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_cset_text2_pane_t1_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 TAknTextComponentLayout main_cset_text2_pane_t1(TInt aRow, TInt aVariety = 0, TInt aCol = 0) const		{ return (*(Tmain_cset_text2_pane_t1_sig*)(GetFunction(EApiId_main_cset_text2_pane_t1)))(aRow, aVariety, aCol); }
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
	// LAF Table : listscroll_gen_pane_cp06
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23284
	inline TAknLayoutScalableParameterLimits listscroll_gen_pane_cp06_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_gen_pane_cp06_t1_ParamLimits_sig*)(GetFunction(EApiId_listscroll_gen_pane_cp06_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23286
	inline TAknTextComponentLayout listscroll_gen_pane_cp06_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_gen_pane_cp06_t1_sig*)(GetFunction(EApiId_listscroll_gen_pane_cp06_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23288
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23289
	inline TAknWindowComponentLayout main_cam6_set_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam6_set_pane_sig*)(GetFunction(EApiId_main_cam6_set_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23292
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23294
	inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_indicators_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cam4_indicators_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23296
	inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_indicators_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cam4_indicators_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23298
	inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcam4_indicators_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cam4_indicators_pane_g_ParamLimits)))(aLineIndex, 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 TAknLayoutScalableParameterLimits cam4_indicators_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_indicators_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cam4_indicators_pane_t1_ParamLimits)))(aVariety); }
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
	// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23303
	inline TAknLayoutScalableParameterLimits bg_tb_trans_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Tbg_tb_trans_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_bg_tb_trans_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23305
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23307
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23309
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23311
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23313
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvid4_indicators_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23315
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23317
	// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23318
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23320
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23322
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_g3_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits vid4_progress_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_g4_ParamLimits)))(aVariety); }
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 TAknLayoutScalableParameterLimits vid4_progress_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvid4_progress_pane_g_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23330
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23332
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23334
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tvid4_progress_pane_t_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknLayoutScalableParameterLimits wait_bar_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Twait_bar_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp07_ParamLimits)))(aVariety); }
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 : main_cam6_set_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23339
	inline TAknLayoutScalableParameterLimits main_cam6_set_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cam6_set_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_cam6_set_pane_g2_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 main_cam6_set_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam6_set_pane_g2_sig*)(GetFunction(EApiId_main_cam6_set_pane_g2)))(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
	inline TAknLayoutScalableParameterLimits main_cset6_listscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_listscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23345
	inline TAknWindowComponentLayout main_cset6_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_listscroll_pane_sig*)(GetFunction(EApiId_main_cset6_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23347
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23349
	inline TAknWindowComponentLayout main_cset6_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_sig*)(GetFunction(EApiId_main_cset6_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23350
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23351
	inline TAknLayoutScalableParameterLimits main_cset6_text2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_text2_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_text2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23353
	inline TAknWindowComponentLayout main_cset6_text2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_text2_pane_sig*)(GetFunction(EApiId_main_cset6_text2_pane)))(aVariety, aCol, aRow); }
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 main_cset6_text_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_text_pane_sig*)(GetFunction(EApiId_main_cset6_text_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 : main_cset6_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23358
	inline TAknLayoutScalableParameterLimits main_cset_list_pane_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset_list_pane_copy1_ParamLimits_sig*)(GetFunction(EApiId_main_cset_list_pane_copy1_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 TAknWindowComponentLayout main_cset_list_pane_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_list_pane_copy1_sig*)(GetFunction(EApiId_main_cset_list_pane_copy1)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout scroll_pane_cp028_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp028_copy1_sig*)(GetFunction(EApiId_scroll_pane_cp028_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23364
	// LAF Table : main_cset_list_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23365
	inline TAknWindowComponentLayout cset_list_set_pane_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_copy1_sig*)(GetFunction(EApiId_cset_list_set_pane_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23367
	// LAF Table : cset_list_set_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23368
	inline TAknWindowComponentLayout aid_position_infowindow_above_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_position_infowindow_above_copy1_sig*)(GetFunction(EApiId_aid_position_infowindow_above_copy1)))(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 TAknWindowComponentLayout aid_position_infowindow_below_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_position_infowindow_below_copy1_sig*)(GetFunction(EApiId_aid_position_infowindow_below_copy1)))(aVariety, aCol, aRow); }
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 cset_list_set_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_g1_copy1_sig*)(GetFunction(EApiId_cset_list_set_pane_g1_copy1)))(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 cset_list_set_pane_g3_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tcset_list_set_pane_g3_copy1_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_g3_copy1_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 cset_list_set_pane_g3_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_g3_copy1_sig*)(GetFunction(EApiId_cset_list_set_pane_g3_copy1)))(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 TAknLayoutScalableParameterLimits cset_list_set_pane_t1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tcset_list_set_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_t1_copy1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cset_list_set_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_list_set_pane_t1_copy1_sig*)(GetFunction(EApiId_cset_list_set_pane_t1_copy1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_highlight_pane_cp021_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp021_copy1_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp021_copy1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_highlight_pane_cp021_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp021_copy1_sig*)(GetFunction(EApiId_list_highlight_pane_cp021_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23386
	// LAF Table : main_cset6_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23387
	inline TAknLayoutScalableParameterLimits cset6_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcset6_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_cset6_slider_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout cset6_slider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset6_slider_pane_sig*)(GetFunction(EApiId_cset6_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23391
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23393
	inline TAknWindowComponentLayout main_cset6_slider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g1_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23395
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g2_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 TAknWindowComponentLayout main_cset6_slider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g2_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g2)))(aVariety, aCol, aRow); }
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 main_cset6_slider_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g3_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 TAknWindowComponentLayout main_cset6_slider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g3_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g3)))(aVariety, aCol, aRow); }
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 main_cset6_slider_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g4_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 TAknWindowComponentLayout main_cset6_slider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g4_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g4)))(aVariety, aCol, aRow); }
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 main_cset6_slider_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g5_ParamLimits)))(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 TAknWindowComponentLayout main_cset6_slider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g5_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g5)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23413
	inline TAknWindowComponentLayout main_cset6_slider_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g7_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23415
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23417
	inline TAknWindowComponentLayout main_cset6_slider_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g8_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23419
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23421
	inline TAknWindowComponentLayout main_cset6_slider_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g9_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g10_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g10_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_cset6_slider_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g10_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g10)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g11_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g11_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g11_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_cset6_slider_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g11_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23431
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g12_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g12_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g12_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23433
	inline TAknWindowComponentLayout main_cset6_slider_pane_g12(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g12_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23435
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g13_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g13_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g13_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23437
	inline TAknWindowComponentLayout main_cset6_slider_pane_g13(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g13_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g13)))(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 main_cset6_slider_pane_g14_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g14_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g14_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 TAknWindowComponentLayout main_cset6_slider_pane_g14(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g14_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g14)))(aVariety, aCol, aRow); }
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 main_cset6_slider_pane_g15_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g15_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g15_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 TAknWindowComponentLayout main_cset6_slider_pane_g15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g15_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g15)))(aVariety, aCol, aRow); }
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 main_cset6_slider_pane_g16_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g16_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g16_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
	inline TAknWindowComponentLayout main_cset6_slider_pane_g16(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g16_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23451
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g17_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g17_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g17_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23453
	inline TAknWindowComponentLayout main_cset6_slider_pane_g17(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g17_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23455
	inline TAknLayoutScalableTableLimits main_cset6_slider_pane_g_Limits() const		{ return (*(Tmain_cset6_slider_pane_g_Limits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout main_cset6_slider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23461
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23463
	inline TAknTextComponentLayout main_cset6_slider_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t1_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23465
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23467
	inline TAknTextComponentLayout main_cset6_slider_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t2_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23469
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t3_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_cset6_slider_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t3_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23473
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23475
	inline TAknTextComponentLayout main_cset6_slider_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t4_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23477
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t5_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t5_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t5)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t7_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t7_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t7)))(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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t8_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t8_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t8_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_cset6_slider_pane_t8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t8_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t8)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits main_cset6_slider_pane_t9_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t9_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t9_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout main_cset6_slider_pane_t9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t9_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23493
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t10_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t10_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23495
	inline TAknTextComponentLayout main_cset6_slider_pane_t10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t10_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23497
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t11_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t11_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t11_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 TAknTextComponentLayout main_cset6_slider_pane_t11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t11_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t11)))(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 main_cset6_slider_pane_t14_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t14_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t14_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 TAknTextComponentLayout main_cset6_slider_pane_t14(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t14_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t14)))(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 main_cset6_slider_pane_t15_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t15_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t15_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 TAknTextComponentLayout main_cset6_slider_pane_t15(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t15_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t15)))(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
	inline TAknLayoutScalableTableLimits main_cset6_slider_pane_t_Limits() const		{ return (*(Tmain_cset6_slider_pane_t_Limits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23511
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23513
	inline TAknTextComponentLayout main_cset6_slider_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_t_sig*)(GetFunction(EApiId_main_cset6_slider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23515
	// LAF Table : cset6_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23516
	inline TAknWindowComponentLayout cset_slider_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g1_copy1_sig*)(GetFunction(EApiId_cset_slider_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23518
	inline TAknWindowComponentLayout cset_slider_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g2_copy1_sig*)(GetFunction(EApiId_cset_slider_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23520
	inline TAknWindowComponentLayout cset_slider_pane_g3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcset_slider_pane_g3_copy1_sig*)(GetFunction(EApiId_cset_slider_pane_g3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23522
	// LAF Table : main_cset6_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23523
	inline TAknWindowComponentLayout bg_popup_sub_pane_cp011_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_sub_pane_cp011_copy1_sig*)(GetFunction(EApiId_bg_popup_sub_pane_cp011_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23525
	inline TAknWindowComponentLayout main_cset_text_pane_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_g1_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23527
	inline TAknTextComponentLayout main_cset_text_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t1_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23529
	inline TAknTextComponentLayout main_cset_text_pane_t2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t2_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23531
	inline TAknTextComponentLayout main_cset_text_pane_t3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t3_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23533
	inline TAknTextComponentLayout main_cset_text_pane_t4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t4_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23535
	inline TAknTextComponentLayout main_cset_text_pane_t5_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t5_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t5_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23537
	inline TAknTextComponentLayout main_cset_text_pane_t6_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t6_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t6_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23539
	inline TAknTextComponentLayout main_cset_text_pane_t7_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text_pane_t7_copy1_sig*)(GetFunction(EApiId_main_cset_text_pane_t7_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23541
	// LAF Table : main_cset6_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23542
	inline TAknTextComponentLayout main_cset_text2_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset_text2_pane_t1_copy1_sig*)(GetFunction(EApiId_main_cset_text2_pane_t1_copy1)))(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 : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23545
	inline TAknWindowComponentLayout main_ncimui_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_pane_sig*)(GetFunction(EApiId_main_ncimui_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits popup_query_ncimui_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_query_ncimui_window_ParamLimits_sig*)(GetFunction(EApiId_popup_query_ncimui_window_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout popup_query_ncimui_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_query_ncimui_window_sig*)(GetFunction(EApiId_popup_query_ncimui_window)))(aVariety, aCol, aRow); }
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
	// LAF Table : field_cale_ev2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23552
	inline TAknLayoutScalableParameterLimits field_cale_ev2_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tfield_cale_ev2_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23554
	inline TAknWindowComponentLayout field_cale_ev2_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfield_cale_ev2_pane_g4_sig*)(GetFunction(EApiId_field_cale_ev2_pane_g4)))(aVariety, aCol, aRow); }
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
	// LAF Table : cell_video_dialer_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23557
	inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_video_dialer_keypad_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23559
	inline TAknWindowComponentLayout cell_video_dialer_keypad_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_video_dialer_keypad_pane_g2_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g2)))(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
	inline TAknLayoutScalableTableLimits cell_video_dialer_keypad_pane_g_Limits() const		{ return (*(Tcell_video_dialer_keypad_pane_g_Limits_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23563
	inline TAknLayoutScalableParameterLimits cell_video_dialer_keypad_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_video_dialer_keypad_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23565
	inline TAknWindowComponentLayout cell_video_dialer_keypad_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_video_dialer_keypad_pane_g_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknTextComponentLayout cell_video_dialer_keypad_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_video_dialer_keypad_pane_t1_sig*)(GetFunction(EApiId_cell_video_dialer_keypad_pane_t1)))(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
	// LAF Table : popup_query_ncimui_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23570
	inline TAknWindowComponentLayout bg_popup_window_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_window_pane_cp012_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp012)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23572
	inline TAknWindowComponentLayout heading_pane_cp06(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp06_sig*)(GetFunction(EApiId_heading_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23574
	inline TAknWindowComponentLayout ncim_query_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_sig*)(GetFunction(EApiId_ncim_query_content_pane)))(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
	// LAF Table : heading_pane_cp06
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23577
	inline TAknWindowComponentLayout bg_popup_heading_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_heading_pane_cp01_sig*)(GetFunction(EApiId_bg_popup_heading_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23579
	inline TAknTextComponentLayout ncim_heading_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_heading_pane_t1_sig*)(GetFunction(EApiId_ncim_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23581
	// LAF Table : ncim_query_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23582
	inline TAknWindowComponentLayout ncim_indicator_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_indicator_popup_pane_sig*)(GetFunction(EApiId_ncim_indicator_popup_pane)))(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 ncim_query_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_button_pane_sig*)(GetFunction(EApiId_ncim_query_button_pane)))(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 TAknTextComponentLayout ncim_query_content_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t1_sig*)(GetFunction(EApiId_ncim_query_content_pane_t1)))(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 TAknTextComponentLayout ncim_query_content_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t2_sig*)(GetFunction(EApiId_ncim_query_content_pane_t2)))(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 TAknLayoutScalableTableLimits ncim_query_content_pane_t_Limits() const		{ return (*(Tncim_query_content_pane_t_Limits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t_Limits)))(); }
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 TAknTextComponentLayout ncim_query_content_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t_sig*)(GetFunction(EApiId_ncim_query_content_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknWindowComponentLayout ncim_query_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_list_pane_sig*)(GetFunction(EApiId_ncim_query_list_pane)))(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 TAknWindowComponentLayout ncim_query_popup_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_popup_pane_sig*)(GetFunction(EApiId_ncim_query_popup_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits ncim_indicator_popup_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncim_indicator_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_ncim_indicator_popup_pane_ParamLimits)))(aVariety); }
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 ncim_query_content_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_g1_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 TAknWindowComponentLayout ncim_query_content_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_g1_sig*)(GetFunction(EApiId_ncim_query_content_pane_g1)))(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 ncim_query_content_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t1_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 TAknLayoutScalableParameterLimits ncim_query_content_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t2_ParamLimits)))(aVariety); }
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 ncim_query_content_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t3_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 ncim_query_content_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t3_sig*)(GetFunction(EApiId_ncim_query_content_pane_t3)))(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 ncim_query_content_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t4_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 ncim_query_content_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t4_sig*)(GetFunction(EApiId_ncim_query_content_pane_t4)))(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 ncim_query_content_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t5_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 ncim_query_content_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t5_sig*)(GetFunction(EApiId_ncim_query_content_pane_t5)))(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 ncim_query_content_pane_t6_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_t6_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t6_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 ncim_query_content_pane_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_t6_sig*)(GetFunction(EApiId_ncim_query_content_pane_t6)))(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 TAknLayoutScalableParameterLimits ncim_query_content_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tncim_query_content_pane_t_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 ncim_query_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_list_pane_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_list_pane_ParamLimits)))(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 TAknLayoutScalableParameterLimits ncim_query_popup_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_popup_pane_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_popup_pane_ParamLimits)))(aVariety); }
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 wait_bar_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp04_sig*)(GetFunction(EApiId_wait_bar_pane_cp04)))(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
	// LAF Table : ncim_query_popup_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23633
	inline TAknWindowComponentLayout input_focus_pane_cp011(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp011_sig*)(GetFunction(EApiId_input_focus_pane_cp011)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23635
	inline TAknTextComponentLayout ncim_query_popup_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_popup_pane_t1_sig*)(GetFunction(EApiId_ncim_query_popup_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23637
	// LAF Table : ncim_query_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23638
	inline TAknLayoutScalableParameterLimits ncim_list_query_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncim_list_query_list_pane_ParamLimits_sig*)(GetFunction(EApiId_ncim_list_query_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23640
	inline TAknWindowComponentLayout ncim_list_query_list_pane(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tncim_list_query_list_pane_sig*)(GetFunction(EApiId_ncim_list_query_list_pane)))(aVariety, aRow, aCol); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23642
	// LAF Table : ncim_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23643
	inline TAknWindowComponentLayout bg_button_pane_cp027(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp027_sig*)(GetFunction(EApiId_bg_button_pane_cp027)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23645
	inline TAknWindowComponentLayout ncim_query_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_button_pane_g1_sig*)(GetFunction(EApiId_ncim_query_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23647
	// LAF Table : ncim_list_query_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23648
	inline TAknWindowComponentLayout list_highlight_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp012_sig*)(GetFunction(EApiId_list_highlight_pane_cp012)))(aVariety, aCol, aRow); }
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 ncim_list_query_list_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_list_query_list_pane_g1_sig*)(GetFunction(EApiId_ncim_list_query_list_pane_g1)))(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 TAknTextComponentLayout ncim_list_query_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_list_query_list_pane_t1_sig*)(GetFunction(EApiId_ncim_list_query_list_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : cam4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23655
	inline TAknLayoutScalableParameterLimits cam4_indicators_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcam4_indicators_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cam4_indicators_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23657
	inline TAknWindowComponentLayout cam4_indicators_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_indicators_pane_g3_sig*)(GetFunction(EApiId_cam4_indicators_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23658
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23659
	// LAF Table : vid4_indicators_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23660
	inline TAknLayoutScalableParameterLimits vid4_indicators_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_indicators_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_vid4_indicators_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 vid4_indicators_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_indicators_pane_g5_sig*)(GetFunction(EApiId_vid4_indicators_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
	// LAF Table : vid4_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23665
	inline TAknLayoutScalableParameterLimits vid4_progress_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tvid4_progress_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_vid4_progress_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23666
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23667
	inline TAknWindowComponentLayout vid4_progress_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_progress_pane_g5_sig*)(GetFunction(EApiId_vid4_progress_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23669
	// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23670
	inline TAknWindowComponentLayout main_ncimui_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_pane_g1_sig*)(GetFunction(EApiId_main_ncimui_pane_g1)))(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 ncimui_group_query_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_group_query_pane_ParamLimits_sig*)(GetFunction(EApiId_ncimui_group_query_pane_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 ncimui_group_query_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_group_query_pane_sig*)(GetFunction(EApiId_ncimui_group_query_pane)))(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 ncimui_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_list_pane_ParamLimits_sig*)(GetFunction(EApiId_ncimui_list_pane_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 ncimui_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_list_pane_sig*)(GetFunction(EApiId_ncimui_list_pane)))(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 TAknLayoutScalableParameterLimits ncimui_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_text_pane_ParamLimits_sig*)(GetFunction(EApiId_ncimui_text_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout ncimui_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_text_pane_sig*)(GetFunction(EApiId_ncimui_text_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : ncimui_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23685
	inline TAknLayoutScalableParameterLimits ncimui_text_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ncimui_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23687
	inline TAknTextComponentLayout ncimui_text_pane_t1(TInt aVariety, TInt aRow, TInt aCol = 0) const		{ return (*(Tncimui_text_pane_t1_sig*)(GetFunction(EApiId_ncimui_text_pane_t1)))(aVariety, aRow, aCol); }
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
	// LAF Table : ncimui_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23690
	inline TAknLayoutScalableParameterLimits ncimui_list_single_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tncimui_list_single_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_ncimui_list_single_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23692
	inline TAknWindowComponentLayout ncimui_list_single_graphic_pane(TInt aRow, TInt aCol = 0, TInt aVariety = 0) const		{ return (*(Tncimui_list_single_graphic_pane_sig*)(GetFunction(EApiId_ncimui_list_single_graphic_pane)))(aRow, aCol, aVariety); }
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
	// LAF Table : ncimui_group_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23695
	inline TAknLayoutScalableParameterLimits ncimui_query_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tncimui_query_pane_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23697
	inline TAknWindowComponentLayout ncimui_query_pane(TInt aRow, TInt aCol = 0, TInt aVariety = 0) const		{ return (*(Tncimui_query_pane_sig*)(GetFunction(EApiId_ncimui_query_pane)))(aRow, aCol, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23699
	// LAF Table : ncimui_list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23700
	inline TAknWindowComponentLayout list_highlight_pane_cp013(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp013_sig*)(GetFunction(EApiId_list_highlight_pane_cp013)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23702
	inline TAknTextComponentLayout ncim_list_query_list_pane_t1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_list_query_list_pane_t1_copy1_sig*)(GetFunction(EApiId_ncim_list_query_list_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23704
	inline TAknWindowComponentLayout ncim_list_single_graphic_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_list_single_graphic_pane_g1_sig*)(GetFunction(EApiId_ncim_list_single_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23706
	// LAF Table : ncimui_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23707
	inline TAknWindowComponentLayout ncim_query_button_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_button_pane_cp01_sig*)(GetFunction(EApiId_ncim_query_button_pane_cp01)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits ncim_query_entry_pane_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_entry_pane_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_entry_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout ncim_query_entry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_entry_pane_sig*)(GetFunction(EApiId_ncim_query_entry_pane)))(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
	inline TAknWindowComponentLayout ncimui_query_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_query_pane_g1_sig*)(GetFunction(EApiId_ncimui_query_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23715
	inline TAknLayoutScalableParameterLimits ncimui_query_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_query_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23717
	inline TAknTextComponentLayout ncimui_query_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_query_pane_t1_sig*)(GetFunction(EApiId_ncimui_query_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23719
	// LAF Table : ncim_query_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23720
	inline TAknWindowComponentLayout input_focus_pane_cp012(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp012_sig*)(GetFunction(EApiId_input_focus_pane_cp012)))(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 TAknTextComponentLayout ncim_query_entry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_entry_pane_t1_sig*)(GetFunction(EApiId_ncim_query_entry_pane_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23725
	inline TAknLayoutScalableParameterLimits main_im_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_im_pane_ParamLimits_sig*)(GetFunction(EApiId_main_im_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23727
	inline TAknLayoutScalableParameterLimits main_mobtv_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_pane_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23729
	inline TAknWindowComponentLayout main_mobtv_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_pane_sig*)(GetFunction(EApiId_main_mobtv_pane)))(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
	// LAF Table : main_cset6_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23732
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g18_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g18_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23734
	inline TAknWindowComponentLayout main_cset6_slider_pane_g18(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g18_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23736
	inline TAknLayoutScalableParameterLimits main_cset6_slider_pane_g19_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cset6_slider_pane_g19_ParamLimits_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g19_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23738
	inline TAknWindowComponentLayout main_cset6_slider_pane_g19(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_slider_pane_g19_sig*)(GetFunction(EApiId_main_cset6_slider_pane_g19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23740
	// LAF Table : main_mobtv_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23741
	inline TAknLayoutScalableParameterLimits bg_main_mobtv_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_main_mobtv_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_main_mobtv_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_main_mobtv_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_mobtv_pane_sig*)(GetFunction(EApiId_bg_main_mobtv_pane)))(aVariety, aCol, aRow); }
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 main_mobtv_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_sig*)(GetFunction(EApiId_main_mobtv_info_pane)))(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
	inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23748
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23749
	inline TAknWindowComponentLayout main_mobtv_loading_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_sig*)(GetFunction(EApiId_main_mobtv_loading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23751
	inline TAknWindowComponentLayout main_mobtv_pg_channel_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_pg_channel_list_pane_sig*)(GetFunction(EApiId_main_mobtv_pg_channel_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23753
	inline TAknWindowComponentLayout main_mobtv_pg_hdr_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_pg_hdr_pane_sig*)(GetFunction(EApiId_main_mobtv_pg_hdr_pane)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits main_mobtv_programe_curr_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_programe_curr_pane_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_programe_curr_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23757
	inline TAknWindowComponentLayout main_mobtv_programe_curr_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_curr_pane_sig*)(GetFunction(EApiId_main_mobtv_programe_curr_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23759
	inline TAknLayoutScalableParameterLimits main_mobtv_programe_next_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_programe_next_pane_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23761
	inline TAknWindowComponentLayout main_mobtv_programe_next_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_next_pane_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23763
	inline TAknWindowComponentLayout popup_mobtv_noti_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mobtv_noti_window_sig*)(GetFunction(EApiId_popup_mobtv_noti_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23765
	// LAF Table : main_mobtv_pg_hdr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23766
	inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g1_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23768
	inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g2_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23770
	inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g3_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23772
	inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g4_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23774
	inline TAknWindowComponentLayout main_tv_pg_hdr_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g5_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g5)))(aVariety, aCol, aRow); }
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 main_tv_pg_hdr_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g6_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g6)))(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 main_tv_pg_hdr_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g7_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g7)))(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 main_tv_pg_hdr_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g8_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g8)))(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 main_tv_pg_hdr_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g9_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g9)))(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 main_tv_pg_hdr_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g10_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g10)))(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 TAknWindowComponentLayout main_tv_pg_hdr_pane_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g11_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g11)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_tv_pg_hdr_pane_g_Limits() const		{ return (*(Tmain_tv_pg_hdr_pane_g_Limits_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g_Limits)))(); }
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 main_tv_pg_hdr_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_g_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_g)))(aLineIndex, 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
	inline TAknTextComponentLayout main_tv_pg_hdr_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_t1_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23794
	inline TAknTextComponentLayout main_tv_pg_hdr_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_t2_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23796
	inline TAknTextComponentLayout main_tv_pg_hdr_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_t3_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23798
	inline TAknTextComponentLayout main_tv_pg_hdr_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_t4_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23800
	inline TAknTextComponentLayout main_tv_pg_hdr_pane_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_t5_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23802
	inline TAknLayoutScalableTableLimits main_tv_pg_hdr_pane_t_Limits() const		{ return (*(Tmain_tv_pg_hdr_pane_t_Limits_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23804
	inline TAknTextComponentLayout main_tv_pg_hdr_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tv_pg_hdr_pane_t_sig*)(GetFunction(EApiId_main_tv_pg_hdr_pane_t)))(aLineIndex, 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
	// LAF Table : main_mobtv_pg_channel_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23807
	inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tsingle_mobtv_pg_channel_pane_ParamLimits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23809
	inline TAknWindowComponentLayout single_mobtv_pg_channel_pane(TInt aRow, TInt aCol = 0, TInt aVariety = 0) const		{ return (*(Tsingle_mobtv_pg_channel_pane_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_pane)))(aRow, aCol, aVariety); }
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
	// LAF Table : single_mobtv_pg_channel_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23812
	inline TAknWindowComponentLayout single_mobtv_pg_channel_table_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_table_pane_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_table_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23813
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23814
	inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23815
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23816
	inline TAknWindowComponentLayout single_tv_pg_channel_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_tv_pg_channel_pane_g1_sig*)(GetFunction(EApiId_single_tv_pg_channel_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23818
	inline TAknWindowComponentLayout single_tv_pg_channel_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_tv_pg_channel_pane_g2_sig*)(GetFunction(EApiId_single_tv_pg_channel_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23820
	inline TAknLayoutScalableTableLimits single_tv_pg_channel_pane_g_Limits() const		{ return (*(Tsingle_tv_pg_channel_pane_g_Limits_sig*)(GetFunction(EApiId_single_tv_pg_channel_pane_g_Limits)))(); }
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
	inline TAknWindowComponentLayout single_tv_pg_channel_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_tv_pg_channel_pane_g_sig*)(GetFunction(EApiId_single_tv_pg_channel_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23824
	// LAF Table : single_mobtv_pg_channel_thumb_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23825
	inline TAknLayoutScalableParameterLimits bg_single_mobtv_pg_channel_thumb_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_single_mobtv_pg_channel_thumb_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_single_mobtv_pg_channel_thumb_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_single_mobtv_pg_channel_thumb_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_single_mobtv_pg_channel_thumb_pane_sig*)(GetFunction(EApiId_bg_single_mobtv_pg_channel_thumb_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g1_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23833
	inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23835
	inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g2_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23837
	inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g3_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23841
	inline TAknLayoutScalableTableLimits single_mobtv_pg_channel_thumb_pane_g_Limits() const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g_Limits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23842
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23843
	inline TAknLayoutScalableParameterLimits single_mobtv_pg_channel_thumb_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g_ParamLimits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23845
	inline TAknWindowComponentLayout single_mobtv_pg_channel_thumb_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_g_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23847
	inline TAknTextComponentLayout single_mobtv_pg_channel_thumb_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t1_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23849
	inline TAknTextComponentLayout single_mobtv_pg_channel_thumb_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t2_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23851
	inline TAknLayoutScalableTableLimits single_mobtv_pg_channel_thumb_pane_t_Limits() const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t_Limits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23853
	inline TAknTextComponentLayout single_mobtv_pg_channel_thumb_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_thumb_pane_t_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_thumb_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23855
	// LAF Table : single_mobtv_pg_channel_table_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23856
	inline TAknWindowComponentLayout bg_single_mobtv_pg_channel_table_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g1_sig*)(GetFunction(EApiId_bg_single_mobtv_pg_channel_table_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23858
	inline TAknWindowComponentLayout bg_single_mobtv_pg_channel_table_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g2_sig*)(GetFunction(EApiId_bg_single_mobtv_pg_channel_table_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23860
	inline TAknLayoutScalableTableLimits bg_single_mobtv_pg_channel_table_pane_g_Limits() const		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g_Limits_sig*)(GetFunction(EApiId_bg_single_mobtv_pg_channel_table_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23862
	inline TAknWindowComponentLayout bg_single_mobtv_pg_channel_table_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_single_mobtv_pg_channel_table_pane_g_sig*)(GetFunction(EApiId_bg_single_mobtv_pg_channel_table_pane_g)))(aLineIndex, 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
	inline TAknTextComponentLayout single_mobtv_pg_channel_table_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t1_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_table_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23866
	inline TAknTextComponentLayout single_mobtv_pg_channel_table_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t2_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_table_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23868
	inline TAknLayoutScalableTableLimits single_mobtv_pg_channel_table_pane_t_Limits() const		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t_Limits_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_table_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23870
	inline TAknTextComponentLayout single_mobtv_pg_channel_table_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsingle_mobtv_pg_channel_table_pane_t_sig*)(GetFunction(EApiId_single_mobtv_pg_channel_table_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23872
	// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23873
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23875
	inline TAknWindowComponentLayout main_mobtv_info_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_g1_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23879
	inline TAknTextComponentLayout main_mobtv_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_t1_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23881
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23883
	inline TAknTextComponentLayout main_mobtv_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_t2_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23885
	inline TAknLayoutScalableTableLimits main_mobtv_info_pane_t_Limits() const		{ return (*(Tmain_mobtv_info_pane_t_Limits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23887
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23889
	inline TAknTextComponentLayout main_mobtv_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_t_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23891
	inline TAknWindowComponentLayout wait_bar_pane_cp05(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp05_sig*)(GetFunction(EApiId_wait_bar_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23893
	// LAF Table : main_mobtv_loading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23894
	inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_mobtv_loading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_g1_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23898
	inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23900
	inline TAknWindowComponentLayout main_mobtv_loading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_g2_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g2)))(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 TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout main_mobtv_loading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_g3_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23906
	inline TAknLayoutScalableTableLimits main_mobtv_loading_pane_g_Limits() const		{ return (*(Tmain_mobtv_loading_pane_g_Limits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23908
	inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23910
	inline TAknWindowComponentLayout main_mobtv_loading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_g_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23911
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23912
	inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23914
	inline TAknTextComponentLayout main_mobtv_loading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_t1_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23916
	inline TAknLayoutScalableParameterLimits main_mobtv_loading_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23918
	inline TAknTextComponentLayout main_mobtv_loading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_t2_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_mobtv_loading_pane_t_Limits() const		{ return (*(Tmain_mobtv_loading_pane_t_Limits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t_Limits)))(); }
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 main_mobtv_loading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mobtv_loading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t_ParamLimits)))(aLineIndex, 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
	inline TAknTextComponentLayout main_mobtv_loading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_loading_pane_t_sig*)(GetFunction(EApiId_main_mobtv_loading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23925
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23926
	inline TAknLayoutScalableParameterLimits wait_bar_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Twait_bar_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23927
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23928
	inline TAknWindowComponentLayout wait_bar_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp06_sig*)(GetFunction(EApiId_wait_bar_pane_cp06)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_mobtv_programe_curr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23931
	inline TAknTextComponentLayout main_mobtv_programe_curr_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_curr_pane_t1_sig*)(GetFunction(EApiId_main_mobtv_programe_curr_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23933
	inline TAknTextComponentLayout main_mobtv_programe_curr_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_curr_pane_t2_sig*)(GetFunction(EApiId_main_mobtv_programe_curr_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23935
	inline TAknLayoutScalableTableLimits main_mobtv_programe_curr_pane_t_Limits() const		{ return (*(Tmain_mobtv_programe_curr_pane_t_Limits_sig*)(GetFunction(EApiId_main_mobtv_programe_curr_pane_t_Limits)))(); }
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 TAknTextComponentLayout main_mobtv_programe_curr_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_curr_pane_t_sig*)(GetFunction(EApiId_main_mobtv_programe_curr_pane_t)))(aLineIndex, 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
	// LAF Table : main_mobtv_programe_next_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23940
	inline TAknTextComponentLayout main_mobtv_programe_next_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_next_pane_t1_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23942
	inline TAknTextComponentLayout main_mobtv_programe_next_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_next_pane_t2_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23944
	inline TAknTextComponentLayout main_mobtv_programe_next_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_next_pane_t3_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23946
	inline TAknLayoutScalableTableLimits main_mobtv_programe_next_pane_t_Limits() const		{ return (*(Tmain_mobtv_programe_next_pane_t_Limits_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23948
	inline TAknTextComponentLayout main_mobtv_programe_next_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_programe_next_pane_t_sig*)(GetFunction(EApiId_main_mobtv_programe_next_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23950
	// LAF Table : popup_mobtv_noti_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23951
	inline TAknWindowComponentLayout bg_popup_mobtv_noti_window_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_mobtv_noti_window_pane_sig*)(GetFunction(EApiId_bg_popup_mobtv_noti_window_pane)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout popup_mobtv_noti_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mobtv_noti_window_g1_sig*)(GetFunction(EApiId_popup_mobtv_noti_window_g1)))(aVariety, aCol, aRow); }
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_mobtv_noti_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mobtv_noti_window_t1_sig*)(GetFunction(EApiId_popup_mobtv_noti_window_t1)))(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
	inline TAknTextComponentLayout popup_mobtv_noti_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mobtv_noti_window_t2_sig*)(GetFunction(EApiId_popup_mobtv_noti_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23958
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23959
	inline TAknLayoutScalableTableLimits popup_mobtv_noti_window_t_Limits() const		{ return (*(Tpopup_mobtv_noti_window_t_Limits_sig*)(GetFunction(EApiId_popup_mobtv_noti_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23961
	inline TAknTextComponentLayout popup_mobtv_noti_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_mobtv_noti_window_t_sig*)(GetFunction(EApiId_popup_mobtv_noti_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23963
	// LAF Table : bg_popup_mobtv_noti_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23964
	inline TAknWindowComponentLayout bg_popup_mobtv_noti_window_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_mobtv_noti_window_pane_g1_sig*)(GetFunction(EApiId_bg_popup_mobtv_noti_window_pane_g1)))(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
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23967
	inline TAknWindowComponentLayout sc_clock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_sig*)(GetFunction(EApiId_sc_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23969
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23970
	inline TAknWindowComponentLayout main_fs_bigclock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_pane_sig*)(GetFunction(EApiId_main_fs_bigclock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23972
	// LAF Table : blid2_tripm_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23973
	inline TAknLayoutScalableParameterLimits blid2_tripm_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tblid2_tripm_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_blid2_tripm_pane_t4_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 blid2_tripm_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tblid2_tripm_pane_t4_sig*)(GetFunction(EApiId_blid2_tripm_pane_t4)))(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 : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23978
	inline TAknLayoutScalableParameterLimits sc_clock_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tsc_clock_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout sc_clock_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_g1_sig*)(GetFunction(EApiId_sc_clock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23982
	inline TAknLayoutScalableParameterLimits sc_clock_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsc_clock_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23984
	inline TAknTextComponentLayout sc_clock_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_t1_sig*)(GetFunction(EApiId_sc_clock_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23986
	inline TAknLayoutScalableParameterLimits sc_clock_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tsc_clock_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23988
	inline TAknTextComponentLayout sc_clock_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_t2_sig*)(GetFunction(EApiId_sc_clock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23990
	inline TAknLayoutScalableParameterLimits sc_clock_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tsc_clock_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23992
	inline TAknTextComponentLayout sc_clock_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_t3_sig*)(GetFunction(EApiId_sc_clock_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 23994
	inline TAknLayoutScalableTableLimits sc_clock_pane_t_Limits() const		{ return (*(Tsc_clock_pane_t_Limits_sig*)(GetFunction(EApiId_sc_clock_pane_t_Limits)))(); }
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 sc_clock_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsc_clock_pane_t_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_t_ParamLimits)))(aLineIndex, 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 sc_clock_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_t_sig*)(GetFunction(EApiId_sc_clock_pane_t)))(aLineIndex, 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 : main_fs_clock_dumped_data
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24001
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_indicator_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_indicator_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout main_fs_bigclock_indicator_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_indicator_pane_sig*)(GetFunction(EApiId_main_fs_bigclock_indicator_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24006
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24008
	inline TAknWindowComponentLayout main_fs_bigclock_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_pane_g1_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_fs_clock_dumped_data
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24011
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24013
	inline TAknTextComponentLayout main_fs_bigclock_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_pane_t1_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24015
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24017
	inline TAknTextComponentLayout main_fs_bigclock_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_pane_t2_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t2)))(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
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24021
	inline TAknTextComponentLayout main_fs_bigclock_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_pane_t3_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24023
	inline TAknLayoutScalableTableLimits main_fs_bigclock_pane_t_Limits() const		{ return (*(Tmain_fs_bigclock_pane_t_Limits_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24025
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_fs_bigclock_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout main_fs_bigclock_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_pane_t_sig*)(GetFunction(EApiId_main_fs_bigclock_pane_t)))(aLineIndex, 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
	// LAF Table : main_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24030
	inline TAknWindowComponentLayout main_fs_bigclock_indicator_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_indicator_pane_g1_sig*)(GetFunction(EApiId_main_fs_bigclock_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24032
	// LAF Table : ncim_query_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24033
	inline TAknLayoutScalableParameterLimits ncim_query_content_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_content_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_g2_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 TAknWindowComponentLayout ncim_query_content_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_g2_sig*)(GetFunction(EApiId_ncim_query_content_pane_g2)))(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
	inline TAknLayoutScalableTableLimits ncim_query_content_pane_g_Limits() const		{ return (*(Tncim_query_content_pane_g_Limits_sig*)(GetFunction(EApiId_ncim_query_content_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24039
	inline TAknLayoutScalableParameterLimits ncim_query_content_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tncim_query_content_pane_g_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_content_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24041
	inline TAknWindowComponentLayout ncim_query_content_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncim_query_content_pane_g_sig*)(GetFunction(EApiId_ncim_query_content_pane_g)))(aLineIndex, 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
	// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24044
	inline TAknLayoutScalableParameterLimits sc_clock_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tsc_clock_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24045
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24046
	inline TAknTextComponentLayout sc_clock_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_t4_sig*)(GetFunction(EApiId_sc_clock_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24047
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24048
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24049
	inline TAknWindowComponentLayout main_radioblah_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_sig*)(GetFunction(EApiId_main_radioblah_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24051
	// LAF Table : cell_call4_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24052
	inline TAknLayoutScalableParameterLimits cell_call4_button_pane_t1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_call4_button_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_cell_call4_button_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24054
	inline TAknTextComponentLayout cell_call4_button_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_call4_button_pane_t1_copy1_sig*)(GetFunction(EApiId_cell_call4_button_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24056
	// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24057
	inline TAknLayoutScalableParameterLimits main_ncimui_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_ncimui_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_ncimui_pane_t1_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 TAknTextComponentLayout main_ncimui_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_pane_t1_sig*)(GetFunction(EApiId_main_ncimui_pane_t1)))(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 main_ncimui_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_ncimui_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_ncimui_pane_t2_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 TAknTextComponentLayout main_ncimui_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_pane_t2_sig*)(GetFunction(EApiId_main_ncimui_pane_t2)))(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 TAknLayoutScalableTableLimits main_ncimui_pane_t_Limits() const		{ return (*(Tmain_ncimui_pane_t_Limits_sig*)(GetFunction(EApiId_main_ncimui_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_ncimui_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_ncimui_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_ncimui_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout main_ncimui_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_pane_t_sig*)(GetFunction(EApiId_main_ncimui_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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_radioblah_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24072
	inline TAknLayoutScalableParameterLimits main_radioblah_anim_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_anim_pane_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_anim_pane_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 main_radioblah_anim_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_anim_pane_sig*)(GetFunction(EApiId_main_radioblah_anim_pane)))(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
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24077
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24078
	inline TAknWindowComponentLayout main_radioblah_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_sig*)(GetFunction(EApiId_main_radioblah_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24079
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24080
	inline TAknLayoutScalableParameterLimits main_radioblah_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_t1_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 TAknTextComponentLayout main_radioblah_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_t1_sig*)(GetFunction(EApiId_main_radioblah_pane_t1)))(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 TAknLayoutScalableParameterLimits main_radioblah_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout main_radioblah_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_t2_sig*)(GetFunction(EApiId_main_radioblah_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits main_radioblah_pane_t_Limits() const		{ return (*(Tmain_radioblah_pane_t_Limits_sig*)(GetFunction(EApiId_main_radioblah_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits main_radioblah_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_radioblah_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24092
	inline TAknTextComponentLayout main_radioblah_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_t_sig*)(GetFunction(EApiId_main_radioblah_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24094
	inline TAknLayoutScalableParameterLimits main_radioblah_rocker_ctrl_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24096
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_radioblah_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24099
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24101
	inline TAknTextComponentLayout main_radioblah_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_t1_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24103
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24104
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24105
	inline TAknTextComponentLayout main_radioblah_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_t2_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24106
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24107
	inline TAknLayoutScalableTableLimits main_radioblah_info_pane_t_Limits() const		{ return (*(Tmain_radioblah_info_pane_t_Limits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24109
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24111
	inline TAknTextComponentLayout main_radioblah_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_t_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24113
	// LAF Table : main_radioblah_rocker_ctrl_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24114
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g1_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24116
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g2_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24118
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g3_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24120
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g4_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24122
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g5_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24124
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g6_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24126
	inline TAknLayoutScalableTableLimits main_radioblah_rocker_ctrl_pane_g_Limits() const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g_Limits_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24128
	inline TAknWindowComponentLayout main_radioblah_rocker_ctrl_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_rocker_ctrl_pane_g_sig*)(GetFunction(EApiId_main_radioblah_rocker_ctrl_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24130
	// LAF Table : main_cset6_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24131
	inline TAknLayoutScalableParameterLimits main_cset_text2_pane_t1_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_cset_text2_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_main_cset_text2_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24133
	// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24134
	inline TAknWindowComponentLayout cam4_image_uncrop_qvga_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_qvga_pane_sig*)(GetFunction(EApiId_cam4_image_uncrop_qvga_pane)))(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 : main_video4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24137
	inline TAknWindowComponentLayout vid4_image_uncrop_qcif_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid4_image_uncrop_qcif_pane_sig*)(GetFunction(EApiId_vid4_image_uncrop_qcif_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_cam6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24140
	inline TAknLayoutScalableParameterLimits cam6_image_uncrop_qvga_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcam6_image_uncrop_qvga_pane_ParamLimits_sig*)(GetFunction(EApiId_cam6_image_uncrop_qvga_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24142
	inline TAknWindowComponentLayout cam6_image_uncrop_qvga_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_image_uncrop_qvga_pane_sig*)(GetFunction(EApiId_cam6_image_uncrop_qvga_pane)))(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 : main_vid6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24145
	inline TAknLayoutScalableParameterLimits vid6_image_uncrop_qcif_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvid6_image_uncrop_qcif_pane_ParamLimits_sig*)(GetFunction(EApiId_vid6_image_uncrop_qcif_pane_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 TAknWindowComponentLayout vid6_image_uncrop_qcif_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvid6_image_uncrop_qcif_pane_sig*)(GetFunction(EApiId_vid6_image_uncrop_qcif_pane)))(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 : main_cset6_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24150
	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
 24151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24152
	inline TAknWindowComponentLayout list_cset_text2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cset_text2_pane_sig*)(GetFunction(EApiId_list_cset_text2_pane)))(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
	inline TAknWindowComponentLayout main_cset6_text2_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_text2_pane_g1_sig*)(GetFunction(EApiId_main_cset6_text2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24156
	inline TAknTextComponentLayout main_cset6_text2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cset6_text2_pane_t1_sig*)(GetFunction(EApiId_main_cset6_text2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24158
	// LAF Table : list_cset_text2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24159
	inline TAknLayoutScalableParameterLimits list_cset_text2_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cset_text2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_cset_text2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24161
	inline TAknTextComponentLayout list_cset_text2_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cset_text2_pane_t1_sig*)(GetFunction(EApiId_list_cset_text2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24163
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24164
	inline TAknLayoutScalableParameterLimits main_radioblah_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_pane_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24166
	// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24167
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24169
	inline TAknTextComponentLayout main_mobtv_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_t3_sig*)(GetFunction(EApiId_main_mobtv_info_pane_t3)))(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
	// LAF Table : main_radioblah_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24172
	inline TAknWindowComponentLayout main_radioblah_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_g1_sig*)(GetFunction(EApiId_main_radioblah_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24174
	// LAF Table : main_radioblah_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24175
	inline TAknWindowComponentLayout main_radioblah_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_g1_sig*)(GetFunction(EApiId_main_radioblah_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24177
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24179
	inline TAknTextComponentLayout main_radioblah_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_t3_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t3)))(aVariety, aCol, aRow); }
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
	// LAF Table : grid_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24182
	inline TAknLayoutScalableParameterLimits highlight_cell_cale_month_pane_ParamLimits(TInt aVariety) const		{ return (*(Thighlight_cell_cale_month_pane_ParamLimits_sig*)(GetFunction(EApiId_highlight_cell_cale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24184
	inline TAknWindowComponentLayout highlight_cell_cale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thighlight_cell_cale_month_pane_sig*)(GetFunction(EApiId_highlight_cell_cale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24186
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24187
	inline TAknWindowComponentLayout main_phob_fisheye_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_phob_fisheye_pane_sig*)(GetFunction(EApiId_main_phob_fisheye_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : popup_fixed_preview_cale_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24190
	inline TAknLayoutScalableParameterLimits scroll_pane_cp0031_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp0031_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp0031_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24191
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24192
	inline TAknWindowComponentLayout scroll_pane_cp0031(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp0031_sig*)(GetFunction(EApiId_scroll_pane_cp0031)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24193
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24194
	// LAF Table : vid6_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24195
	inline TAknLayoutScalableParameterLimits wait_bar_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Twait_bar_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp08_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
	// LAF Table : main_cset_list_pane_copy1
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24198
	inline TAknLayoutScalableParameterLimits cset_list_set_pane_copy1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcset_list_set_pane_copy1_ParamLimits_sig*)(GetFunction(EApiId_cset_list_set_pane_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24200
	// LAF Table : highlight_cell_cale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24201
	inline TAknWindowComponentLayout highlight_cell_cale_month_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thighlight_cell_cale_month_pane_g1_sig*)(GetFunction(EApiId_highlight_cell_cale_month_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24203
	inline TAknTextComponentLayout highlight_cell_cale_month_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thighlight_cell_cale_month_pane_t1_sig*)(GetFunction(EApiId_highlight_cell_cale_month_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24205
	// LAF Table : main_phob_fisheye_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24206
	inline TAknWindowComponentLayout list_gen_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_gen_pane_cp01_sig*)(GetFunction(EApiId_list_gen_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24208
	inline TAknWindowComponentLayout scroll_pane_01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_01_sig*)(GetFunction(EApiId_scroll_pane_01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24210
	// LAF Table : list_gen_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24211
	inline TAknWindowComponentLayout list_single_double_fisheye_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_double_fisheye_pane_sig*)(GetFunction(EApiId_list_single_double_fisheye_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24213
	// LAF Table : list_single_double_fisheye_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24214
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_double_fisheye_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_g1_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24218
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24220
	inline TAknWindowComponentLayout list_double_fisheye_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_g2_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24222
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24224
	inline TAknWindowComponentLayout list_double_fisheye_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_g3_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24226
	inline TAknLayoutScalableTableLimits list_double_fisheye_pane_g_Limits() const		{ return (*(Tlist_double_fisheye_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24228
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24230
	inline TAknWindowComponentLayout list_double_fisheye_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_g_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24232
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t1_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 TAknTextComponentLayout list_double_fisheye_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_t1_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t1)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24238
	inline TAknTextComponentLayout list_double_fisheye_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_t2_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24240
	inline TAknLayoutScalableTableLimits list_double_fisheye_pane_t_Limits() const		{ return (*(Tlist_double_fisheye_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24242
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknTextComponentLayout list_double_fisheye_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_t_sig*)(GetFunction(EApiId_list_double_fisheye_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24246
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24247
	inline TAknWindowComponentLayout main_call5_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call5_pane_sig*)(GetFunction(EApiId_main_call5_pane)))(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
	// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24250
	inline TAknLayoutScalableParameterLimits sc_swipe_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsc_swipe_pane_ParamLimits_sig*)(GetFunction(EApiId_sc_swipe_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24252
	inline TAknWindowComponentLayout sc_swipe_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_swipe_pane_sig*)(GetFunction(EApiId_sc_swipe_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24254
	// LAF Table : main_call5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24255
	inline TAknLayoutScalableParameterLimits call5_image_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_image_pane_ParamLimits_sig*)(GetFunction(EApiId_call5_image_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call5_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_image_pane_sig*)(GetFunction(EApiId_call5_image_pane)))(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 TAknLayoutScalableParameterLimits call5_swipe_1_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout call5_swipe_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_sig*)(GetFunction(EApiId_call5_swipe_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24263
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24265
	inline TAknWindowComponentLayout call5_swipe_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_sig*)(GetFunction(EApiId_call5_swipe_2_pane)))(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
	inline TAknLayoutScalableParameterLimits popup_call5_audio_first_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call5_audio_first_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call5_audio_first_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24269
	inline TAknWindowComponentLayout popup_call5_audio_first_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call5_audio_first_window_sig*)(GetFunction(EApiId_popup_call5_audio_first_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24271
	// LAF Table : call5_swipe_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24272
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24274
	inline TAknWindowComponentLayout call5_swipe_1_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_g1_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24276
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24278
	inline TAknWindowComponentLayout call5_swipe_1_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_g2_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24280
	inline TAknLayoutScalableTableLimits call5_swipe_1_pane_g_Limits() const		{ return (*(Tcall5_swipe_1_pane_g_Limits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24282
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_g_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24284
	inline TAknWindowComponentLayout call5_swipe_1_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_g_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24286
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24288
	inline TAknTextComponentLayout call5_swipe_1_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_t1_sig*)(GetFunction(EApiId_call5_swipe_1_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24290
	// LAF Table : call5_swipe_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24291
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout call5_swipe_2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_g1_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24295
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24297
	inline TAknWindowComponentLayout call5_swipe_2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_g2_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24298
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24299
	inline TAknLayoutScalableTableLimits call5_swipe_2_pane_g_Limits() const		{ return (*(Tcall5_swipe_2_pane_g_Limits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24301
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24303
	inline TAknWindowComponentLayout call5_swipe_2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_g_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits call5_swipe_2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout call5_swipe_2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_t1_sig*)(GetFunction(EApiId_call5_swipe_2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24309
	// LAF Table : sc_swipe_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24310
	inline TAknLayoutScalableParameterLimits sc_swipe_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tsc_swipe_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_sc_swipe_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout sc_swipe_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_swipe_pane_g1_sig*)(GetFunction(EApiId_sc_swipe_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24314
	inline TAknLayoutScalableParameterLimits sc_swipe_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tsc_swipe_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_sc_swipe_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24316
	inline TAknWindowComponentLayout sc_swipe_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_swipe_pane_g2_sig*)(GetFunction(EApiId_sc_swipe_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24318
	inline TAknLayoutScalableTableLimits sc_swipe_pane_g_Limits() const		{ return (*(Tsc_swipe_pane_g_Limits_sig*)(GetFunction(EApiId_sc_swipe_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24320
	inline TAknLayoutScalableParameterLimits sc_swipe_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsc_swipe_pane_g_ParamLimits_sig*)(GetFunction(EApiId_sc_swipe_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24322
	inline TAknWindowComponentLayout sc_swipe_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_swipe_pane_g_sig*)(GetFunction(EApiId_sc_swipe_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24324
	inline TAknLayoutScalableParameterLimits sc_swipe_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsc_swipe_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_sc_swipe_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24326
	inline TAknTextComponentLayout sc_swipe_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_swipe_pane_t1_sig*)(GetFunction(EApiId_sc_swipe_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24328
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24329
	inline TAknWindowComponentLayout main_cmail_launcher_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cmail_launcher_pane_sig*)(GetFunction(EApiId_main_cmail_launcher_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24331
	// LAF Table : main_cmail_launcher_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24332
	inline TAknLayoutScalableParameterLimits aid_size_cell_cmail_l_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_cell_cmail_l_ParamLimits_sig*)(GetFunction(EApiId_aid_size_cell_cmail_l_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24334
	inline TAknWindowComponentLayout aid_size_cell_cmail_l(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cell_cmail_l_sig*)(GetFunction(EApiId_aid_size_cell_cmail_l)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24336
	inline TAknLayoutScalableParameterLimits grid_cmail_l_pane_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_cmail_l_pane_ParamLimits_sig*)(GetFunction(EApiId_grid_cmail_l_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24338
	inline TAknWindowComponentLayout grid_cmail_l_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_cmail_l_pane_sig*)(GetFunction(EApiId_grid_cmail_l_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24340
	// LAF Table : grid_cmail_l_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24341
	inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmail_l_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cmail_l_pane_ParamLimits)))(aVariety); }
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 cell_cmail_l_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_cmail_l_pane_sig*)(GetFunction(EApiId_cell_cmail_l_pane)))(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
	// LAF Table : cell_cmail_l_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24346
	inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmail_l_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_cmail_l_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24348
	inline TAknWindowComponentLayout cell_cmail_l_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmail_l_pane_g1_sig*)(GetFunction(EApiId_cell_cmail_l_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24350
	inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmail_l_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24352
	inline TAknTextComponentLayout cell_cmail_l_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmail_l_pane_t1_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24354
	inline TAknLayoutScalableParameterLimits cell_cmail_l_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcell_cmail_l_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t2_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 TAknTextComponentLayout cell_cmail_l_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmail_l_pane_t2_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t2)))(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 TAknLayoutScalableTableLimits cell_cmail_l_pane_t_Limits() const		{ return (*(Tcell_cmail_l_pane_t_Limits_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits cell_cmail_l_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcell_cmail_l_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout cell_cmail_l_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cmail_l_pane_t_sig*)(GetFunction(EApiId_cell_cmail_l_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_highlight_pane_cp018_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_highlight_pane_cp018_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp018_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_highlight_pane_cp018(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp018_sig*)(GetFunction(EApiId_grid_highlight_pane_cp018)))(aVariety, aCol, aRow); }
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
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24369
	inline TAknLayoutScalableParameterLimits main2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain2_pane_ParamLimits_sig*)(GetFunction(EApiId_main2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24371
	inline TAknWindowComponentLayout main2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain2_pane_sig*)(GetFunction(EApiId_main2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24373
	// LAF Table : popup_sp_fs_action_menu_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24374
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g1_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24376
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g2_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24378
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g3_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24380
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g4_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24382
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g5_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24384
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g6_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24386
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g7_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24388
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g8_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24390
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g9_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24392
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g10_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24394
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g11_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g11)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits popup_sp_fs_action_menu_bg_pane_g_Limits() const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g_Limits_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g_Limits)))(); }
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 popup_sp_fs_action_menu_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_g_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_g)))(aLineIndex, 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
	// LAF Table : list_medium_line_x2_t3_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24401
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24403
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24405
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24407
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24409
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24411
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24413
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g3_g_Limits() const		{ return (*(Tlist_medium_line_x2_t3_g3_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24415
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24417
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24419
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24421
	inline TAknTextComponentLayout list_medium_line_x2_t3_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24423
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t3_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t2)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t3_ParamLimits)))(aVariety); }
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 list_medium_line_x2_t3_g3_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t3)))(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 TAknLayoutScalableTableLimits list_medium_line_x2_t3_g3_t_Limits() const		{ return (*(Tlist_medium_line_x2_t3_g3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g3_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24435
	inline TAknTextComponentLayout list_medium_line_x2_t3_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24437
	// LAF Table : list_medium_line_x2_t3_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24438
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24442
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24444
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g2)))(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 TAknLayoutScalableTableLimits list_medium_line_x2_t3_g2_g_Limits() const		{ return (*(Tlist_medium_line_x2_t3_g2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24452
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24454
	inline TAknTextComponentLayout list_medium_line_x2_t3_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t1)))(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_medium_line_x2_t3_g2_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t2_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 TAknTextComponentLayout list_medium_line_x2_t3_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t2)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x2_t3_g2_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x2_t3_g2_t_Limits() const		{ return (*(Tlist_medium_line_x2_t3_g2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g2_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24468
	inline TAknTextComponentLayout list_medium_line_x2_t3_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24470
	// LAF Table : list_medium_line_x2_t4_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24471
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24475
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24476
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24477
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24479
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24481
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24483
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_g4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24485
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_g4_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g4)))(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 TAknLayoutScalableTableLimits list_medium_line_x2_t4_g4_g_Limits() const		{ return (*(Tlist_medium_line_x2_t4_g4_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24491
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24493
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24495
	inline TAknTextComponentLayout list_medium_line_x2_t4_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24497
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24498
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24499
	inline TAknTextComponentLayout list_medium_line_x2_t4_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24500
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24501
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t3_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 TAknTextComponentLayout list_medium_line_x2_t4_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_t4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t4_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout list_medium_line_x2_t4_g4_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_t4_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24509
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t4_g4_t_Limits() const		{ return (*(Tlist_medium_line_x2_t4_g4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24511
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g4_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout list_medium_line_x2_t4_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4_t)))(aLineIndex, 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 : list_medium_line_x2_t2_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24516
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g1_ParamLimits)))(aVariety); }
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 list_medium_line_x2_t2_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g1)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x2_t2_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g2)))(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 TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g3_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24528
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_g4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24529
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24530
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_g4_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g4)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g4_g_Limits() const		{ return (*(Tlist_medium_line_x2_t2_g4_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24533
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24534
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24536
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout list_medium_line_x2_t2_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24542
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24544
	inline TAknTextComponentLayout list_medium_line_x2_t2_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24546
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g4_t_Limits() const		{ return (*(Tlist_medium_line_x2_t2_g4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24548
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g4_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24550
	inline TAknTextComponentLayout list_medium_line_x2_t2_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24552
	// LAF Table : list_medium_line_x2_t2_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24553
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24555
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24557
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24561
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24563
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g3)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g3_g_Limits() const		{ return (*(Tlist_medium_line_x2_t2_g3_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24567
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24569
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24571
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24573
	inline TAknTextComponentLayout list_medium_line_x2_t2_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24575
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24577
	inline TAknTextComponentLayout list_medium_line_x2_t2_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24579
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g3_t_Limits() const		{ return (*(Tlist_medium_line_x2_t2_g3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24581
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g3_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t_ParamLimits)))(aLineIndex, aVariety); }
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 list_medium_line_x2_t2_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3_t)))(aLineIndex, 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 : main_sp_fs_listscroll_pane_te
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24586
	inline TAknLayoutScalableParameterLimits main_sp_fs_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_list_pane_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_list_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 main_sp_fs_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_list_pane_sig*)(GetFunction(EApiId_main_sp_fs_list_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
	inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_scroll_pane_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24592
	inline TAknWindowComponentLayout sp_fs_scroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_scroll_pane_sig*)(GetFunction(EApiId_sp_fs_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24594
	// LAF Table : list_medium_line_x2_t3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24595
	inline TAknTextComponentLayout list_medium_line_x2_t3_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_t1)))(aVariety, aCol, aRow); }
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 list_medium_line_x2_t3_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_t2)))(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 TAknTextComponentLayout list_medium_line_x2_t3_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits list_medium_line_x2_t3_t_Limits() const		{ return (*(Tlist_medium_line_x2_t3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_t_Limits)))(); }
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 TAknTextComponentLayout list_medium_line_x2_t3_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : list_medium_line_x3_t4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24606
	inline TAknTextComponentLayout list_medium_line_x3_t4_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_t1_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24608
	inline TAknTextComponentLayout list_medium_line_x3_t4_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_t2_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24610
	inline TAknTextComponentLayout list_medium_line_x3_t4_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_t3_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_t3)))(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
	inline TAknTextComponentLayout list_medium_line_x3_t4_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_t4_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24614
	inline TAknLayoutScalableTableLimits list_medium_line_x3_t4_t_Limits() const		{ return (*(Tlist_medium_line_x3_t4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24616
	inline TAknTextComponentLayout list_medium_line_x3_t4_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_t_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24618
	// LAF Table : list_medium_line_x4_t5
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24619
	inline TAknTextComponentLayout list_medium_line_x4_t5_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_t1_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24620
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24621
	inline TAknTextComponentLayout list_medium_line_x4_t5_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_t2_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24623
	inline TAknTextComponentLayout list_medium_line_x4_t5_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_t3_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24625
	inline TAknTextComponentLayout list_medium_line_x4_t5_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_t4_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t4)))(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
	inline TAknTextComponentLayout list_medium_line_x4_t5_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_t5_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24629
	inline TAknLayoutScalableTableLimits list_medium_line_x4_t5_t_Limits() const		{ return (*(Tlist_medium_line_x4_t5_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24631
	inline TAknTextComponentLayout list_medium_line_x4_t5_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_t_sig*)(GetFunction(EApiId_list_medium_line_x4_t5_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24633
	// LAF Table : list_medium_line_t4_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24634
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_t4_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_g1_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24638
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24640
	inline TAknWindowComponentLayout list_medium_line_t4_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_g2_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24642
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24644
	inline TAknWindowComponentLayout list_medium_line_t4_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_g3_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24646
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_g4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24648
	inline TAknWindowComponentLayout list_medium_line_t4_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_g4_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24650
	inline TAknLayoutScalableTableLimits list_medium_line_t4_g4_g_Limits() const		{ return (*(Tlist_medium_line_t4_g4_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24652
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24654
	inline TAknWindowComponentLayout list_medium_line_t4_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_g_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t1_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout list_medium_line_t4_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_t1_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24660
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24662
	inline TAknTextComponentLayout list_medium_line_t4_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_t2_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24664
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24666
	inline TAknTextComponentLayout list_medium_line_t4_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_t3_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24668
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_t4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24670
	inline TAknTextComponentLayout list_medium_line_t4_g4_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_t4_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24672
	inline TAknLayoutScalableTableLimits list_medium_line_t4_g4_t_Limits() const		{ return (*(Tlist_medium_line_t4_g4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24674
	inline TAknLayoutScalableParameterLimits list_medium_line_t4_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t4_g4_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24676
	inline TAknTextComponentLayout list_medium_line_t4_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_t_sig*)(GetFunction(EApiId_list_medium_line_t4_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24678
	// LAF Table : chi_dic_find_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24679
	inline TAknWindowComponentLayout chi_dic_find_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tchi_dic_find_pane_g1_sig*)(GetFunction(EApiId_chi_dic_find_pane_g1)))(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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24682
	inline TAknWindowComponentLayout main_tport_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_tport_pane_sig*)(GetFunction(EApiId_main_tport_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24684
	// LAF Table : list_medium_line_plain
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24685
	inline TAknTextComponentLayout list_medium_line_plain_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t1_sig*)(GetFunction(EApiId_list_medium_line_plain_t1)))(aVariety, aCol, aRow); }
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
	// LAF Table : list_medium_line_t2_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24688
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24690
	inline TAknWindowComponentLayout list_medium_line_t2_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_g1_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24692
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24694
	inline TAknWindowComponentLayout list_medium_line_t2_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_g2_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24696
	inline TAknLayoutScalableTableLimits list_medium_line_t2_g2_g_Limits() const		{ return (*(Tlist_medium_line_t2_g2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24698
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24700
	inline TAknWindowComponentLayout list_medium_line_t2_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_g_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_medium_line_t2_g2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_t2_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_t1_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t1)))(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 TAknLayoutScalableParameterLimits list_medium_line_t2_g2_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g2_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_t2_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_t2_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t2)))(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
	inline TAknLayoutScalableTableLimits list_medium_line_t2_g2_t_Limits() const		{ return (*(Tlist_medium_line_t2_g2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24712
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g2_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24714
	inline TAknTextComponentLayout list_medium_line_t2_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_t_sig*)(GetFunction(EApiId_list_medium_line_t2_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24716
	// LAF Table : main_sp_fs_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24717
	inline TAknWindowComponentLayout aid_sp_fs_list_icon_a_sm(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_sp_fs_list_icon_a_sm_sig*)(GetFunction(EApiId_aid_sp_fs_list_icon_a_sm)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24719
	inline TAknWindowComponentLayout aid_sp_fs_list_icon_d(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_sp_fs_list_icon_d_sig*)(GetFunction(EApiId_aid_sp_fs_list_icon_d)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout aid_sp_fs_text_primary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_sp_fs_text_primary_sig*)(GetFunction(EApiId_aid_sp_fs_text_primary)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout aid_sp_fs_text_secondary(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_sp_fs_text_secondary_sig*)(GetFunction(EApiId_aid_sp_fs_text_secondary)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_sig*)(GetFunction(EApiId_list_medium_line)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g2_sig*)(GetFunction(EApiId_list_medium_line_g2)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g3_sig*)(GetFunction(EApiId_list_medium_line_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_plain(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_sig*)(GetFunction(EApiId_list_medium_line_plain)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout list_medium_line_plain_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t2_sig*)(GetFunction(EApiId_list_medium_line_plain_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24735
	inline TAknWindowComponentLayout list_medium_line_plain_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t3_sig*)(GetFunction(EApiId_list_medium_line_plain_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24737
	inline TAknWindowComponentLayout list_medium_line_right_icon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_icon_sig*)(GetFunction(EApiId_list_medium_line_right_icon)))(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
	inline TAknWindowComponentLayout list_medium_line_right_iconx2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_iconx2_sig*)(GetFunction(EApiId_list_medium_line_right_iconx2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24741
	inline TAknWindowComponentLayout list_medium_line_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_sig*)(GetFunction(EApiId_list_medium_line_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24743
	inline TAknWindowComponentLayout list_medium_line_t2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g2_sig*)(GetFunction(EApiId_list_medium_line_t2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24745
	inline TAknWindowComponentLayout list_medium_line_t2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_sig*)(GetFunction(EApiId_list_medium_line_t2_g3)))(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_medium_line_t2_right_icon(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_icon_sig*)(GetFunction(EApiId_list_medium_line_t2_right_icon)))(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
	inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24750
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24751
	inline TAknWindowComponentLayout list_medium_line_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_sig*)(GetFunction(EApiId_list_medium_line_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24753
	inline TAknWindowComponentLayout list_medium_line_t3_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_sig*)(GetFunction(EApiId_list_medium_line_t3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24755
	inline TAknWindowComponentLayout list_medium_line_t3_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_sig*)(GetFunction(EApiId_list_medium_line_t3_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_t3_right_iconx2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2)))(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
	inline TAknWindowComponentLayout list_medium_line_t4_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t4_g4_sig*)(GetFunction(EApiId_list_medium_line_t4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24761
	inline TAknWindowComponentLayout list_medium_line_x2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_sig*)(GetFunction(EApiId_list_medium_line_x2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24763
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24765
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_x2_t2_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g4_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g4)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout list_medium_line_x2_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24771
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24773
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24775
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout list_medium_line_x2_t4_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2)))(aVariety, aCol, aRow); }
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 list_medium_line_x2_t4_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g4_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g4)))(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 TAknWindowComponentLayout list_medium_line_x3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_sig*)(GetFunction(EApiId_list_medium_line_x3)))(aVariety, aCol, aRow); }
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
	inline TAknWindowComponentLayout list_medium_line_x3_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_sig*)(GetFunction(EApiId_list_medium_line_x3_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24785
	inline TAknWindowComponentLayout list_medium_line_x3_t4_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24787
	inline TAknWindowComponentLayout list_medium_line_x4_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_sig*)(GetFunction(EApiId_list_medium_line_x4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24789
	inline TAknWindowComponentLayout list_medium_line_x4_t4_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24791
	inline TAknWindowComponentLayout list_medium_line_x4_t5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t5_sig*)(GetFunction(EApiId_list_medium_line_x4_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24793
	inline TAknLayoutScalableParameterLimits list_single_fs_dyc_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_dyc_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_dyc_pane_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 list_single_fs_dyc_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_dyc_pane_sig*)(GetFunction(EApiId_list_single_fs_dyc_pane)))(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
	// LAF Table : list_medium_line_x4_t4_g7
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24798
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24800
	inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g1_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24802
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24804
	inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g2_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24806
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24808
	inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g3_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24810
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g4_ParamLimits)))(aVariety); }
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 list_medium_line_x4_t4_g7_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g4_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g4)))(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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g5_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g5_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g5)))(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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g6_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g6_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout list_medium_line_x4_t4_g7_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g6_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g7_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g7_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g7_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g7_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24826
	inline TAknLayoutScalableTableLimits list_medium_line_x4_t4_g7_g_Limits() const		{ return (*(Tlist_medium_line_x4_t4_g7_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24828
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24830
	inline TAknWindowComponentLayout list_medium_line_x4_t4_g7_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_g_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x4_t4_g7_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_t1_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t2_ParamLimits)))(aVariety); }
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 list_medium_line_x4_t4_g7_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_t2_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t2)))(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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t3_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout list_medium_line_x4_t4_g7_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_t3_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_t4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t4_ParamLimits)))(aVariety); }
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
	inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_t4_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24848
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_t5_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24850
	inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_t5_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24852
	inline TAknLayoutScalableTableLimits list_medium_line_x4_t4_g7_t_Limits() const		{ return (*(Tlist_medium_line_x4_t4_g7_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24854
	inline TAknLayoutScalableParameterLimits list_medium_line_x4_t4_g7_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x4_t4_g7_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24856
	inline TAknTextComponentLayout list_medium_line_x4_t4_g7_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_g7_t_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_g7_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24858
	// LAF Table : list_single_fs_dyc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24859
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_ParamLimits)))(aVariety); }
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 list_single_dyc_row_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_sig*)(GetFunction(EApiId_list_single_dyc_row_pane)))(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 : main_call5_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24864
	inline TAknLayoutScalableParameterLimits call5_gesture_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_gesture_pane_ParamLimits_sig*)(GetFunction(EApiId_call5_gesture_pane_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 TAknWindowComponentLayout call5_gesture_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_gesture_pane_sig*)(GetFunction(EApiId_call5_gesture_pane)))(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 TAknLayoutScalableParameterLimits call5_windows_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_windows_pane_ParamLimits_sig*)(GetFunction(EApiId_call5_windows_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout call5_windows_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_windows_pane_sig*)(GetFunction(EApiId_call5_windows_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : call5_gesture_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24873
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24875
	inline TAknWindowComponentLayout call5_swipe_1_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_cp_sig*)(GetFunction(EApiId_call5_swipe_1_pane_cp)))(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
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_cp_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24879
	inline TAknWindowComponentLayout call5_swipe_2_pane_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_cp_sig*)(GetFunction(EApiId_call5_swipe_2_pane_cp)))(aVariety, aCol, aRow); }
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
	// LAF Table : call5_windows_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24882
	inline TAknWindowComponentLayout call5_image_pane_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_image_pane_cp_sig*)(GetFunction(EApiId_call5_image_pane_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24884
	inline TAknLayoutScalableParameterLimits popup_call5_audio_first_window_cp_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call5_audio_first_window_cp_ParamLimits_sig*)(GetFunction(EApiId_popup_call5_audio_first_window_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24886
	inline TAknWindowComponentLayout popup_call5_audio_first_window_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call5_audio_first_window_cp_sig*)(GetFunction(EApiId_popup_call5_audio_first_window_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24888
	// LAF Table : call5_swipe_1_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24889
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_g1_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_g1_cp_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24891
	inline TAknWindowComponentLayout call5_swipe_1_pane_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_g1_cp_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24893
	inline TAknWindowComponentLayout call5_swipe_1_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_g2_cp_sig*)(GetFunction(EApiId_call5_swipe_1_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24895
	inline TAknLayoutScalableParameterLimits call5_swipe_1_pane_t1_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_1_pane_t1_cp_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_1_pane_t1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24897
	inline TAknTextComponentLayout call5_swipe_1_pane_t1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_1_pane_t1_cp_sig*)(GetFunction(EApiId_call5_swipe_1_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24899
	// LAF Table : call5_swipe_2_pane_cp
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24900
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_g1_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_g1_cp_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24902
	inline TAknWindowComponentLayout call5_swipe_2_pane_g1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_g1_cp_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24904
	inline TAknWindowComponentLayout call5_swipe_2_pane_g2_cp(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_g2_cp_sig*)(GetFunction(EApiId_call5_swipe_2_pane_g2_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24906
	inline TAknLayoutScalableParameterLimits call5_swipe_2_pane_t1_cp_ParamLimits(TInt aVariety) const		{ return (*(Tcall5_swipe_2_pane_t1_cp_ParamLimits_sig*)(GetFunction(EApiId_call5_swipe_2_pane_t1_cp_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24908
	inline TAknTextComponentLayout call5_swipe_2_pane_t1_cp(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall5_swipe_2_pane_t1_cp_sig*)(GetFunction(EApiId_call5_swipe_2_pane_t1_cp)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24910
	// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24911
	inline TAknWindowComponentLayout main_sp_fs_email_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_email_pane_sig*)(GetFunction(EApiId_main_sp_fs_email_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24913
	inline TAknWindowComponentLayout main_sp_fs_listscroll_pane_te(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_listscroll_pane_te_sig*)(GetFunction(EApiId_main_sp_fs_listscroll_pane_te)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24915
	inline TAknLayoutScalableParameterLimits popup_sp_fs_action_menu_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_sp_fs_action_menu_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24917
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_pane_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24919
	// LAF Table : bg_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24920
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_pane_g1_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24922
	// LAF Table : bg_sp_fs_ctrlbar_ddmenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24923
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g1_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24925
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g2_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24927
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g3_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24929
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g4_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24931
	inline TAknLayoutScalableTableLimits bg_sp_fs_ctrlbar_ddmenu_pane_g_Limits() const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g_Limits_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24933
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_g_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24935
	// LAF Table : main_sp_fs_ctrlbar_ddmenu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24936
	inline TAknLayoutScalableParameterLimits bg_sp_fs_ctrlbar_ddmenu_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24938
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_ddmenu_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_ddmenu_pane_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_ddmenu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24940
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24942
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g1_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24944
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24946
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g2_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24948
	inline TAknLayoutScalableTableLimits main_sp_fs_ctrlbar_ddmenu_pane_g_Limits() const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g_Limits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24950
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24952
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_g_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24954
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_ddmenu_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24956
	inline TAknTextComponentLayout main_sp_fs_ctrlbar_ddmenu_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_t1_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24958
	// LAF Table : list_medium_line_t2_right_icon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24959
	inline TAknWindowComponentLayout list_medium_line_t2_right_icon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_icon_g1_sig*)(GetFunction(EApiId_list_medium_line_t2_right_icon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24960
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24961
	inline TAknTextComponentLayout list_medium_line_t2_right_icon_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_icon_t1_sig*)(GetFunction(EApiId_list_medium_line_t2_right_icon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24963
	inline TAknTextComponentLayout list_medium_line_t2_right_icon_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_icon_t2_sig*)(GetFunction(EApiId_list_medium_line_t2_right_icon_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24965
	inline TAknLayoutScalableTableLimits list_medium_line_t2_right_icon_t_Limits() const		{ return (*(Tlist_medium_line_t2_right_icon_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_right_icon_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24967
	inline TAknTextComponentLayout list_medium_line_t2_right_icon_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_icon_t_sig*)(GetFunction(EApiId_list_medium_line_t2_right_icon_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24969
	// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24970
	inline TAknLayoutScalableParameterLimits bg_sp_fs_ctrlbar_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sp_fs_ctrlbar_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24972
	inline TAknWindowComponentLayout bg_sp_fs_ctrlbar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_ctrlbar_pane_sig*)(GetFunction(EApiId_bg_sp_fs_ctrlbar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24974
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_button_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_button_pane_cp01_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_button_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24976
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_ddmenu_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_ddmenu_pane_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_ddmenu_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24978
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g1_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24980
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g2_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24982
	inline TAknLayoutScalableTableLimits main_sp_fs_ctrlbar_pane_g_Limits() const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g_Limits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24984
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24986
	inline TAknTextComponentLayout main_sp_fs_ctrlbar_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_t1_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24988
	// LAF Table : main_sp_fs_email_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24989
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24991
	inline TAknWindowComponentLayout main_sp_fs_listscroll_pane_te_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_listscroll_pane_te_cp01_sig*)(GetFunction(EApiId_main_sp_fs_listscroll_pane_te_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24993
	inline TAknLayoutScalableParameterLimits popup_sp_fs_action_menu_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_sp_fs_action_menu_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24995
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_pane_cp01_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24997
	// LAF Table : sp_fs_action_menu_list_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24998
	inline TAknLayoutScalableParameterLimits bg_sp_fs_highlight_list_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sp_fs_highlight_list_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_sp_fs_highlight_list_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 24999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25000
	inline TAknWindowComponentLayout bg_sp_fs_highlight_list_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_highlight_list_pane_cp01_sig*)(GetFunction(EApiId_bg_sp_fs_highlight_list_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25002
	inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25004
	inline TAknWindowComponentLayout sp_fs_action_menu_list_gene_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g1_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25006
	inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25007
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25008
	inline TAknWindowComponentLayout sp_fs_action_menu_list_gene_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g2_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25010
	inline TAknLayoutScalableTableLimits sp_fs_action_menu_list_gene_pane_g_Limits() const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g_Limits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25012
	inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25014
	inline TAknWindowComponentLayout sp_fs_action_menu_list_gene_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_g_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25016
	inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25018
	inline TAknTextComponentLayout sp_fs_action_menu_list_gene_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_t1_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25020
	// LAF Table : sp_fs_action_menu_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25021
	inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_gene_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25023
	inline TAknWindowComponentLayout sp_fs_action_menu_list_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_action_menu_list_gene_pane_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25025
	// LAF Table : popup_sp_fs_action_menu_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25026
	inline TAknLayoutScalableParameterLimits popup_sp_fs_action_menu_bg_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25028
	inline TAknWindowComponentLayout popup_sp_fs_action_menu_bg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_action_menu_bg_pane_sig*)(GetFunction(EApiId_popup_sp_fs_action_menu_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25030
	inline TAknLayoutScalableParameterLimits sp_fs_action_menu_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_action_menu_list_pane_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25032
	inline TAknWindowComponentLayout sp_fs_action_menu_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_action_menu_list_pane_sig*)(GetFunction(EApiId_sp_fs_action_menu_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25034
	inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_scroll_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25036
	inline TAknWindowComponentLayout sp_fs_scroll_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_scroll_pane_cp01_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25038
	// LAF Table : list_medium_line_plain_t2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25039
	inline TAknTextComponentLayout list_medium_line_plain_t2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t2_t1_sig*)(GetFunction(EApiId_list_medium_line_plain_t2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25041
	inline TAknTextComponentLayout list_medium_line_plain_t2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t2_t2_sig*)(GetFunction(EApiId_list_medium_line_plain_t2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25043
	inline TAknLayoutScalableTableLimits list_medium_line_plain_t2_t_Limits() const		{ return (*(Tlist_medium_line_plain_t2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_plain_t2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25045
	inline TAknTextComponentLayout list_medium_line_plain_t2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t2_t_sig*)(GetFunction(EApiId_list_medium_line_plain_t2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25047
	// LAF Table : list_medium_line_plain_t3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25048
	inline TAknTextComponentLayout list_medium_line_plain_t3_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t3_t1_sig*)(GetFunction(EApiId_list_medium_line_plain_t3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25049
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25050
	inline TAknTextComponentLayout list_medium_line_plain_t3_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t3_t2_sig*)(GetFunction(EApiId_list_medium_line_plain_t3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25051
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25052
	inline TAknTextComponentLayout list_medium_line_plain_t3_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t3_t3_sig*)(GetFunction(EApiId_list_medium_line_plain_t3_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25054
	inline TAknLayoutScalableTableLimits list_medium_line_plain_t3_t_Limits() const		{ return (*(Tlist_medium_line_plain_t3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_plain_t3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25056
	inline TAknTextComponentLayout list_medium_line_plain_t3_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_plain_t3_t_sig*)(GetFunction(EApiId_list_medium_line_plain_t3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25058
	// LAF Table : list_medium_line_x2_t2_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25059
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25061
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25063
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25065
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25066
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25067
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g2_g_Limits() const		{ return (*(Tlist_medium_line_x2_t2_g2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25069
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25071
	inline TAknWindowComponentLayout list_medium_line_x2_t2_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25073
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25075
	inline TAknTextComponentLayout list_medium_line_x2_t2_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25077
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g2_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25079
	inline TAknTextComponentLayout list_medium_line_x2_t2_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25080
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25081
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t2_g2_t_Limits() const		{ return (*(Tlist_medium_line_x2_t2_g2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25082
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25083
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t2_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t2_g2_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25084
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25085
	inline TAknTextComponentLayout list_medium_line_x2_t2_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t2_g2_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t2_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25087
	// LAF Table : list_medium_line_x2_t4_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25088
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25090
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25092
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25094
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25096
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t4_g2_g_Limits() const		{ return (*(Tlist_medium_line_x2_t4_g2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25098
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25100
	inline TAknWindowComponentLayout list_medium_line_x2_t4_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25102
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25104
	inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25106
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25108
	inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25110
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25112
	inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25114
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_t4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25116
	inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_t4_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25118
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t4_g2_t_Limits() const		{ return (*(Tlist_medium_line_x2_t4_g2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25120
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t4_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t4_g2_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25122
	inline TAknTextComponentLayout list_medium_line_x2_t4_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t4_g2_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t4_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25124
	// LAF Table : list_medium_line_t3_right_iconx2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25125
	inline TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_g1_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25127
	inline TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_g2_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25129
	inline TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_g3_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25131
	inline TAknLayoutScalableTableLimits list_medium_line_t3_right_iconx2_g_Limits() const		{ return (*(Tlist_medium_line_t3_right_iconx2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25133
	inline TAknWindowComponentLayout list_medium_line_t3_right_iconx2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_g_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25135
	inline TAknTextComponentLayout list_medium_line_t3_right_iconx2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_t1_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25137
	inline TAknTextComponentLayout list_medium_line_t3_right_iconx2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_t2_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25139
	inline TAknLayoutScalableTableLimits list_medium_line_t3_right_iconx2_t_Limits() const		{ return (*(Tlist_medium_line_t3_right_iconx2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25141
	inline TAknTextComponentLayout list_medium_line_t3_right_iconx2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_right_iconx2_t_sig*)(GetFunction(EApiId_list_medium_line_t3_right_iconx2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25143
	// LAF Table : list_medium_line_x3_t4_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25144
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25146
	inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_g1_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25148
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25150
	inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_g2_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25152
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25154
	inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_g3_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25156
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_g4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25158
	inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_g4_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25160
	inline TAknLayoutScalableTableLimits list_medium_line_x3_t4_g4_g_Limits() const		{ return (*(Tlist_medium_line_x3_t4_g4_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25162
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25164
	inline TAknWindowComponentLayout list_medium_line_x3_t4_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_g_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25166
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25168
	inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_t1_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25170
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25172
	inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_t2_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25174
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25176
	inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_t3_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25177
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25178
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_t4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25180
	inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_t4_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25182
	inline TAknLayoutScalableTableLimits list_medium_line_x3_t4_g4_t_Limits() const		{ return (*(Tlist_medium_line_x3_t4_g4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25183
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25184
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t4_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t4_g4_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25185
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25186
	inline TAknTextComponentLayout list_medium_line_x3_t4_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t4_g4_t_sig*)(GetFunction(EApiId_list_medium_line_x3_t4_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25187
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25188
	// LAF Table : list_single_dyc_row_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25189
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25191
	inline TAknTextComponentLayout list_single_dyc_row_text_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_text_pane_t1_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25193
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_text_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25195
	inline TAknTextComponentLayout list_single_dyc_row_text_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_text_pane_t2_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25197
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_text_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25199
	inline TAknTextComponentLayout list_single_dyc_row_text_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_text_pane_t3_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25200
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25201
	inline TAknLayoutScalableTableLimits list_single_dyc_row_text_pane_t_Limits() const		{ return (*(Tlist_single_dyc_row_text_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25203
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_dyc_row_text_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25205
	inline TAknTextComponentLayout list_single_dyc_row_text_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_text_pane_t_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25207
	// LAF Table : list_single_dyc_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25208
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25210
	inline TAknWindowComponentLayout list_single_dyc_row_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_g1_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25212
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25214
	inline TAknWindowComponentLayout list_single_dyc_row_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_g2_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25216
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25218
	inline TAknWindowComponentLayout list_single_dyc_row_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_g3_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25220
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25222
	inline TAknWindowComponentLayout list_single_dyc_row_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_g4_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25224
	inline TAknLayoutScalableTableLimits list_single_dyc_row_pane_g_Limits() const		{ return (*(Tlist_single_dyc_row_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25226
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_dyc_row_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25228
	inline TAknWindowComponentLayout list_single_dyc_row_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_g_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25230
	inline TAknLayoutScalableParameterLimits list_single_dyc_row_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_dyc_row_text_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25232
	inline TAknWindowComponentLayout list_single_dyc_row_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_text_pane_sig*)(GetFunction(EApiId_list_single_dyc_row_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25234
	// LAF Table : sp_fs_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25235
	inline TAknWindowComponentLayout bg_sp_fs_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_scroll_pane_sig*)(GetFunction(EApiId_bg_sp_fs_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25237
	inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tthumb_sp_fs_scroll_pane_sig*)(GetFunction(EApiId_thumb_sp_fs_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25239
	// LAF Table : list_medium_line
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25240
	inline TAknLayoutScalableParameterLimits list_medium_line_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25242
	inline TAknWindowComponentLayout list_medium_line_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g1_sig*)(GetFunction(EApiId_list_medium_line_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25244
	inline TAknLayoutScalableParameterLimits list_medium_line_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25246
	inline TAknTextComponentLayout list_medium_line_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t1_sig*)(GetFunction(EApiId_list_medium_line_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25248
	// LAF Table : list_medium_line_x2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25249
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25251
	inline TAknWindowComponentLayout list_medium_line_x2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25253
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25255
	inline TAknWindowComponentLayout list_medium_line_x2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25257
	inline TAknLayoutScalableTableLimits list_medium_line_x2_g_Limits() const		{ return (*(Tlist_medium_line_x2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25259
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25261
	inline TAknWindowComponentLayout list_medium_line_x2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_g_sig*)(GetFunction(EApiId_list_medium_line_x2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25263
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25264
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25265
	inline TAknTextComponentLayout list_medium_line_x2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25266
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25267
	// LAF Table : list_medium_line_x3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25268
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25270
	inline TAknWindowComponentLayout list_medium_line_x3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_g1_sig*)(GetFunction(EApiId_list_medium_line_x3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25272
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25274
	inline TAknWindowComponentLayout list_medium_line_x3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_g2_sig*)(GetFunction(EApiId_list_medium_line_x3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25276
	inline TAknLayoutScalableTableLimits list_medium_line_x3_g_Limits() const		{ return (*(Tlist_medium_line_x3_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25278
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x3_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25280
	inline TAknWindowComponentLayout list_medium_line_x3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_g_sig*)(GetFunction(EApiId_list_medium_line_x3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25282
	inline TAknLayoutScalableParameterLimits list_medium_line_x3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25284
	inline TAknTextComponentLayout list_medium_line_x3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x3_t1_sig*)(GetFunction(EApiId_list_medium_line_x3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25286
	// LAF Table : thumb_sp_fs_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25287
	inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tthumb_sp_fs_scroll_pane_g1_sig*)(GetFunction(EApiId_thumb_sp_fs_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25289
	inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tthumb_sp_fs_scroll_pane_g2_sig*)(GetFunction(EApiId_thumb_sp_fs_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25291
	inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tthumb_sp_fs_scroll_pane_g3_sig*)(GetFunction(EApiId_thumb_sp_fs_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25293
	inline TAknLayoutScalableTableLimits thumb_sp_fs_scroll_pane_g_Limits() const		{ return (*(Tthumb_sp_fs_scroll_pane_g_Limits_sig*)(GetFunction(EApiId_thumb_sp_fs_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25295
	inline TAknWindowComponentLayout thumb_sp_fs_scroll_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tthumb_sp_fs_scroll_pane_g_sig*)(GetFunction(EApiId_thumb_sp_fs_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25297
	// LAF Table : bg_sp_fs_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25298
	inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_scroll_pane_g1_sig*)(GetFunction(EApiId_bg_sp_fs_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25300
	inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_scroll_pane_g2_sig*)(GetFunction(EApiId_bg_sp_fs_scroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25302
	inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_scroll_pane_g3_sig*)(GetFunction(EApiId_bg_sp_fs_scroll_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25304
	inline TAknLayoutScalableTableLimits bg_sp_fs_scroll_pane_g_Limits() const		{ return (*(Tbg_sp_fs_scroll_pane_g_Limits_sig*)(GetFunction(EApiId_bg_sp_fs_scroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25306
	inline TAknWindowComponentLayout bg_sp_fs_scroll_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_scroll_pane_g_sig*)(GetFunction(EApiId_bg_sp_fs_scroll_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25307
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25308
	// LAF Table : list_medium_line_x2_t3_g4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25309
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25311
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_g1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25312
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25313
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25315
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_g2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25317
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25319
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_g3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25321
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_g4_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25323
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_g4_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25325
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g4_g_Limits() const		{ return (*(Tlist_medium_line_x2_t3_g4_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25327
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25329
	inline TAknWindowComponentLayout list_medium_line_x2_t3_g4_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_g_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25331
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25333
	inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_t1_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25335
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25337
	inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_t2_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25339
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25341
	inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_t3_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25343
	inline TAknLayoutScalableTableLimits list_medium_line_x2_t3_g4_t_Limits() const		{ return (*(Tlist_medium_line_x2_t3_g4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25345
	inline TAknLayoutScalableParameterLimits list_medium_line_x2_t3_g4_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_x2_t3_g4_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25347
	inline TAknTextComponentLayout list_medium_line_x2_t3_g4_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x2_t3_g4_t_sig*)(GetFunction(EApiId_list_medium_line_x2_t3_g4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25348
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25349
	// LAF Table : list_medium_line_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25350
	inline TAknLayoutScalableParameterLimits list_medium_line_g2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25352
	inline TAknWindowComponentLayout list_medium_line_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g2_g1_sig*)(GetFunction(EApiId_list_medium_line_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25354
	inline TAknLayoutScalableParameterLimits list_medium_line_g2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25355
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25356
	inline TAknWindowComponentLayout list_medium_line_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g2_g2_sig*)(GetFunction(EApiId_list_medium_line_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25357
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25358
	inline TAknLayoutScalableTableLimits list_medium_line_g2_g_Limits() const		{ return (*(Tlist_medium_line_g2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25359
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25360
	inline TAknLayoutScalableParameterLimits list_medium_line_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_g2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25361
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25362
	inline TAknWindowComponentLayout list_medium_line_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g2_g_sig*)(GetFunction(EApiId_list_medium_line_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25363
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25364
	inline TAknLayoutScalableParameterLimits list_medium_line_g2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25366
	inline TAknTextComponentLayout list_medium_line_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g2_t1_sig*)(GetFunction(EApiId_list_medium_line_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25368
	// LAF Table : list_medium_line_t3_g2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25369
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25371
	inline TAknWindowComponentLayout list_medium_line_t3_g2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_g1_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25373
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25375
	inline TAknWindowComponentLayout list_medium_line_t3_g2_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_g2_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25377
	inline TAknLayoutScalableTableLimits list_medium_line_t3_g2_g_Limits() const		{ return (*(Tlist_medium_line_t3_g2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25379
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25381
	inline TAknWindowComponentLayout list_medium_line_t3_g2_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_g_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25383
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25385
	inline TAknTextComponentLayout list_medium_line_t3_g2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_t1_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25387
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25389
	inline TAknTextComponentLayout list_medium_line_t3_g2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_t2_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25391
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25393
	inline TAknTextComponentLayout list_medium_line_t3_g2_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_t3_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25395
	inline TAknLayoutScalableTableLimits list_medium_line_t3_g2_t_Limits() const		{ return (*(Tlist_medium_line_t3_g2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25397
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g2_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g2_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25399
	inline TAknTextComponentLayout list_medium_line_t3_g2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g2_t_sig*)(GetFunction(EApiId_list_medium_line_t3_g2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25401
	// LAF Table : list_medium_line_right_icon
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25402
	inline TAknWindowComponentLayout list_medium_line_right_icon_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_icon_g1_sig*)(GetFunction(EApiId_list_medium_line_right_icon_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25404
	inline TAknTextComponentLayout list_medium_line_right_icon_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_icon_t1_sig*)(GetFunction(EApiId_list_medium_line_right_icon_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25406
	// LAF Table : list_medium_line_t2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25407
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25409
	inline TAknWindowComponentLayout list_medium_line_t2_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g1_sig*)(GetFunction(EApiId_list_medium_line_t2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25411
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25413
	inline TAknTextComponentLayout list_medium_line_t2_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_t1_sig*)(GetFunction(EApiId_list_medium_line_t2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25415
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25416
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25417
	inline TAknTextComponentLayout list_medium_line_t2_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_t2_sig*)(GetFunction(EApiId_list_medium_line_t2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25419
	inline TAknLayoutScalableTableLimits list_medium_line_t2_t_Limits() const		{ return (*(Tlist_medium_line_t2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25420
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25421
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t2_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25422
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25423
	inline TAknTextComponentLayout list_medium_line_t2_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_t_sig*)(GetFunction(EApiId_list_medium_line_t2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25425
	// LAF Table : list_medium_line_t3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25426
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25428
	inline TAknWindowComponentLayout list_medium_line_t3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g1_sig*)(GetFunction(EApiId_list_medium_line_t3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25430
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25432
	inline TAknTextComponentLayout list_medium_line_t3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_t1_sig*)(GetFunction(EApiId_list_medium_line_t3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25434
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25436
	inline TAknTextComponentLayout list_medium_line_t3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_t2_sig*)(GetFunction(EApiId_list_medium_line_t3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25438
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25440
	inline TAknTextComponentLayout list_medium_line_t3_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_t3_sig*)(GetFunction(EApiId_list_medium_line_t3_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25442
	inline TAknLayoutScalableTableLimits list_medium_line_t3_t_Limits() const		{ return (*(Tlist_medium_line_t3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25444
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t3_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25446
	inline TAknTextComponentLayout list_medium_line_t3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_t_sig*)(GetFunction(EApiId_list_medium_line_t3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25448
	// LAF Table : list_medium_line_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25449
	inline TAknLayoutScalableParameterLimits list_medium_line_g3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25451
	inline TAknWindowComponentLayout list_medium_line_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g3_g1_sig*)(GetFunction(EApiId_list_medium_line_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25453
	inline TAknLayoutScalableParameterLimits list_medium_line_g3_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g3_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25455
	inline TAknWindowComponentLayout list_medium_line_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g3_g2_sig*)(GetFunction(EApiId_list_medium_line_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25457
	inline TAknLayoutScalableParameterLimits list_medium_line_g3_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g3_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25459
	inline TAknWindowComponentLayout list_medium_line_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g3_g3_sig*)(GetFunction(EApiId_list_medium_line_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25461
	inline TAknLayoutScalableTableLimits list_medium_line_g3_g_Limits() const		{ return (*(Tlist_medium_line_g3_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25463
	inline TAknLayoutScalableParameterLimits list_medium_line_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_g3_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25465
	inline TAknWindowComponentLayout list_medium_line_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g3_g_sig*)(GetFunction(EApiId_list_medium_line_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25467
	inline TAknLayoutScalableParameterLimits list_medium_line_g3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_g3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25469
	inline TAknTextComponentLayout list_medium_line_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_g3_t1_sig*)(GetFunction(EApiId_list_medium_line_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25471
	// LAF Table : list_medium_line_t2_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25472
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25474
	inline TAknWindowComponentLayout list_medium_line_t2_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_g1_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25476
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25478
	inline TAknWindowComponentLayout list_medium_line_t2_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_g2_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25480
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25482
	inline TAknWindowComponentLayout list_medium_line_t2_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_g3_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25484
	inline TAknLayoutScalableTableLimits list_medium_line_t2_g3_g_Limits() const		{ return (*(Tlist_medium_line_t2_g3_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25486
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25488
	inline TAknWindowComponentLayout list_medium_line_t2_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_g_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25490
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25492
	inline TAknTextComponentLayout list_medium_line_t2_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_t1_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25493
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25494
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25496
	inline TAknTextComponentLayout list_medium_line_t2_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_t2_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25498
	inline TAknLayoutScalableTableLimits list_medium_line_t2_g3_t_Limits() const		{ return (*(Tlist_medium_line_t2_g3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25500
	inline TAknLayoutScalableParameterLimits list_medium_line_t2_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t2_g3_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25502
	inline TAknTextComponentLayout list_medium_line_t2_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_g3_t_sig*)(GetFunction(EApiId_list_medium_line_t2_g3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25504
	// LAF Table : list_medium_line_t3_g3
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25505
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_g1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25507
	inline TAknWindowComponentLayout list_medium_line_t3_g3_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_g1_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25509
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_g2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25510
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25511
	inline TAknWindowComponentLayout list_medium_line_t3_g3_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_g2_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25512
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25513
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_g3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25514
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25515
	inline TAknWindowComponentLayout list_medium_line_t3_g3_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_g3_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25517
	inline TAknLayoutScalableTableLimits list_medium_line_t3_g3_g_Limits() const		{ return (*(Tlist_medium_line_t3_g3_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25519
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_g_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25521
	inline TAknWindowComponentLayout list_medium_line_t3_g3_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_g_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25523
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_t1_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25525
	inline TAknTextComponentLayout list_medium_line_t3_g3_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_t1_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25527
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_t2_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25529
	inline TAknTextComponentLayout list_medium_line_t3_g3_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_t2_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25531
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_t3_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25533
	inline TAknTextComponentLayout list_medium_line_t3_g3_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_t3_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25535
	inline TAknLayoutScalableTableLimits list_medium_line_t3_g3_t_Limits() const		{ return (*(Tlist_medium_line_t3_g3_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25537
	inline TAknLayoutScalableParameterLimits list_medium_line_t3_g3_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_medium_line_t3_g3_t_ParamLimits_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25539
	inline TAknTextComponentLayout list_medium_line_t3_g3_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t3_g3_t_sig*)(GetFunction(EApiId_list_medium_line_t3_g3_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25541
	// LAF Table : list_medium_line_right_iconx2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25542
	inline TAknWindowComponentLayout list_medium_line_right_iconx2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_iconx2_g1_sig*)(GetFunction(EApiId_list_medium_line_right_iconx2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25544
	inline TAknWindowComponentLayout list_medium_line_right_iconx2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_iconx2_g2_sig*)(GetFunction(EApiId_list_medium_line_right_iconx2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25546
	inline TAknLayoutScalableTableLimits list_medium_line_right_iconx2_g_Limits() const		{ return (*(Tlist_medium_line_right_iconx2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_right_iconx2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25548
	inline TAknWindowComponentLayout list_medium_line_right_iconx2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_iconx2_g_sig*)(GetFunction(EApiId_list_medium_line_right_iconx2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25550
	inline TAknTextComponentLayout list_medium_line_right_iconx2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_right_iconx2_t1_sig*)(GetFunction(EApiId_list_medium_line_right_iconx2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25552
	// LAF Table : list_medium_line_t2_right_iconx2
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25553
	inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_g1_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25555
	inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_g2_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25557
	inline TAknLayoutScalableTableLimits list_medium_line_t2_right_iconx2_g_Limits() const		{ return (*(Tlist_medium_line_t2_right_iconx2_g_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25559
	inline TAknWindowComponentLayout list_medium_line_t2_right_iconx2_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_g_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25561
	inline TAknTextComponentLayout list_medium_line_t2_right_iconx2_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_t1_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25563
	inline TAknTextComponentLayout list_medium_line_t2_right_iconx2_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_t2_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25565
	inline TAknLayoutScalableTableLimits list_medium_line_t2_right_iconx2_t_Limits() const		{ return (*(Tlist_medium_line_t2_right_iconx2_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25567
	inline TAknTextComponentLayout list_medium_line_t2_right_iconx2_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_t2_right_iconx2_t_sig*)(GetFunction(EApiId_list_medium_line_t2_right_iconx2_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25569
	// LAF Table : list_medium_line_x4_t4
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25570
	inline TAknTextComponentLayout list_medium_line_x4_t4_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_t1_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25572
	inline TAknTextComponentLayout list_medium_line_x4_t4_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_t2_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25574
	inline TAknTextComponentLayout list_medium_line_x4_t4_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_t3_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25576
	inline TAknTextComponentLayout list_medium_line_x4_t4_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_t4_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25578
	inline TAknLayoutScalableTableLimits list_medium_line_x4_t4_t_Limits() const		{ return (*(Tlist_medium_line_x4_t4_t_Limits_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25580
	inline TAknTextComponentLayout list_medium_line_x4_t4_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_medium_line_x4_t4_t_sig*)(GetFunction(EApiId_list_medium_line_x4_t4_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25582
	// LAF Table : main_tport_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25583
	inline TAknLayoutScalableParameterLimits tport_appsw_pane_ParamLimits(TInt aVariety) const		{ return (*(Ttport_appsw_pane_ParamLimits_sig*)(GetFunction(EApiId_tport_appsw_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25585
	inline TAknWindowComponentLayout tport_appsw_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_appsw_pane_sig*)(GetFunction(EApiId_tport_appsw_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25587
	inline TAknLayoutScalableParameterLimits tport_contact_pane_ParamLimits(TInt aVariety) const		{ return (*(Ttport_contact_pane_ParamLimits_sig*)(GetFunction(EApiId_tport_contact_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25589
	inline TAknWindowComponentLayout tport_contact_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_contact_pane_sig*)(GetFunction(EApiId_tport_contact_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25591
	inline TAknLayoutScalableParameterLimits tport_listscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Ttport_listscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_tport_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25593
	inline TAknWindowComponentLayout tport_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_listscroll_pane_sig*)(GetFunction(EApiId_tport_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25595
	// LAF Table : tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25596
	inline TAknLayoutScalableParameterLimits cell_tport_appsw_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_tport_appsw_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25598
	inline TAknWindowComponentLayout cell_tport_appsw_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_tport_appsw_pane_sig*)(GetFunction(EApiId_cell_tport_appsw_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25600
	inline TAknLayoutScalableParameterLimits tport_appsw_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Ttport_appsw_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_tport_appsw_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25602
	inline TAknWindowComponentLayout tport_appsw_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_appsw_pane_g1_sig*)(GetFunction(EApiId_tport_appsw_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25604
	// LAF Table : tport_contact_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25605
	inline TAknWindowComponentLayout tport_contact_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_contact_pane_g1_sig*)(GetFunction(EApiId_tport_contact_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25607
	inline TAknTextComponentLayout tport_contact_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_contact_pane_t1_sig*)(GetFunction(EApiId_tport_contact_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25609
	inline TAknTextComponentLayout tport_contact_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_contact_pane_t2_sig*)(GetFunction(EApiId_tport_contact_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25611
	inline TAknLayoutScalableTableLimits tport_contact_pane_t_Limits() const		{ return (*(Ttport_contact_pane_t_Limits_sig*)(GetFunction(EApiId_tport_contact_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25613
	inline TAknTextComponentLayout tport_contact_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Ttport_contact_pane_t_sig*)(GetFunction(EApiId_tport_contact_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25615
	// LAF Table : tport_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25616
	inline TAknWindowComponentLayout list_tport_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tport_pane_sig*)(GetFunction(EApiId_list_tport_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25618
	inline TAknWindowComponentLayout scroll_pane_cp_030(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp_030_sig*)(GetFunction(EApiId_scroll_pane_cp_030)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25620
	// LAF Table : cell_tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25621
	inline TAknWindowComponentLayout cell_tport_appsw_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_g1_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25623
	inline TAknTextComponentLayout cell_tport_appsw_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_t1_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25625
	inline TAknWindowComponentLayout grid_highlight_pane_cp019(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp019_sig*)(GetFunction(EApiId_grid_highlight_pane_cp019)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25627
	// LAF Table : list_tport_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25628
	inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_tport_double_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25630
	inline TAknWindowComponentLayout list_tport_double_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tport_double_graphic_pane_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25632
	// LAF Table : list_tport_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25633
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp023_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp023_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp023_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25635
	inline TAknWindowComponentLayout list_highlight_pane_cp023(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp023_sig*)(GetFunction(EApiId_list_highlight_pane_cp023)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25637
	inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tport_double_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25639
	inline TAknWindowComponentLayout list_tport_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tport_double_graphic_pane_g1_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25641
	inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tport_double_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25642
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25643
	inline TAknTextComponentLayout list_tport_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tport_double_graphic_pane_t1_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25644
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25645
	inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_tport_double_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25647
	inline TAknTextComponentLayout list_tport_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tport_double_graphic_pane_t2_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25649
	inline TAknLayoutScalableTableLimits list_tport_double_graphic_pane_t_Limits() const		{ return (*(Tlist_tport_double_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25651
	inline TAknLayoutScalableParameterLimits list_tport_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_tport_double_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25653
	inline TAknTextComponentLayout list_tport_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_tport_double_graphic_pane_t_sig*)(GetFunction(EApiId_list_tport_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25655
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25656
	inline TAknWindowComponentLayout main_cale_note_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cale_note_pane_sig*)(GetFunction(EApiId_main_cale_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25658
	// LAF Table : grid_vitu2_function_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25659
	inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_wide_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_top_wide_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_top_wide_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25661
	inline TAknWindowComponentLayout cell_vitu2_function_top_wide_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_vitu2_function_top_wide_pane_cp01_sig*)(GetFunction(EApiId_cell_vitu2_function_top_wide_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25663
	// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25664
	inline TAknLayoutScalableParameterLimits wait_bar_pane_cp05_ParamLimits(TInt aVariety) const		{ return (*(Twait_bar_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25666
	// LAF Table : main_sp_fs_email_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25667
	inline TAknWindowComponentLayout listscroll_cmail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cmail_pane_sig*)(GetFunction(EApiId_listscroll_cmail_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25668
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25669
	// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25670
	inline TAknWindowComponentLayout list_cmail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cmail_pane_sig*)(GetFunction(EApiId_list_cmail_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25672
	// LAF Table : list_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25673
	inline TAknWindowComponentLayout list_cmail_body_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cmail_body_pane_sig*)(GetFunction(EApiId_list_cmail_body_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25675
	inline TAknWindowComponentLayout list_single_cmail_header_caption_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_caption_pane_sig*)(GetFunction(EApiId_list_single_cmail_header_caption_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25677
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25679
	inline TAknWindowComponentLayout list_single_cmail_header_detail_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25681
	// LAF Table : list_single_cmail_header_caption_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25682
	inline TAknTextComponentLayout list_single_cmail_header_caption_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_caption_pane_t1_sig*)(GetFunction(EApiId_list_single_cmail_header_caption_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25684
	// LAF Table : list_single_cmail_header_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25685
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25687
	inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_g1_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25689
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25691
	inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_g2_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25693
	inline TAknLayoutScalableTableLimits list_single_cmail_header_detail_pane_g_Limits() const		{ return (*(Tlist_single_cmail_header_detail_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25695
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25697
	inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_g_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25699
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25701
	inline TAknTextComponentLayout list_single_cmail_header_detail_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_t1_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25703
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_editor_pane_bg_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25705
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25707
	// LAF Table : list_cmail_body_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25708
	inline TAknWindowComponentLayout list_cmail_body_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cmail_body_pane_g1_sig*)(GetFunction(EApiId_list_cmail_body_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25710
	inline TAknTextComponentLayout list_cmail_body_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cmail_body_pane_t1_sig*)(GetFunction(EApiId_list_cmail_body_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25712
	// LAF Table : list_single_cmail_header_editor_pane_bg
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25713
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25715
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy1_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25717
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy2_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25719
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy3_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25721
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25723
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy1_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25725
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy2_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25727
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy3_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25729
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_g1_copy4_copy3_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_g1_copy4_copy3_copy1_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_g1_copy4_copy3_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25731
	// LAF Table : main_cale_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25732
	inline TAknLayoutScalableParameterLimits calenote_gesture_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_gesture_pane_ParamLimits_sig*)(GetFunction(EApiId_calenote_gesture_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25734
	inline TAknWindowComponentLayout calenote_gesture_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_gesture_pane_sig*)(GetFunction(EApiId_calenote_gesture_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25736
	inline TAknLayoutScalableParameterLimits calenote_window_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_window_pane_ParamLimits_sig*)(GetFunction(EApiId_calenote_window_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25738
	inline TAknWindowComponentLayout calenote_window_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_window_pane_sig*)(GetFunction(EApiId_calenote_window_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25740
	// LAF Table : calenote_window_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25741
	inline TAknWindowComponentLayout popup_note_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_note_window_cp01_sig*)(GetFunction(EApiId_popup_note_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25743
	// LAF Table : calenote_gesture_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25744
	inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_1_pane_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25746
	inline TAknWindowComponentLayout calenote_swipe_1_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_1_pane_sig*)(GetFunction(EApiId_calenote_swipe_1_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25748
	inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_2_pane_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25750
	inline TAknWindowComponentLayout calenote_swipe_2_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_2_pane_sig*)(GetFunction(EApiId_calenote_swipe_2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25752
	// LAF Table : calenote_swipe_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25753
	inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_1_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25755
	inline TAknWindowComponentLayout calenote_swipe_1_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_1_pane_g1_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25757
	inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_1_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25759
	inline TAknWindowComponentLayout calenote_swipe_1_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_1_pane_g2_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25761
	inline TAknLayoutScalableTableLimits calenote_swipe_1_pane_g_Limits() const		{ return (*(Tcalenote_swipe_1_pane_g_Limits_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25763
	inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcalenote_swipe_1_pane_g_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25765
	inline TAknWindowComponentLayout calenote_swipe_1_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_1_pane_g_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25766
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25767
	inline TAknLayoutScalableParameterLimits calenote_swipe_1_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_1_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25769
	inline TAknTextComponentLayout calenote_swipe_1_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_1_pane_t1_sig*)(GetFunction(EApiId_calenote_swipe_1_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25771
	// LAF Table : calenote_swipe_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25772
	inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25774
	inline TAknWindowComponentLayout calenote_swipe_2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_2_pane_g1_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25776
	inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25778
	inline TAknWindowComponentLayout calenote_swipe_2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_2_pane_g2_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25780
	inline TAknLayoutScalableTableLimits calenote_swipe_2_pane_g_Limits() const		{ return (*(Tcalenote_swipe_2_pane_g_Limits_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25782
	inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcalenote_swipe_2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25784
	inline TAknWindowComponentLayout calenote_swipe_2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_2_pane_g_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25785
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25786
	inline TAknLayoutScalableParameterLimits calenote_swipe_2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcalenote_swipe_2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25788
	inline TAknTextComponentLayout calenote_swipe_2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcalenote_swipe_2_pane_t1_sig*)(GetFunction(EApiId_calenote_swipe_2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25790
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25791
	inline TAknWindowComponentLayout main_mup_navstr_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup_navstr_pane_sig*)(GetFunction(EApiId_main_mup_navstr_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25793
	// LAF Table : main_mup3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25794
	inline TAknLayoutScalableParameterLimits main_mup3_pane_t7_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_t7_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25796
	inline TAknTextComponentLayout main_mup3_pane_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mup3_pane_t7_sig*)(GetFunction(EApiId_main_mup3_pane_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25798
	// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25799
	inline TAknLayoutScalableParameterLimits main_mp4_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mp4_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_main_mp4_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25801
	inline TAknWindowComponentLayout main_mp4_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mp4_pane_g6_sig*)(GetFunction(EApiId_main_mp4_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25803
	// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25804
	inline TAknLayoutScalableParameterLimits main_image3_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_image3_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_image3_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25806
	inline TAknTextComponentLayout main_image3_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_image3_pane_t4_sig*)(GetFunction(EApiId_main_image3_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25808
	// LAF Table : main_mup_navstr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25809
	inline TAknLayoutScalableParameterLimits popup_navstr_preview_pane_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_navstr_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_navstr_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25811
	inline TAknWindowComponentLayout popup_navstr_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_navstr_preview_pane_sig*)(GetFunction(EApiId_popup_navstr_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25813
	inline TAknLayoutScalableParameterLimits scroll_navstr_pane_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_navstr_pane_ParamLimits_sig*)(GetFunction(EApiId_scroll_navstr_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25815
	inline TAknWindowComponentLayout scroll_navstr_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_navstr_pane_sig*)(GetFunction(EApiId_scroll_navstr_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25817
	// LAF Table : popup_navstr_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25818
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp04_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25820
	inline TAknTextComponentLayout popup_navstr_preview_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_navstr_preview_pane_t1_sig*)(GetFunction(EApiId_popup_navstr_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25822
	// LAF Table : scroll_navstr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25823
	inline TAknLayoutScalableParameterLimits scroll_navstr_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_navstr_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_scroll_navstr_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25825
	inline TAknWindowComponentLayout scroll_navstr_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_navstr_pane_g1_sig*)(GetFunction(EApiId_scroll_navstr_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25827
	inline TAknLayoutScalableParameterLimits scroll_navstr_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_navstr_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_scroll_navstr_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25829
	inline TAknTextComponentLayout scroll_navstr_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_navstr_pane_t1_sig*)(GetFunction(EApiId_scroll_navstr_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25831
	// LAF Table : calenote_swipe_1_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25832
	inline TAknWindowComponentLayout bg_button_pane_cp014(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp014_sig*)(GetFunction(EApiId_bg_button_pane_cp014)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25834
	// LAF Table : calenote_swipe_2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25835
	inline TAknWindowComponentLayout bg_button_pane_cp030(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp030_sig*)(GetFunction(EApiId_bg_button_pane_cp030)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25837
	// LAF Table : list_single_double_fisheye_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25838
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25840
	inline TAknWindowComponentLayout list_double_fisheye_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_g4_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25842
	inline TAknLayoutScalableParameterLimits list_double_fisheye_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_fisheye_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25844
	inline TAknWindowComponentLayout list_double_fisheye_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_fisheye_pane_g5_sig*)(GetFunction(EApiId_list_double_fisheye_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25846
	// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25847
	inline TAknWindowComponentLayout sp_fs_scroll_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_scroll_pane_cp03_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25849
	// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25850
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25852
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25854
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25855
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25856
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25858
	// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25859
	inline TAknWindowComponentLayout sp_fs_scroll_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_scroll_pane_cp02_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25861
	// LAF Table : popup_sp_fs_calendar_preview_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25862
	inline TAknLayoutScalableParameterLimits popup_sp_fs_calendar_preview_list_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_ParamLimits_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25864
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25866
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25867
	inline TAknWindowComponentLayout main_cam6_pano_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cam6_pano_pane_sig*)(GetFunction(EApiId_main_cam6_pano_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25869
	inline TAknLayoutScalableParameterLimits main_mup3_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mup3_pane_ParamLimits_sig*)(GetFunction(EApiId_main_mup3_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25871
	inline TAknWindowComponentLayout main_phacti_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_phacti_pane_sig*)(GetFunction(EApiId_main_phacti_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25873
	// LAF Table : main_mobtv_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25874
	inline TAknWindowComponentLayout bg_button_pane_cp11(TInt aVariety = 0, 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
 25875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25876
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25877
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25878
	inline TAknWindowComponentLayout main_mobtv_info_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_g2_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25880
	inline TAknLayoutScalableTableLimits main_mobtv_info_pane_g_Limits() const		{ return (*(Tmain_mobtv_info_pane_g_Limits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25882
	inline TAknLayoutScalableParameterLimits main_mobtv_info_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_mobtv_info_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25884
	inline TAknWindowComponentLayout main_mobtv_info_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_mobtv_info_pane_g_sig*)(GetFunction(EApiId_main_mobtv_info_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25886
	// LAF Table : sc_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25887
	inline TAknLayoutScalableParameterLimits sc_clock_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tsc_clock_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_sc_clock_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25888
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25889
	inline TAknTextComponentLayout sc_clock_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsc_clock_pane_t5_sig*)(GetFunction(EApiId_sc_clock_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25890
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25891
	// LAF Table : main_radioblah_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25892
	inline TAknLayoutScalableParameterLimits main_radioblah_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25894
	inline TAknLayoutScalableParameterLimits main_radioblah_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25896
	inline TAknTextComponentLayout main_radioblah_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_t3_sig*)(GetFunction(EApiId_main_radioblah_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25898
	inline TAknLayoutScalableParameterLimits main_radioblah_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25900
	inline TAknTextComponentLayout main_radioblah_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_pane_t4_sig*)(GetFunction(EApiId_main_radioblah_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25902
	inline TAknLayoutScalableParameterLimits main_radioblah_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_text_pane_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25904
	inline TAknWindowComponentLayout main_radioblah_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_text_pane_sig*)(GetFunction(EApiId_main_radioblah_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25906
	// LAF Table : main_radioblah_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25907
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25908
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25909
	inline TAknLayoutScalableParameterLimits main_radioblah_info_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_radioblah_info_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25911
	inline TAknTextComponentLayout main_radioblah_info_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_info_pane_t4_sig*)(GetFunction(EApiId_main_radioblah_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25913
	// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25914
	inline TAknWindowComponentLayout main_sp_fs_calendar_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_calendar_pane_sig*)(GetFunction(EApiId_main_sp_fs_calendar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25916
	// LAF Table : main_phacti_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25917
	inline TAknWindowComponentLayout main_phacti_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_phacti_pane_g1_sig*)(GetFunction(EApiId_main_phacti_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25919
	inline TAknLayoutScalableParameterLimits phacti_note_pane_ParamLimits(TInt aVariety) const		{ return (*(Tphacti_note_pane_ParamLimits_sig*)(GetFunction(EApiId_phacti_note_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25921
	inline TAknWindowComponentLayout phacti_note_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_note_pane_sig*)(GetFunction(EApiId_phacti_note_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25923
	inline TAknLayoutScalableParameterLimits phacti_term_pane_ParamLimits(TInt aVariety) const		{ return (*(Tphacti_term_pane_ParamLimits_sig*)(GetFunction(EApiId_phacti_term_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25925
	inline TAknWindowComponentLayout phacti_term_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_term_pane_sig*)(GetFunction(EApiId_phacti_term_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25927
	// LAF Table : phacti_note_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25928
	inline TAknLayoutScalableParameterLimits phacti_note_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tphacti_note_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_phacti_note_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25930
	inline TAknTextComponentLayout phacti_note_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_note_pane_t1_sig*)(GetFunction(EApiId_phacti_note_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25932
	// LAF Table : phacti_term_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25933
	inline TAknWindowComponentLayout phacti_term_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_term_pane_g1_sig*)(GetFunction(EApiId_phacti_term_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25935
	inline TAknLayoutScalableParameterLimits phacti_term_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tphacti_term_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_phacti_term_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25937
	inline TAknTextComponentLayout phacti_term_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_term_pane_t1_sig*)(GetFunction(EApiId_phacti_term_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25939
	// LAF Table : popup_sp_fs_calendar_preview_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25940
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g1_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25942
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g2_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25944
	inline TAknLayoutScalableTableLimits popup_sp_fs_calendar_preview_list_single_pane_g_Limits() const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g_Limits_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25946
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_single_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_g_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25948
	inline TAknLayoutScalableParameterLimits popup_sp_fs_calendar_preview_list_single_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25950
	inline TAknTextComponentLayout popup_sp_fs_calendar_preview_list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_single_pane_t1_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25952
	// LAF Table : popup_sp_fs_calendar_preview_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25953
	inline TAknWindowComponentLayout aid_popup_sp_fs_bg_corner_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_popup_sp_fs_bg_corner_pane_sig*)(GetFunction(EApiId_aid_popup_sp_fs_bg_corner_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25954
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25955
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_bg_pane_g1_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25956
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25957
	// LAF Table : popup_sp_fs_cale_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25958
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_bg_pane_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25960
	inline TAknWindowComponentLayout popup_sp_fs_calendar_preview_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_calendar_preview_list_pane_sig*)(GetFunction(EApiId_popup_sp_fs_calendar_preview_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25962
	// LAF Table : main_sp_fs_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25963
	inline TAknLayoutScalableParameterLimits bg_main_sp_fs_cale_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_main_sp_fs_cale_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_main_sp_fs_cale_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25965
	inline TAknWindowComponentLayout bg_main_sp_fs_cale_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_sp_fs_cale_pane_sig*)(GetFunction(EApiId_bg_main_sp_fs_cale_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25967
	inline TAknLayoutScalableParameterLimits listscroll_cale_mrui_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_cale_mrui_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_cale_mrui_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25969
	inline TAknWindowComponentLayout listscroll_cale_mrui_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cale_mrui_pane_sig*)(GetFunction(EApiId_listscroll_cale_mrui_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25971
	inline TAknWindowComponentLayout listscroll_sp_fs_schedule_track_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_sp_fs_schedule_track_pane_sig*)(GetFunction(EApiId_listscroll_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25973
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25975
	inline TAknWindowComponentLayout main_sp_fs_ctrlbar_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_cp01_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25977
	inline TAknWindowComponentLayout main_sp_fs_ribbon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_pane_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25979
	inline TAknWindowComponentLayout popup_sp_fs_cale_preview_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_sp_fs_cale_preview_window_sig*)(GetFunction(EApiId_popup_sp_fs_cale_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25980
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25981
	// LAF Table : list_sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25982
	inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25984
	inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25986
	// LAF Table : list_single_sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25987
	inline TAknLayoutScalableParameterLimits bg_sp_fs_highlight_list_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sp_fs_highlight_list_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_sp_fs_highlight_list_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25989
	inline TAknWindowComponentLayout bg_sp_fs_highlight_list_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_highlight_list_pane_cp03_sig*)(GetFunction(EApiId_bg_sp_fs_highlight_list_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25990
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25991
	inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25992
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25993
	inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g1_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25995
	inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25997
	inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g2_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 25999
	inline TAknLayoutScalableTableLimits list_single_sp_fs_schedule_track_pane_g_Limits() const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26001
	inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26003
	inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_g_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26005
	inline TAknLayoutScalableParameterLimits list_single_sp_fs_schedule_track_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26007
	inline TAknTextComponentLayout list_single_sp_fs_schedule_track_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_t1_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26009
	inline TAknLayoutScalableParameterLimits sp_fs_schedule_track_pane_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_schedule_track_pane_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26011
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26013
	// LAF Table : sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26014
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_g1_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26016
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_g2_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26018
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_g3_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26020
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_g4_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26022
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_g5_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26024
	inline TAknLayoutScalableTableLimits sp_fs_schedule_track_pane_g_Limits() const		{ return (*(Tsp_fs_schedule_track_pane_g_Limits_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26026
	inline TAknWindowComponentLayout sp_fs_schedule_track_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_schedule_track_pane_g_sig*)(GetFunction(EApiId_sp_fs_schedule_track_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26028
	// LAF Table : bg_sp_fs_schedule_viewer_highlight
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26029
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g1_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26030
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26031
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g2_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26033
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g3_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26035
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g4_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26037
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g5_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26039
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g6_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26041
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g7_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26042
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26043
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g8_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26045
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g9_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26047
	inline TAknLayoutScalableTableLimits bg_sp_fs_schedule_viewer_highlight_g_Limits() const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g_Limits_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26049
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_g_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26051
	// LAF Table : main_sp_fs_ribbon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26052
	inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_sp_fs_ribbon_pane_sig*)(GetFunction(EApiId_bg_main_sp_fs_ribbon_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26053
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26054
	inline TAknWindowComponentLayout main_sp_fs_ribbon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_pane_g1_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26055
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26056
	inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_pane_t1_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26057
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26058
	inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_pane_t2_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26059
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26060
	inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_pane_t3_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26061
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26062
	inline TAknLayoutScalableTableLimits main_sp_fs_ribbon_pane_t_Limits() const		{ return (*(Tmain_sp_fs_ribbon_pane_t_Limits_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26063
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26064
	inline TAknTextComponentLayout main_sp_fs_ribbon_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_pane_t_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26065
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26066
	inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_scheduler_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26068
	// LAF Table : bg_main_sp_fs_ribbon_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26069
	inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_sp_fs_ribbon_pane_g1_sig*)(GetFunction(EApiId_bg_main_sp_fs_ribbon_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26071
	inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_sp_fs_ribbon_pane_g2_sig*)(GetFunction(EApiId_bg_main_sp_fs_ribbon_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26073
	inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_sp_fs_ribbon_pane_g3_sig*)(GetFunction(EApiId_bg_main_sp_fs_ribbon_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26075
	inline TAknLayoutScalableTableLimits bg_main_sp_fs_ribbon_pane_g_Limits() const		{ return (*(Tbg_main_sp_fs_ribbon_pane_g_Limits_sig*)(GetFunction(EApiId_bg_main_sp_fs_ribbon_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26077
	inline TAknWindowComponentLayout bg_main_sp_fs_ribbon_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_main_sp_fs_ribbon_pane_g_sig*)(GetFunction(EApiId_bg_main_sp_fs_ribbon_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26079
	// LAF Table : main_sp_fs_ribbon_scheduler_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26080
	inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g1_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_scheduler_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26082
	inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g2_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_scheduler_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26084
	inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g3_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_scheduler_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26086
	inline TAknLayoutScalableTableLimits main_sp_fs_ribbon_scheduler_pane_g_Limits() const		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g_Limits_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_scheduler_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26088
	inline TAknWindowComponentLayout main_sp_fs_ribbon_scheduler_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_sp_fs_ribbon_scheduler_pane_g_sig*)(GetFunction(EApiId_main_sp_fs_ribbon_scheduler_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26090
	// LAF Table : listscroll_cale_mrui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26091
	inline TAknWindowComponentLayout list_cale_mrui_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_mrui_pane_sig*)(GetFunction(EApiId_list_cale_mrui_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26092
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26093
	inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_scroll_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26095
	inline TAknWindowComponentLayout sp_fs_scroll_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_scroll_pane_cp07_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26097
	// LAF Table : listscroll_sp_fs_schedule_track_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26098
	inline TAknLayoutScalableParameterLimits bg_sp_fs_schedule_viewer_highlight_ParamLimits(TInt aVariety) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_ParamLimits_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26100
	inline TAknWindowComponentLayout bg_sp_fs_schedule_viewer_highlight(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_sp_fs_schedule_viewer_highlight_sig*)(GetFunction(EApiId_bg_sp_fs_schedule_viewer_highlight)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26102
	inline TAknWindowComponentLayout list_single_sp_fs_schedule_track_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_sp_fs_schedule_track_pane_cp01_sig*)(GetFunction(EApiId_list_single_sp_fs_schedule_track_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26104
	inline TAknWindowComponentLayout list_sp_fs_schedule_track_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_sp_fs_schedule_track_pane_sig*)(GetFunction(EApiId_list_sp_fs_schedule_track_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26106
	inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp06_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_scroll_pane_cp06_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp06_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26108
	inline TAknWindowComponentLayout sp_fs_scroll_pane_cp06(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tsp_fs_scroll_pane_cp06_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp06)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26110
	// LAF Table : bg_main_sp_fs_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26111
	inline TAknWindowComponentLayout bgmain_sp_fs_calendar_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbgmain_sp_fs_calendar_pane_g1_sig*)(GetFunction(EApiId_bgmain_sp_fs_calendar_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26113
	// LAF Table : list_cale_mrui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26114
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26116
	inline TAknWindowComponentLayout list_single_cale_mrui_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_pane_sig*)(GetFunction(EApiId_list_single_cale_mrui_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26118
	// LAF Table : list_single_cale_mrui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26119
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26120
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26121
	inline TAknWindowComponentLayout list_single_cale_mrui_row_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26122
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26123
	// LAF Table : list_single_cale_mrui_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26124
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26125
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26126
	inline TAknWindowComponentLayout list_single_cale_mrui_row_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_g1_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26127
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26128
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26130
	inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_t1_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26132
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26134
	inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_t2_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26136
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26137
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26138
	inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_t3_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26139
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26140
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26142
	inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_t4_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26144
	inline TAknLayoutScalableTableLimits list_single_cale_mrui_row_pane_t_Limits() const		{ return (*(Tlist_single_cale_mrui_row_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26146
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26148
	inline TAknTextComponentLayout list_single_cale_mrui_row_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_t_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26150
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_editor_pane_bg_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp01_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26152
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp01_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26154
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_editor_pane_bg_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp02_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26156
	inline TAknWindowComponentLayout list_single_cmail_header_editor_pane_bg_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_editor_pane_bg_cp02_sig*)(GetFunction(EApiId_list_single_cmail_header_editor_pane_bg_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26158
	// LAF Table : main_radioblah_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26159
	inline TAknLayoutScalableParameterLimits main_radioblah_text_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tmain_radioblah_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_radioblah_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26160
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26161
	inline TAknTextComponentLayout main_radioblah_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_radioblah_text_pane_t1_sig*)(GetFunction(EApiId_main_radioblah_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26162
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26163
	// LAF Table : main_cam6_pano_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26164
	inline TAknWindowComponentLayout cam6_indi_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_indi_pane_cp01_sig*)(GetFunction(EApiId_cam6_indi_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26166
	inline TAknWindowComponentLayout cam6_mode_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_mode_pane_cp01_sig*)(GetFunction(EApiId_cam6_mode_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26168
	inline TAknWindowComponentLayout cam6_pano_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_sig*)(GetFunction(EApiId_cam6_pano_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26170
	inline TAknWindowComponentLayout cam6_zoom_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_zoom_pane_cp01_sig*)(GetFunction(EApiId_cam6_zoom_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26172
	// LAF Table : cam6_pano_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26173
	inline TAknWindowComponentLayout cam6_pano_image_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_image_pane_sig*)(GetFunction(EApiId_cam6_pano_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26175
	inline TAknWindowComponentLayout cam6_pano_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g1_sig*)(GetFunction(EApiId_cam6_pano_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26177
	inline TAknWindowComponentLayout cam6_pano_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g2_sig*)(GetFunction(EApiId_cam6_pano_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26179
	inline TAknWindowComponentLayout cam6_pano_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g3_sig*)(GetFunction(EApiId_cam6_pano_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26181
	inline TAknWindowComponentLayout cam6_pano_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g4_sig*)(GetFunction(EApiId_cam6_pano_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26183
	inline TAknWindowComponentLayout cam6_pano_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g5_sig*)(GetFunction(EApiId_cam6_pano_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26185
	inline TAknWindowComponentLayout cam6_pano_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g6_sig*)(GetFunction(EApiId_cam6_pano_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26187
	inline TAknWindowComponentLayout cam6_pano_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g7_sig*)(GetFunction(EApiId_cam6_pano_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26189
	inline TAknWindowComponentLayout cam6_pano_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g8_sig*)(GetFunction(EApiId_cam6_pano_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26191
	inline TAknWindowComponentLayout cam6_pano_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g9_sig*)(GetFunction(EApiId_cam6_pano_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26193
	inline TAknLayoutScalableTableLimits cam6_pano_pane_g_Limits() const		{ return (*(Tcam6_pano_pane_g_Limits_sig*)(GetFunction(EApiId_cam6_pano_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26195
	inline TAknWindowComponentLayout cam6_pano_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam6_pano_pane_g_sig*)(GetFunction(EApiId_cam6_pano_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26197
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26198
	inline TAknWindowComponentLayout main_browser_tag_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_browser_tag_pane_sig*)(GetFunction(EApiId_main_browser_tag_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26200
	// LAF Table : main_mup_navstr_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26201
	inline TAknWindowComponentLayout grid_navstr_albumart_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_navstr_albumart_pane_sig*)(GetFunction(EApiId_grid_navstr_albumart_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26202
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26203
	// LAF Table : grid_navstr_albumart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26204
	inline TAknLayoutScalableParameterLimits cell_navstr_albumart_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_navstr_albumart_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26206
	inline TAknWindowComponentLayout cell_navstr_albumart_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_navstr_albumart_pane_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26208
	// LAF Table : cell_navstr_albumart_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26209
	inline TAknWindowComponentLayout cell_navstr_albumart_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_navstr_albumart_pane_g1_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26211
	inline TAknWindowComponentLayout cell_navstr_albumart_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_navstr_albumart_pane_g2_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26213
	inline TAknWindowComponentLayout cell_navstr_albumart_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_navstr_albumart_pane_g3_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26215
	inline TAknWindowComponentLayout cell_navstr_albumart_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_navstr_albumart_pane_g4_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26217
	inline TAknLayoutScalableTableLimits cell_navstr_albumart_pane_g_Limits() const		{ return (*(Tcell_navstr_albumart_pane_g_Limits_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26219
	inline TAknWindowComponentLayout cell_navstr_albumart_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_navstr_albumart_pane_g_sig*)(GetFunction(EApiId_cell_navstr_albumart_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26221
	// LAF Table : main_browser_tag_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26222
	inline TAknLayoutScalableParameterLimits bt_list_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tbt_list_pane_ParamLimits_sig*)(GetFunction(EApiId_bt_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26224
	inline TAknWindowComponentLayout bt_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbt_list_pane_sig*)(GetFunction(EApiId_bt_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26226
	// LAF Table : bt_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26227
	inline TAknTextComponentLayout bt_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbt_list_pane_t1_sig*)(GetFunction(EApiId_bt_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26229
	inline TAknTextComponentLayout bt_list_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbt_list_pane_t2_sig*)(GetFunction(EApiId_bt_list_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26231
	inline TAknLayoutScalableTableLimits bt_list_pane_t_Limits() const		{ return (*(Tbt_list_pane_t_Limits_sig*)(GetFunction(EApiId_bt_list_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26233
	inline TAknTextComponentLayout bt_list_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbt_list_pane_t_sig*)(GetFunction(EApiId_bt_list_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26235
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26236
	inline TAknWindowComponentLayout main_cale_prevew_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cale_prevew_pane_sig*)(GetFunction(EApiId_main_cale_prevew_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26238
	// LAF Table : main_cale_prevew_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26239
	inline TAknLayoutScalableParameterLimits popup_cale_preview_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_cale_preview_window_ParamLimits_sig*)(GetFunction(EApiId_popup_cale_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26241
	inline TAknWindowComponentLayout popup_cale_preview_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_cale_preview_window_sig*)(GetFunction(EApiId_popup_cale_preview_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26243
	// LAF Table : popup_cale_preview_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26244
	inline TAknLayoutScalableParameterLimits bg_popup_preview_window_pane_cp05_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_preview_window_pane_cp05_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp05_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26246
	inline TAknWindowComponentLayout bg_popup_preview_window_pane_cp05(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_preview_window_pane_cp05_sig*)(GetFunction(EApiId_bg_popup_preview_window_pane_cp05)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26248
	inline TAknLayoutScalableParameterLimits list_cale_preview_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_cale_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_list_cale_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26250
	inline TAknWindowComponentLayout list_cale_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_preview_pane_sig*)(GetFunction(EApiId_list_cale_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26252
	// LAF Table : list_cale_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26253
	inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_cale_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26255
	inline TAknWindowComponentLayout list_double_cale_preview_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_cale_preview_pane_sig*)(GetFunction(EApiId_list_double_cale_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26257
	inline TAknLayoutScalableParameterLimits list_single_cale_preview_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cale_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26259
	inline TAknWindowComponentLayout list_single_cale_preview_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_preview_pane_sig*)(GetFunction(EApiId_list_single_cale_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26261
	// LAF Table : list_single_cale_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26262
	inline TAknWindowComponentLayout list_single_cale_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_preview_pane_g1_sig*)(GetFunction(EApiId_list_single_cale_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26263
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26264
	inline TAknLayoutScalableParameterLimits list_single_cale_preview_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_preview_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_preview_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26266
	inline TAknTextComponentLayout list_single_cale_preview_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_preview_pane_t1_sig*)(GetFunction(EApiId_list_single_cale_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26268
	// LAF Table : list_double_cale_preview_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26269
	inline TAknWindowComponentLayout list_double_cale_preview_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_cale_preview_pane_g1_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26271
	inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_cale_preview_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26273
	inline TAknTextComponentLayout list_double_cale_preview_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_cale_preview_pane_t1_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26274
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26275
	inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_cale_preview_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26277
	inline TAknTextComponentLayout list_double_cale_preview_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_cale_preview_pane_t2_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26279
	inline TAknLayoutScalableTableLimits list_double_cale_preview_pane_t_Limits() const		{ return (*(Tlist_double_cale_preview_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26281
	inline TAknLayoutScalableParameterLimits list_double_cale_preview_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_cale_preview_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26283
	inline TAknTextComponentLayout list_double_cale_preview_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_cale_preview_pane_t_sig*)(GetFunction(EApiId_list_double_cale_preview_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26285
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26286
	inline TAknWindowComponentLayout main_ezdial_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ezdial_pane_sig*)(GetFunction(EApiId_main_ezdial_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26288
	// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26289
	inline TAknLayoutScalableParameterLimits main_sp_fs_email_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_email_pane_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_email_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26291
	// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26292
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn01_pane_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26294
	inline TAknWindowComponentLayout cmail_ddmenu_btn01_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn01_pane_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26296
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26298
	inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26300
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn03_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn03_pane_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn03_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26302
	inline TAknWindowComponentLayout cmail_ddmenu_btn03_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn03_pane_sig*)(GetFunction(EApiId_cmail_ddmenu_btn03_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26304
	// LAF Table : main_sp_fs_email_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26305
	inline TAknLayoutScalableParameterLimits main_sp_fs_ctrlbar_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_ctrlbar_pane_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_ctrlbar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26307
	inline TAknLayoutScalableParameterLimits main_sp_fs_listscroll_pane_te_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_listscroll_pane_te_cp01_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_listscroll_pane_te_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26309
	// LAF Table : list_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26310
	inline TAknLayoutScalableParameterLimits list_cmail_body_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_cmail_body_pane_ParamLimits_sig*)(GetFunction(EApiId_list_cmail_body_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26311
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26312
	// LAF Table : list_single_cmail_header_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26313
	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
 26314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26315
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26317
	inline TAknWindowComponentLayout list_single_cmail_header_detail_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_g3_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26319
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26321
	inline TAknTextComponentLayout list_single_cmail_header_detail_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_t2_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26323
	inline TAknLayoutScalableTableLimits list_single_cmail_header_detail_pane_t_Limits() const		{ return (*(Tlist_single_cmail_header_detail_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26324
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26325
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_detail_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_cmail_header_detail_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26326
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26327
	inline TAknTextComponentLayout list_single_cmail_header_detail_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cmail_header_detail_pane_t_sig*)(GetFunction(EApiId_list_single_cmail_header_detail_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26328
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26329
	// LAF Table : phacti_term_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26330
	inline TAknLayoutScalableParameterLimits phacti_term_pane_t2_ParamLimits(TInt aVariety = 0) const		{ return (*(Tphacti_term_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_phacti_term_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26332
	inline TAknTextComponentLayout phacti_term_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_term_pane_t2_sig*)(GetFunction(EApiId_phacti_term_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26334
	inline TAknLayoutScalableTableLimits phacti_term_pane_t_Limits() const		{ return (*(Tphacti_term_pane_t_Limits_sig*)(GetFunction(EApiId_phacti_term_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26336
	inline TAknLayoutScalableParameterLimits phacti_term_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety = 0) const		{ return (*(Tphacti_term_pane_t_ParamLimits_sig*)(GetFunction(EApiId_phacti_term_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26338
	inline TAknTextComponentLayout phacti_term_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_term_pane_t_sig*)(GetFunction(EApiId_phacti_term_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26340
	// LAF Table : main_ezdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26341
	inline TAknWindowComponentLayout aid_size_list_single_double(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_list_single_double_sig*)(GetFunction(EApiId_aid_size_list_single_double)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26342
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26343
	inline TAknWindowComponentLayout popup_ezdial_listscroll_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_ezdial_listscroll_window_sig*)(GetFunction(EApiId_popup_ezdial_listscroll_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26344
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26345
	inline TAknWindowComponentLayout popup_number_entry_window_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_number_entry_window_cp01_sig*)(GetFunction(EApiId_popup_number_entry_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26346
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26347
	// LAF Table : popup_ezdial_listscroll_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26348
	inline TAknWindowComponentLayout bg_popup_call_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call_pane_cp09_sig*)(GetFunction(EApiId_bg_popup_call_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26350
	inline TAknWindowComponentLayout ezdial_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tezdial_list_pane_sig*)(GetFunction(EApiId_ezdial_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26352
	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
 26353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26354
	// LAF Table : cmail_ddmenu_btn01_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26355
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp028_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp028_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp028_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26357
	inline TAknWindowComponentLayout bg_button_pane_cp028(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp028_sig*)(GetFunction(EApiId_bg_button_pane_cp028)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26359
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn01_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26361
	inline TAknWindowComponentLayout cmail_ddmenu_btn01_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn01_pane_g1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26363
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn01_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26365
	inline TAknWindowComponentLayout cmail_ddmenu_btn01_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn01_pane_g2_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26367
	inline TAknLayoutScalableTableLimits cmail_ddmenu_btn01_pane_g_Limits() const		{ return (*(Tcmail_ddmenu_btn01_pane_g_Limits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26369
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn01_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26370
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26371
	inline TAknWindowComponentLayout cmail_ddmenu_btn01_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn01_pane_g_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26373
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn01_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn01_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26375
	inline TAknTextComponentLayout cmail_ddmenu_btn01_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn01_pane_t1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn01_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26377
	// LAF Table : cmail_ddmenu_btn02_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26378
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp029_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp029_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp029_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26380
	inline TAknWindowComponentLayout bg_button_pane_cp029(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp029_sig*)(GetFunction(EApiId_bg_button_pane_cp029)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26382
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26384
	inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_g1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26385
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26386
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26387
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26388
	inline TAknTextComponentLayout cmail_ddmenu_btn02_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_t1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26389
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26390
	// LAF Table : cmail_ddmenu_btn03_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26391
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp031_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp031_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp031_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26393
	inline TAknWindowComponentLayout bg_button_pane_cp031(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp031_sig*)(GetFunction(EApiId_bg_button_pane_cp031)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26395
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn03_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn03_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn03_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26397
	inline TAknWindowComponentLayout cmail_ddmenu_btn03_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn03_pane_g1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn03_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26398
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26399
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn03_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn03_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn03_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26400
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26401
	inline TAknTextComponentLayout cmail_ddmenu_btn03_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn03_pane_t1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn03_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26402
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26403
	// LAF Table : cell_dialer2_keypad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26404
	inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer2_keypad_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26406
	inline TAknLayoutScalableParameterLimits cell_dialer2_keypad_pane_t1_copy1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dialer2_keypad_pane_t1_copy1_ParamLimits_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_t1_copy1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26407
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26408
	inline TAknTextComponentLayout cell_dialer2_keypad_pane_t1_copy1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dialer2_keypad_pane_t1_copy1_sig*)(GetFunction(EApiId_cell_dialer2_keypad_pane_t1_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26409
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26410
	// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26411
	inline TAknWindowComponentLayout ncimui_group_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_group_button_pane_sig*)(GetFunction(EApiId_ncimui_group_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26413
	// LAF Table : main2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26414
	inline TAknLayoutScalableParameterLimits main_sp_fs_calendar_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_sp_fs_calendar_pane_ParamLimits_sig*)(GetFunction(EApiId_main_sp_fs_calendar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26416
	// LAF Table : list_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26417
	inline TAknLayoutScalableParameterLimits list_single_cmail_header_caption_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_cmail_header_caption_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_cmail_header_caption_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26418
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26419
	// LAF Table : main_sp_fs_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26420
	inline TAknWindowComponentLayout aid_recal_txt_sm_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_recal_txt_sm_pane_sig*)(GetFunction(EApiId_aid_recal_txt_sm_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26422
	inline TAknWindowComponentLayout mian_recal_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmian_recal_day_pane_sig*)(GetFunction(EApiId_mian_recal_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26424
	inline TAknLayoutScalableParameterLimits popup_sp_fs_cale_preview_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_sp_fs_cale_preview_window_ParamLimits_sig*)(GetFunction(EApiId_popup_sp_fs_cale_preview_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26426
	// LAF Table : mian_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26427
	inline TAknWindowComponentLayout list_recal_day_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_day_pane_sig*)(GetFunction(EApiId_list_recal_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26429
	// LAF Table : list_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26430
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26432
	inline TAknWindowComponentLayout list_single_recal_day_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_sig*)(GetFunction(EApiId_list_single_recal_day_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26434
	// LAF Table : list_single_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26435
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26437
	inline TAknWindowComponentLayout list_single_recal_day_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g1_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26439
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26441
	inline TAknWindowComponentLayout list_single_recal_day_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g2_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26443
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26445
	inline TAknWindowComponentLayout list_single_recal_day_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g3_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26447
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26449
	inline TAknWindowComponentLayout list_single_recal_day_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g4_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26451
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26453
	inline TAknWindowComponentLayout list_single_recal_day_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g5_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26455
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26457
	inline TAknWindowComponentLayout list_single_recal_day_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g6_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26458
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26459
	inline TAknLayoutScalableTableLimits list_single_recal_day_pane_g_Limits() const		{ return (*(Tlist_single_recal_day_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26461
	inline TAknLayoutScalableParameterLimits list_single_recal_day_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_recal_day_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26463
	inline TAknWindowComponentLayout list_single_recal_day_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_g_sig*)(GetFunction(EApiId_list_single_recal_day_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26465
	inline TAknTextComponentLayout list_single_recal_day_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_t1_sig*)(GetFunction(EApiId_list_single_recal_day_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26467
	inline TAknTextComponentLayout list_single_recal_day_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_t2_sig*)(GetFunction(EApiId_list_single_recal_day_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26469
	inline TAknLayoutScalableTableLimits list_single_recal_day_pane_t_Limits() const		{ return (*(Tlist_single_recal_day_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_recal_day_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26471
	inline TAknTextComponentLayout list_single_recal_day_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_recal_day_pane_t_sig*)(GetFunction(EApiId_list_single_recal_day_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26473
	// LAF Table : ncimui_group_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26474
	inline TAknLayoutScalableParameterLimits ncimui_query_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tncimui_query_button_pane_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26476
	inline TAknWindowComponentLayout ncimui_query_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_query_button_pane_sig*)(GetFunction(EApiId_ncimui_query_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26478
	// LAF Table : ncimui_query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26479
	inline TAknLayoutScalableParameterLimits ncimui_query_button_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_query_button_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26481
	inline TAknTextComponentLayout ncimui_query_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_query_button_pane_t1_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26483
	inline TAknLayoutScalableParameterLimits ncimui_query_button_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_query_button_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26485
	inline TAknTextComponentLayout ncimui_query_button_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_query_button_pane_t2_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26487
	inline TAknLayoutScalableTableLimits ncimui_query_button_pane_t_Limits() const		{ return (*(Tncimui_query_button_pane_t_Limits_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26489
	inline TAknLayoutScalableParameterLimits ncimui_query_button_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tncimui_query_button_pane_t_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26491
	inline TAknTextComponentLayout ncimui_query_button_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tncimui_query_button_pane_t_sig*)(GetFunction(EApiId_ncimui_query_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26493
	inline TAknLayoutScalableParameterLimits query_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tquery_button_pane_ParamLimits_sig*)(GetFunction(EApiId_query_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26495
	inline TAknWindowComponentLayout query_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_button_pane_sig*)(GetFunction(EApiId_query_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26496
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26497
	// LAF Table : query_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26498
	inline TAknWindowComponentLayout bg_button_pane_cp0028(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp0028_sig*)(GetFunction(EApiId_bg_button_pane_cp0028)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26500
	inline TAknTextComponentLayout query_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tquery_button_pane_t1_sig*)(GetFunction(EApiId_query_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26502
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26503
	inline TAknLayoutScalableParameterLimits main_tport_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_tport_pane_ParamLimits_sig*)(GetFunction(EApiId_main_tport_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26505
	// LAF Table : main_tport_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26506
	inline TAknLayoutScalableParameterLimits bg_popup_window_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tbg_popup_window_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_bg_popup_window_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26507
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26508
	inline TAknWindowComponentLayout bg_popup_window_pane_cp01(TInt aVariety, 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
 26509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26510
	inline TAknLayoutScalableParameterLimits heading_pane_cp08_ParamLimits(TInt aVariety) const		{ return (*(Theading_pane_cp08_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_cp08_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26512
	inline TAknWindowComponentLayout heading_pane_cp08(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp08_sig*)(GetFunction(EApiId_heading_pane_cp08)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26514
	inline TAknLayoutScalableParameterLimits heading_pane_cp07_ParamLimits(TInt aVariety) const		{ return (*(Theading_pane_cp07_ParamLimits_sig*)(GetFunction(EApiId_heading_pane_cp07_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26516
	inline TAknWindowComponentLayout heading_pane_cp07(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Theading_pane_cp07_sig*)(GetFunction(EApiId_heading_pane_cp07)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26518
	// LAF Table : cell_tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26519
	inline TAknWindowComponentLayout cell_tport_appsw_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_g2_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26521
	inline TAknLayoutScalableTableLimits cell_tport_appsw_pane_g_Limits() const		{ return (*(Tcell_tport_appsw_pane_g_Limits_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26522
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26523
	inline TAknWindowComponentLayout cell_tport_appsw_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_g_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26525
	// LAF Table : msg_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26526
	inline TAknWindowComponentLayout input_candi_list_open_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_candi_list_open_g1_sig*)(GetFunction(EApiId_input_candi_list_open_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26527
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26528
	// LAF Table : list_cale_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26529
	inline TAknLayoutScalableParameterLimits list_cale_time_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tlist_cale_time_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_list_cale_time_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26531
	inline TAknWindowComponentLayout list_cale_time_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cale_time_pane_g6_sig*)(GetFunction(EApiId_list_cale_time_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26533
	// LAF Table : main_touch_calib_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26534
	inline TAknLayoutScalableParameterLimits aid_size_touch_calib_1_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_calib_1_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_calib_1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26535
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26536
	inline TAknWindowComponentLayout aid_size_touch_calib_1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_calib_1_sig*)(GetFunction(EApiId_aid_size_touch_calib_1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26537
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26538
	inline TAknLayoutScalableParameterLimits aid_size_touch_calib_2_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_calib_2_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_calib_2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26540
	inline TAknWindowComponentLayout aid_size_touch_calib_2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_calib_2_sig*)(GetFunction(EApiId_aid_size_touch_calib_2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26541
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26542
	inline TAknLayoutScalableParameterLimits aid_size_touch_calib_3_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_calib_3_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_calib_3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26544
	inline TAknWindowComponentLayout aid_size_touch_calib_3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_calib_3_sig*)(GetFunction(EApiId_aid_size_touch_calib_3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26546
	inline TAknLayoutScalableParameterLimits aid_size_touch_calib_4_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_touch_calib_4_ParamLimits_sig*)(GetFunction(EApiId_aid_size_touch_calib_4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26548
	inline TAknWindowComponentLayout aid_size_touch_calib_4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_calib_4_sig*)(GetFunction(EApiId_aid_size_touch_calib_4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26550
	inline TAknLayoutScalableParameterLimits main_touch_calib_button_group_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_button_group_pane_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_button_group_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26552
	inline TAknWindowComponentLayout main_touch_calib_button_group_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_button_group_pane_sig*)(GetFunction(EApiId_main_touch_calib_button_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26554
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26556
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26558
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26559
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26560
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26561
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26562
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26564
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26566
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26567
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26568
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26569
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26570
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26572
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26574
	inline TAknLayoutScalableParameterLimits main_touch_calib_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_touch_calib_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26575
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26576
	// LAF Table : list_single_fp_cale_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26577
	inline TAknLayoutScalableParameterLimits list_single_fp_cale_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fp_cale_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26579
	inline TAknWindowComponentLayout list_single_fp_cale_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fp_cale_pane_g3_sig*)(GetFunction(EApiId_list_single_fp_cale_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26581
	// LAF Table : cell_vitu2_function_top_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26582
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp012_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp012_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp012_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26584
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26586
	inline TAknLayoutScalableParameterLimits cell_vitu2_function_top_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_vitu2_function_top_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_vitu2_function_top_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26588
	// LAF Table : cell_vitu2_function_top_wide_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26589
	inline TAknLayoutScalableParameterLimits bg_vkb2_func_pane_cp04_ParamLimits(TInt aVariety) const		{ return (*(Tbg_vkb2_func_pane_cp04_ParamLimits_sig*)(GetFunction(EApiId_bg_vkb2_func_pane_cp04_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26591
	// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26592
	inline TAknLayoutScalableParameterLimits main_ncimui_button_group_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_ncimui_button_group_pane_ParamLimits_sig*)(GetFunction(EApiId_main_ncimui_button_group_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26594
	inline TAknWindowComponentLayout main_ncimui_button_group_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_button_group_pane_sig*)(GetFunction(EApiId_main_ncimui_button_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26596
	inline TAknLayoutScalableParameterLimits main_ncimui_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tmain_ncimui_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_main_ncimui_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26598
	inline TAknTextComponentLayout main_ncimui_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_ncimui_pane_t3_sig*)(GetFunction(EApiId_main_ncimui_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26600
	// LAF Table : main_phacti_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26601
	inline TAknWindowComponentLayout phacti_button_group_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_button_group_pane_sig*)(GetFunction(EApiId_phacti_button_group_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26603
	// LAF Table : main_ezdial_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26604
	inline TAknLayoutScalableParameterLimits aid_size_list_single_double_ParamLimits(TInt aVariety) const		{ return (*(Taid_size_list_single_double_ParamLimits_sig*)(GetFunction(EApiId_aid_size_list_single_double_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26606
	inline TAknLayoutScalableParameterLimits popup_ezdial_listscroll_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_ezdial_listscroll_window_ParamLimits_sig*)(GetFunction(EApiId_popup_ezdial_listscroll_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26608
	inline TAknLayoutScalableParameterLimits popup_number_entry_window_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_number_entry_window_cp01_ParamLimits_sig*)(GetFunction(EApiId_popup_number_entry_window_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26610
	// LAF Table : phacti_button_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26611
	inline TAknLayoutScalableParameterLimits phacti_button_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tphacti_button_pane_ParamLimits_sig*)(GetFunction(EApiId_phacti_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26613
	inline TAknWindowComponentLayout phacti_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_button_pane_sig*)(GetFunction(EApiId_phacti_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26615
	// LAF Table : phacti_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26616
	inline TAknWindowComponentLayout bg_button_pane_cp14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp14_sig*)(GetFunction(EApiId_bg_button_pane_cp14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26618
	inline TAknTextComponentLayout phacti_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphacti_button_pane_t1_sig*)(GetFunction(EApiId_phacti_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26620
	// LAF Table : main_touch_calib_button_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26621
	inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_button_pane_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26623
	inline TAknWindowComponentLayout main_touch_calib_button_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tmain_touch_calib_button_pane_sig*)(GetFunction(EApiId_main_touch_calib_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26625
	// LAF Table : main_touch_calib_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26626
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp18_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp18_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp18_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26628
	inline TAknWindowComponentLayout bg_button_pane_cp18(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp18_sig*)(GetFunction(EApiId_bg_button_pane_cp18)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26630
	inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_button_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26632
	inline TAknTextComponentLayout main_touch_calib_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_button_pane_t1_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26634
	inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_touch_calib_button_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26636
	inline TAknTextComponentLayout main_touch_calib_button_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_button_pane_t2_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26638
	inline TAknLayoutScalableTableLimits main_touch_calib_button_pane_t_Limits() const		{ return (*(Tmain_touch_calib_button_pane_t_Limits_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26639
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26640
	inline TAknLayoutScalableParameterLimits main_touch_calib_button_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_touch_calib_button_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26642
	inline TAknTextComponentLayout main_touch_calib_button_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_touch_calib_button_pane_t_sig*)(GetFunction(EApiId_main_touch_calib_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26644
	// LAF Table : main_ncimui_button_group_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26645
	inline TAknWindowComponentLayout cell_ncimui_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ncimui_button_pane_sig*)(GetFunction(EApiId_cell_ncimui_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26647
	// LAF Table : cell_ncimui_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26648
	inline TAknWindowComponentLayout bg_button_pane_cp032(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp032_sig*)(GetFunction(EApiId_bg_button_pane_cp032)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26650
	inline TAknTextComponentLayout cell_ncimui_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_ncimui_button_pane_t1_sig*)(GetFunction(EApiId_cell_ncimui_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26652
	// LAF Table : main_image3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26653
	inline TAknLayoutScalableParameterLimits image3_infobar_pane_ParamLimits(TInt aVariety) const		{ return (*(Timage3_infobar_pane_ParamLimits_sig*)(GetFunction(EApiId_image3_infobar_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26655
	inline TAknWindowComponentLayout image3_infobar_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_pane_sig*)(GetFunction(EApiId_image3_infobar_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26657
	// LAF Table : main_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26658
	inline TAknLayoutScalableParameterLimits fs_bigclock_status_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfs_bigclock_status_pane_ParamLimits_sig*)(GetFunction(EApiId_fs_bigclock_status_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26660
	inline TAknWindowComponentLayout fs_bigclock_status_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_pane_sig*)(GetFunction(EApiId_fs_bigclock_status_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26662
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_clock_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_clock_pane_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26664
	inline TAknWindowComponentLayout main_fs_bigclock_clock_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26666
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26668
	inline TAknWindowComponentLayout main_fs_bigclock_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_indi_pane_sig*)(GetFunction(EApiId_main_fs_bigclock_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26670
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_swipe_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_swipe_pane_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26672
	inline TAknWindowComponentLayout main_fs_bigclock_swipe_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_swipe_pane_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26673
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26674
	inline TAknWindowComponentLayout main_fs_clock_dumped_data(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_clock_dumped_data_sig*)(GetFunction(EApiId_main_fs_clock_dumped_data)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26675
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26676
	// LAF Table : list_single_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26677
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26679
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g1(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g1_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26681
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26683
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g2(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g2_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26684
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26685
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26687
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g3(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g3_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26689
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26691
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g4(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g4_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26693
	inline TAknLayoutScalableTableLimits list_single_fs_bigclock_indicator_pane_g_Limits() const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26695
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26697
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26699
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26701
	inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t1_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26703
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26705
	inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t2_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26707
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26709
	inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t3_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26711
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t4_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26713
	inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t4_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26715
	inline TAknLayoutScalableTableLimits list_single_fs_bigclock_indicator_pane_t_Limits() const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26717
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26719
	inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26721
	// LAF Table : image3_infobar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26722
	inline TAknLayoutScalableParameterLimits image3_infobar_fav_pane_ParamLimits(TInt aVariety) const		{ return (*(Timage3_infobar_fav_pane_ParamLimits_sig*)(GetFunction(EApiId_image3_infobar_fav_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26723
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26724
	inline TAknWindowComponentLayout image3_infobar_fav_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_fav_pane_sig*)(GetFunction(EApiId_image3_infobar_fav_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26725
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26726
	inline TAknLayoutScalableParameterLimits image3_infobar_loc_pane_ParamLimits(TInt aVariety) const		{ return (*(Timage3_infobar_loc_pane_ParamLimits_sig*)(GetFunction(EApiId_image3_infobar_loc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26727
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26728
	inline TAknWindowComponentLayout image3_infobar_loc_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_loc_pane_sig*)(GetFunction(EApiId_image3_infobar_loc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26729
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26730
	inline TAknLayoutScalableParameterLimits image3_infobar_time_pane_ParamLimits(TInt aVariety) const		{ return (*(Timage3_infobar_time_pane_ParamLimits_sig*)(GetFunction(EApiId_image3_infobar_time_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26732
	inline TAknWindowComponentLayout image3_infobar_time_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_time_pane_sig*)(GetFunction(EApiId_image3_infobar_time_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26734
	// LAF Table : image3_infobar_time_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26735
	inline TAknWindowComponentLayout image3_infobar_time_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_time_pane_g1_sig*)(GetFunction(EApiId_image3_infobar_time_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26737
	inline TAknTextComponentLayout image3_infobar_time_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_time_pane_t1_sig*)(GetFunction(EApiId_image3_infobar_time_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26739
	// LAF Table : image3_infobar_loc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26740
	inline TAknWindowComponentLayout image3_infobar_loc_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_loc_pane_g1_sig*)(GetFunction(EApiId_image3_infobar_loc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26742
	inline TAknWindowComponentLayout image3_infobar_loc_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_loc_pane_g2_sig*)(GetFunction(EApiId_image3_infobar_loc_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26744
	inline TAknLayoutScalableTableLimits image3_infobar_loc_pane_g_Limits() const		{ return (*(Timage3_infobar_loc_pane_g_Limits_sig*)(GetFunction(EApiId_image3_infobar_loc_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26746
	inline TAknWindowComponentLayout image3_infobar_loc_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_loc_pane_g_sig*)(GetFunction(EApiId_image3_infobar_loc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26748
	inline TAknTextComponentLayout image3_infobar_loc_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_loc_pane_t1_sig*)(GetFunction(EApiId_image3_infobar_loc_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26750
	// LAF Table : image3_infobar_fav_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26751
	inline TAknWindowComponentLayout image3_infobar_fav_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_fav_pane_g1_sig*)(GetFunction(EApiId_image3_infobar_fav_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26753
	inline TAknWindowComponentLayout image3_infobar_fav_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_fav_pane_g2_sig*)(GetFunction(EApiId_image3_infobar_fav_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26755
	inline TAknLayoutScalableTableLimits image3_infobar_fav_pane_g_Limits() const		{ return (*(Timage3_infobar_fav_pane_g_Limits_sig*)(GetFunction(EApiId_image3_infobar_fav_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26757
	inline TAknWindowComponentLayout image3_infobar_fav_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Timage3_infobar_fav_pane_g_sig*)(GetFunction(EApiId_image3_infobar_fav_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26759
	// LAF Table : fs_bigclock_status_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26760
	inline TAknWindowComponentLayout fs_bigclock_status_battery_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_battery_pane_sig*)(GetFunction(EApiId_fs_bigclock_status_battery_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26762
	inline TAknWindowComponentLayout fs_bigclock_status_signal_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_signal_pane_sig*)(GetFunction(EApiId_fs_bigclock_status_signal_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26764
	inline TAknWindowComponentLayout fs_bigclock_status_title_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_title_pane_sig*)(GetFunction(EApiId_fs_bigclock_status_title_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26766
	// LAF Table : fs_bigclock_status_signal_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26767
	inline TAknWindowComponentLayout fs_bigclock_status_signal_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_signal_pane_g1_sig*)(GetFunction(EApiId_fs_bigclock_status_signal_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26768
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26769
	inline TAknWindowComponentLayout fs_bigclock_status_signal_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_signal_pane_g2_sig*)(GetFunction(EApiId_fs_bigclock_status_signal_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26770
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26771
	inline TAknLayoutScalableTableLimits fs_bigclock_status_signal_pane_g_Limits() const		{ return (*(Tfs_bigclock_status_signal_pane_g_Limits_sig*)(GetFunction(EApiId_fs_bigclock_status_signal_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26773
	inline TAknWindowComponentLayout fs_bigclock_status_signal_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_signal_pane_g_sig*)(GetFunction(EApiId_fs_bigclock_status_signal_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26775
	// LAF Table : fs_bigclock_status_battery_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26776
	inline TAknWindowComponentLayout fs_bigclock_status_battery_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_battery_pane_g1_sig*)(GetFunction(EApiId_fs_bigclock_status_battery_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26778
	inline TAknWindowComponentLayout fs_bigclock_status_battery_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_battery_pane_g2_sig*)(GetFunction(EApiId_fs_bigclock_status_battery_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26779
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26780
	inline TAknLayoutScalableTableLimits fs_bigclock_status_battery_pane_g_Limits() const		{ return (*(Tfs_bigclock_status_battery_pane_g_Limits_sig*)(GetFunction(EApiId_fs_bigclock_status_battery_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26781
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26782
	inline TAknWindowComponentLayout fs_bigclock_status_battery_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_battery_pane_g_sig*)(GetFunction(EApiId_fs_bigclock_status_battery_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26783
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26784
	// LAF Table : fs_bigclock_status_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26785
	inline TAknTextComponentLayout fs_bigclock_status_title_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfs_bigclock_status_title_pane_t1_sig*)(GetFunction(EApiId_fs_bigclock_status_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26787
	// LAF Table : main_fs_bigclock_clock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26788
	inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_g1_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26790
	inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_g2_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26791
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26792
	inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_g3_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26793
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26794
	inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_g4_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26795
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26796
	inline TAknLayoutScalableTableLimits main_fs_bigclock_clock_pane_g_Limits() const		{ return (*(Tmain_fs_bigclock_clock_pane_g_Limits_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26797
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26798
	inline TAknWindowComponentLayout main_fs_bigclock_clock_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_g_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26799
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26800
	inline TAknTextComponentLayout main_fs_bigclock_clock_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_t1_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26801
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26802
	inline TAknTextComponentLayout main_fs_bigclock_clock_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_t2_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26804
	inline TAknLayoutScalableTableLimits main_fs_bigclock_clock_pane_t_Limits() const		{ return (*(Tmain_fs_bigclock_clock_pane_t_Limits_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26805
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26806
	inline TAknTextComponentLayout main_fs_bigclock_clock_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_clock_pane_t_sig*)(GetFunction(EApiId_main_fs_bigclock_clock_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26808
	// LAF Table : main_fs_bigclock_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26809
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26811
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26813
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_fs_bigclock_pane_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26815
	inline TAknWindowComponentLayout list_single_fs_bigclock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_pane_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26816
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26817
	// LAF Table : main_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26818
	inline TAknTextComponentLayout main_fs_bigclock_indicator_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_indicator_pane_t1_sig*)(GetFunction(EApiId_main_fs_bigclock_indicator_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26820
	// LAF Table : list_single_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26821
	inline TAknWindowComponentLayout list_single_fs_bigclock_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_pane_g1_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26823
	inline TAknTextComponentLayout list_single_fs_bigclock_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_pane_t1_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26825
	// LAF Table : main_fs_bigclock_swipe_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26826
	inline TAknWindowComponentLayout main_fs_bigclock_swipe_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_swipe_pane_g1_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26827
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26828
	inline TAknWindowComponentLayout main_fs_bigclock_swipe_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_swipe_pane_g2_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26829
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26830
	inline TAknLayoutScalableTableLimits main_fs_bigclock_swipe_pane_g_Limits() const		{ return (*(Tmain_fs_bigclock_swipe_pane_g_Limits_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26832
	inline TAknWindowComponentLayout main_fs_bigclock_swipe_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_swipe_pane_g_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26833
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26834
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_swipe_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_swipe_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26836
	inline TAknTextComponentLayout main_fs_bigclock_swipe_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_swipe_pane_t1_sig*)(GetFunction(EApiId_main_fs_bigclock_swipe_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26838
	// LAF Table : popup_call_status_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26839
	inline TAknLayoutScalableParameterLimits call_type_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall_type_pane_ParamLimits_sig*)(GetFunction(EApiId_call_type_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26841
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26842
	inline TAknWindowComponentLayout main_btmg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_btmg_pane_sig*)(GetFunction(EApiId_main_btmg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26844
	// LAF Table : list_single_cale_mrui_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26845
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26847
	inline TAknWindowComponentLayout list_single_cale_mrui_row_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_g2_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26849
	inline TAknLayoutScalableTableLimits list_single_cale_mrui_row_pane_g_Limits() const		{ return (*(Tlist_single_cale_mrui_row_pane_g_Limits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26850
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26851
	inline TAknLayoutScalableParameterLimits list_single_cale_mrui_row_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_cale_mrui_row_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26853
	inline TAknWindowComponentLayout list_single_cale_mrui_row_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_cale_mrui_row_pane_g_sig*)(GetFunction(EApiId_list_single_cale_mrui_row_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26854
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26855
	// LAF Table : list_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26856
	inline TAknWindowComponentLayout list_recal_vselct_arw_lo_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_vselct_arw_lo_pane_sig*)(GetFunction(EApiId_list_recal_vselct_arw_lo_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26857
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26858
	inline TAknWindowComponentLayout list_recal_vselct_arw_up_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_vselct_arw_up_pane_sig*)(GetFunction(EApiId_list_recal_vselct_arw_up_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26859
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26860
	inline TAknWindowComponentLayout list_recal_vselct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_vselct_pane_sig*)(GetFunction(EApiId_list_recal_vselct_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26862
	// LAF Table : main_btmg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26863
	inline TAknWindowComponentLayout btmg_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbtmg_button_pane_sig*)(GetFunction(EApiId_btmg_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26865
	inline TAknWindowComponentLayout main_btmg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_btmg_pane_g1_sig*)(GetFunction(EApiId_main_btmg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26867
	// LAF Table : btmg_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26868
	inline TAknWindowComponentLayout bg_button_pane_cp044(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp044_sig*)(GetFunction(EApiId_bg_button_pane_cp044)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26870
	inline TAknTextComponentLayout btmg_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbtmg_button_pane_t1_sig*)(GetFunction(EApiId_btmg_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26872
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26873
	inline TAknWindowComponentLayout aid_listscroll_gen(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_listscroll_gen_sig*)(GetFunction(EApiId_aid_listscroll_gen)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26875
	inline TAknWindowComponentLayout main_cntbar_detail_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_pane_sig*)(GetFunction(EApiId_main_cntbar_detail_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26877
	// LAF Table : listscroll_cmail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26878
	inline TAknWindowComponentLayout list_cmail_folder_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_cmail_folder_pane_sig*)(GetFunction(EApiId_list_cmail_folder_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26879
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26880
	inline TAknLayoutScalableParameterLimits sp_fs_scroll_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tsp_fs_scroll_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_sp_fs_scroll_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26881
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26882
	// LAF Table : list_cmail_folder_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26883
	inline TAknLayoutScalableParameterLimits list_single_fs_dyc_pane_cp01_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_single_fs_dyc_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_dyc_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26885
	inline TAknWindowComponentLayout list_single_fs_dyc_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_dyc_pane_cp01_sig*)(GetFunction(EApiId_list_single_fs_dyc_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26887
	// LAF Table : list_single_fs_dyc_pane_cp01
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26888
	inline TAknWindowComponentLayout aid_size_cmail_indent(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_cmail_indent_sig*)(GetFunction(EApiId_aid_size_cmail_indent)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26890
	inline TAknWindowComponentLayout list_single_dyc_row_pane_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_dyc_row_pane_cp01_sig*)(GetFunction(EApiId_list_single_dyc_row_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26892
	// LAF Table : main_cntbar_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26893
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_pane_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26894
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26895
	inline TAknWindowComponentLayout cntbar_detail_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_pane_sig*)(GetFunction(EApiId_cntbar_detail_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26897
	inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cntbar_detail_cont_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26899
	inline TAknWindowComponentLayout main_cntbar_detail_cont_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26901
	inline TAknLayoutScalableParameterLimits scroll_pane_cp032_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp032_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp032_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26902
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26903
	inline TAknWindowComponentLayout scroll_pane_cp032(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp032_sig*)(GetFunction(EApiId_scroll_pane_cp032)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26904
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26905
	// LAF Table : cntbar_detail_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26906
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcntbar_detail_list_event_pane_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26908
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26909
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26910
	// LAF Table : main_cntbar_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26911
	inline TAknWindowComponentLayout cntbar_detail_list_shct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_shct_pane_sig*)(GetFunction(EApiId_cntbar_detail_list_shct_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26912
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26913
	// LAF Table : aid_listscroll_gen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26914
	inline TAknWindowComponentLayout aid_list_gen(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_list_gen_sig*)(GetFunction(EApiId_aid_list_gen)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26915
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26916
	inline TAknWindowComponentLayout aid_scroll(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_scroll_sig*)(GetFunction(EApiId_aid_scroll)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26917
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26918
	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
 26919
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26920
	// LAF Table : aid_list_gen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26921
	inline TAknWindowComponentLayout aid_list_double(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_list_double_sig*)(GetFunction(EApiId_aid_list_double)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26923
	inline TAknWindowComponentLayout aid_list_single(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_list_single_sig*)(GetFunction(EApiId_aid_list_single)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26925
	inline TAknWindowComponentLayout aid_list_single_lg(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_list_single_lg_sig*)(GetFunction(EApiId_aid_list_single_lg)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26927
	// LAF Table : aid_list_single
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26928
	inline TAknWindowComponentLayout aid_list_z_g_a_sm(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_list_z_g_a_sm_sig*)(GetFunction(EApiId_aid_list_z_g_a_sm)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26930
	inline TAknWindowComponentLayout aid_list_z_g_d(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_list_z_g_d_sig*)(GetFunction(EApiId_aid_list_z_g_d)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26931
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26932
	inline TAknTextComponentLayout aid_txt_z_prm(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_txt_z_prm_sig*)(GetFunction(EApiId_aid_txt_z_prm)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26934
	// LAF Table : aid_list_double
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26935
	inline TAknTextComponentLayout aid_txt_z_prm_cp01(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_txt_z_prm_cp01_sig*)(GetFunction(EApiId_aid_txt_z_prm_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26936
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26937
	inline TAknTextComponentLayout aid_txt_z_sec(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_txt_z_sec_sig*)(GetFunction(EApiId_aid_txt_z_sec)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26939
	// LAF Table : main_cntbar_detail_cont_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26940
	inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cntbar_detail_cont_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26942
	inline TAknWindowComponentLayout main_cntbar_detail_cont_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_g1_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26944
	inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cntbar_detail_cont_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26946
	inline TAknWindowComponentLayout main_cntbar_detail_cont_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_g2_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26947
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26948
	inline TAknLayoutScalableTableLimits main_cntbar_detail_cont_pane_g_Limits() const		{ return (*(Tmain_cntbar_detail_cont_pane_g_Limits_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26949
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26950
	inline TAknLayoutScalableParameterLimits main_cntbar_detail_cont_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cntbar_detail_cont_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26951
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26952
	inline TAknWindowComponentLayout main_cntbar_detail_cont_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_g_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26954
	inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_t1_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26955
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26956
	inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_t2_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26957
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26958
	inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_t3_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26959
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26960
	inline TAknLayoutScalableTableLimits main_cntbar_detail_cont_pane_t_Limits() const		{ return (*(Tmain_cntbar_detail_cont_pane_t_Limits_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26961
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26962
	inline TAknTextComponentLayout main_cntbar_detail_cont_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cntbar_detail_cont_pane_t_sig*)(GetFunction(EApiId_main_cntbar_detail_cont_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26963
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26964
	// LAF Table : cntbar_detail_list_shct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26965
	inline TAknLayoutScalableParameterLimits cell_cntbar_detail_list_shct_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_cntbar_detail_list_shct_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_cntbar_detail_list_shct_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26967
	inline TAknWindowComponentLayout cell_cntbar_detail_list_shct_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cntbar_detail_list_shct_pane_sig*)(GetFunction(EApiId_cell_cntbar_detail_list_shct_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26968
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26969
	inline TAknWindowComponentLayout cntbar_detail_list_shct_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_shct_pane_g1_sig*)(GetFunction(EApiId_cntbar_detail_list_shct_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26970
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26971
	inline TAknWindowComponentLayout cntbar_detail_list_shct_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_shct_pane_g2_sig*)(GetFunction(EApiId_cntbar_detail_list_shct_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26972
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26973
	inline TAknLayoutScalableTableLimits cntbar_detail_list_shct_pane_g_Limits() const		{ return (*(Tcntbar_detail_list_shct_pane_g_Limits_sig*)(GetFunction(EApiId_cntbar_detail_list_shct_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26974
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26975
	inline TAknWindowComponentLayout cntbar_detail_list_shct_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_shct_pane_g_sig*)(GetFunction(EApiId_cntbar_detail_list_shct_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26977
	// LAF Table : cntbar_detail_list_event_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26978
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26979
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26980
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g1_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26981
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26982
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26983
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26984
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g2_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26985
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26986
	inline TAknLayoutScalableTableLimits cntbar_detail_list_event_pane_g_Limits() const		{ return (*(Tcntbar_detail_list_event_pane_g_Limits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26987
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26988
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26989
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26990
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26991
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26992
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26993
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26994
	inline TAknTextComponentLayout cntbar_detail_list_event_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_t1_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26995
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26996
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26997
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26998
	inline TAknTextComponentLayout cntbar_detail_list_event_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_t2_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 26999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27000
	inline TAknLayoutScalableTableLimits cntbar_detail_list_event_pane_t_Limits() const		{ return (*(Tcntbar_detail_list_event_pane_t_Limits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27002
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27004
	inline TAknTextComponentLayout cntbar_detail_list_event_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_t_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27005
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27006
	// LAF Table : cell_cntbar_detail_list_shct_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27007
	inline TAknWindowComponentLayout cell_cntbar_detail_list_shct_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_cntbar_detail_list_shct_pane_g1_sig*)(GetFunction(EApiId_cell_cntbar_detail_list_shct_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27009
	// LAF Table : navi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27010
	inline TAknWindowComponentLayout navi_pane_mv_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tnavi_pane_mv_g3_sig*)(GetFunction(EApiId_navi_pane_mv_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27012
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27013
	inline TAknLayoutScalableParameterLimits main_cntbar_detail_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cntbar_detail_pane_ParamLimits_sig*)(GetFunction(EApiId_main_cntbar_detail_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27015
	inline TAknWindowComponentLayout main_notif_wgt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_notif_wgt_pane_sig*)(GetFunction(EApiId_main_notif_wgt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27017
	// LAF Table : main_mp4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27018
	inline TAknWindowComponentLayout aid_tch_main_mp4_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_tch_main_mp4_pane_g4_sig*)(GetFunction(EApiId_aid_tch_main_mp4_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27020
	inline TAknWindowComponentLayout popup_slider_window_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_slider_window_cp02_sig*)(GetFunction(EApiId_popup_slider_window_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27022
	// LAF Table : list_recal_day_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27023
	inline TAknWindowComponentLayout list_recal_day_event_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_day_event_pane_sig*)(GetFunction(EApiId_list_recal_day_event_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27024
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27025
	// LAF Table : main_cntbar_detail_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27026
	inline TAknLayoutScalableParameterLimits cntbar_detail_btn_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_btn_pane_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27028
	inline TAknWindowComponentLayout cntbar_detail_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_btn_pane_sig*)(GetFunction(EApiId_cntbar_detail_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27030
	inline TAknLayoutScalableParameterLimits cntbar_detail_btn_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_btn_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_btn_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27032
	inline TAknWindowComponentLayout cntbar_detail_btn_pane_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_btn_pane_cp01_sig*)(GetFunction(EApiId_cntbar_detail_btn_pane_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27034
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_shct_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_shct_pane_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_shct_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27036
	inline TAknLayoutScalableParameterLimits cntbar_detail_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27038
	inline TAknWindowComponentLayout cntbar_detail_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_pane_g1_sig*)(GetFunction(EApiId_cntbar_detail_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27040
	inline TAknLayoutScalableParameterLimits cntbar_detail_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27042
	inline TAknTextComponentLayout cntbar_detail_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_pane_t1_sig*)(GetFunction(EApiId_cntbar_detail_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27043
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27044
	// LAF Table : cntbar_detail_list_event_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27045
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27047
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g3_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27049
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27051
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g4_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27053
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27055
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g5_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27057
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27058
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27059
	inline TAknWindowComponentLayout cntbar_detail_list_event_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_g6_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27060
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27061
	inline TAknLayoutScalableParameterLimits cntbar_detail_list_event_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tcntbar_detail_list_event_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27062
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27063
	inline TAknTextComponentLayout cntbar_detail_list_event_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_list_event_pane_t3_sig*)(GetFunction(EApiId_cntbar_detail_list_event_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27064
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27065
	// LAF Table : main_notif_wgt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27066
	inline TAknLayoutScalableParameterLimits popup_notif_wgt_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_notif_wgt_window_ParamLimits_sig*)(GetFunction(EApiId_popup_notif_wgt_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27067
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27068
	inline TAknWindowComponentLayout popup_notif_wgt_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_notif_wgt_window_sig*)(GetFunction(EApiId_popup_notif_wgt_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27069
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27070
	inline TAknLayoutScalableParameterLimits popup_submenu_window_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_submenu_window_cp01_ParamLimits_sig*)(GetFunction(EApiId_popup_submenu_window_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27071
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27072
	inline TAknWindowComponentLayout popup_submenu_window_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_submenu_window_cp01_sig*)(GetFunction(EApiId_popup_submenu_window_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27073
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27074
	// LAF Table : popup_notif_wgt_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27075
	inline TAknWindowComponentLayout bg_popup_window_pane_cp10(TInt aVariety = 0, 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
 27076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27077
	inline TAknWindowComponentLayout listscroll_notif_wgt_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_notif_wgt_pane_sig*)(GetFunction(EApiId_listscroll_notif_wgt_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27079
	// LAF Table : listscroll_notif_wgt_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27080
	inline TAknWindowComponentLayout list_notif_wgt_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_window_sig*)(GetFunction(EApiId_list_notif_wgt_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27081
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27082
	inline TAknWindowComponentLayout scroll_pane_cp033(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp033_sig*)(GetFunction(EApiId_scroll_pane_cp033)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27083
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27084
	// LAF Table : list_notif_wgt_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27085
	inline TAknLayoutScalableParameterLimits list_notif_wgt_row_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_notif_wgt_row_pane_ParamLimits_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27086
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27087
	inline TAknWindowComponentLayout list_notif_wgt_row_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27088
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27089
	// LAF Table : list_notif_wgt_row_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27090
	inline TAknWindowComponentLayout aid_size_list_notif_wgt_del(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_list_notif_wgt_del_sig*)(GetFunction(EApiId_aid_size_list_notif_wgt_del)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27092
	inline TAknWindowComponentLayout list_notif_wgt_row_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_g1_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27094
	inline TAknWindowComponentLayout list_notif_wgt_row_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_g2_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27096
	inline TAknWindowComponentLayout list_notif_wgt_row_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_g3_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27098
	inline TAknLayoutScalableTableLimits list_notif_wgt_row_pane_g_Limits() const		{ return (*(Tlist_notif_wgt_row_pane_g_Limits_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27099
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27100
	inline TAknWindowComponentLayout list_notif_wgt_row_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_g_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27101
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27102
	inline TAknTextComponentLayout list_notif_wgt_row_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_t1_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27104
	inline TAknTextComponentLayout list_notif_wgt_row_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_t2_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27106
	inline TAknTextComponentLayout list_notif_wgt_row_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_t3_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27108
	inline TAknLayoutScalableTableLimits list_notif_wgt_row_pane_t_Limits() const		{ return (*(Tlist_notif_wgt_row_pane_t_Limits_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27110
	inline TAknTextComponentLayout list_notif_wgt_row_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_notif_wgt_row_pane_t_sig*)(GetFunction(EApiId_list_notif_wgt_row_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27112
	// LAF Table : list_recal_day_event_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27113
	inline TAknWindowComponentLayout list_recal_day_event_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_day_event_pane_g1_sig*)(GetFunction(EApiId_list_recal_day_event_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27115
	inline TAknTextComponentLayout list_recal_day_event_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_recal_day_event_pane_t1_sig*)(GetFunction(EApiId_list_recal_day_event_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27116
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27117
	// LAF Table : cntbar_detail_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27118
	inline TAknWindowComponentLayout bg_button_pane_cp045(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp045_sig*)(GetFunction(EApiId_bg_button_pane_cp045)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27120
	inline TAknTextComponentLayout cntbar_detail_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcntbar_detail_btn_pane_t1_sig*)(GetFunction(EApiId_cntbar_detail_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27122
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27123
	inline TAknLayoutScalableParameterLimits main_callh_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_callh_pane_ParamLimits_sig*)(GetFunction(EApiId_main_callh_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27124
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27125
	inline TAknWindowComponentLayout main_callh_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_callh_pane_sig*)(GetFunction(EApiId_main_callh_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27127
	inline TAknWindowComponentLayout main_coverflow0_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_coverflow0_pane_sig*)(GetFunction(EApiId_main_coverflow0_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27129
	inline TAknWindowComponentLayout main_wgtman_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_wgtman_pane_sig*)(GetFunction(EApiId_main_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27130
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27131
	// LAF Table : main_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27132
	inline TAknLayoutScalableParameterLimits main_fs_bigclock_unlock_btn_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_ParamLimits_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27134
	inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27135
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27136
	// LAF Table : cell_tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27137
	inline TAknWindowComponentLayout bg_button_pane_cp16(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp16_sig*)(GetFunction(EApiId_bg_button_pane_cp16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27139
	inline TAknWindowComponentLayout cell_tport_appsw_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_g3_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27141
	// LAF Table : main_coverflow0_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27142
	inline TAknLayoutScalableParameterLimits cf0_flow_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcf0_flow_pane_ParamLimits_sig*)(GetFunction(EApiId_cf0_flow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27144
	inline TAknWindowComponentLayout cf0_flow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcf0_flow_pane_sig*)(GetFunction(EApiId_cf0_flow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27146
	inline TAknWindowComponentLayout listscroll_cf0_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_cf0_pane_sig*)(GetFunction(EApiId_listscroll_cf0_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27148
	inline TAknWindowComponentLayout main_cf0_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cf0_pane_g1_sig*)(GetFunction(EApiId_main_cf0_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27150
	inline TAknLayoutScalableParameterLimits main_cf0_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cf0_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_cf0_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27152
	inline TAknTextComponentLayout main_cf0_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cf0_pane_t1_sig*)(GetFunction(EApiId_main_cf0_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27154
	inline TAknLayoutScalableParameterLimits main_cf0_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_cf0_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_main_cf0_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27156
	inline TAknTextComponentLayout main_cf0_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cf0_pane_t2_sig*)(GetFunction(EApiId_main_cf0_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27158
	inline TAknLayoutScalableTableLimits main_cf0_pane_t_Limits() const		{ return (*(Tmain_cf0_pane_t_Limits_sig*)(GetFunction(EApiId_main_cf0_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27160
	inline TAknLayoutScalableParameterLimits main_cf0_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_cf0_pane_t_ParamLimits_sig*)(GetFunction(EApiId_main_cf0_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27162
	inline TAknTextComponentLayout main_cf0_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_cf0_pane_t_sig*)(GetFunction(EApiId_main_cf0_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27164
	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
 27165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27166
	// LAF Table : cf0_flow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27167
	inline TAknWindowComponentLayout cf0_flow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcf0_flow_pane_g1_sig*)(GetFunction(EApiId_cf0_flow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27169
	inline TAknWindowComponentLayout cf0_flow_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcf0_flow_pane_g2_sig*)(GetFunction(EApiId_cf0_flow_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27171
	inline TAknLayoutScalableTableLimits cf0_flow_pane_g_Limits() const		{ return (*(Tcf0_flow_pane_g_Limits_sig*)(GetFunction(EApiId_cf0_flow_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27173
	inline TAknWindowComponentLayout cf0_flow_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcf0_flow_pane_g_sig*)(GetFunction(EApiId_cf0_flow_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27175
	inline TAknTextComponentLayout cf0_flow_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcf0_flow_pane_t1_sig*)(GetFunction(EApiId_cf0_flow_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27177
	// LAF Table : main_callh_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27178
	inline TAknWindowComponentLayout main_call6_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_call6_pane_sig*)(GetFunction(EApiId_main_call6_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27179
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27180
	inline TAknWindowComponentLayout main_calllock_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calllock_pane_sig*)(GetFunction(EApiId_main_calllock_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27181
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27182
	// LAF Table : main_call6_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27183
	inline TAknLayoutScalableParameterLimits call6_btn_grp_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcall6_btn_grp_pane_ParamLimits_sig*)(GetFunction(EApiId_call6_btn_grp_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27185
	inline TAknWindowComponentLayout call6_btn_grp_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall6_btn_grp_pane_sig*)(GetFunction(EApiId_call6_btn_grp_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27187
	inline TAknLayoutScalableParameterLimits call6_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcall6_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_call6_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27189
	inline TAknWindowComponentLayout call6_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcall6_pane_g1_sig*)(GetFunction(EApiId_call6_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27191
	inline TAknLayoutScalableParameterLimits popup_call6_1st_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call6_1st_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call6_1st_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27193
	inline TAknWindowComponentLayout popup_call6_1st_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_sig*)(GetFunction(EApiId_popup_call6_1st_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27195
	inline TAknLayoutScalableParameterLimits popup_call6_2nd_window_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_call6_2nd_window_ParamLimits_sig*)(GetFunction(EApiId_popup_call6_2nd_window_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27197
	inline TAknWindowComponentLayout popup_call6_2nd_window(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_2nd_window_sig*)(GetFunction(EApiId_popup_call6_2nd_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27199
	// LAF Table : call6_btn_grp_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27200
	inline TAknLayoutScalableParameterLimits cell_call6_btn_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_call6_btn_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_call6_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27202
	inline TAknWindowComponentLayout cell_call6_btn_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_call6_btn_pane_sig*)(GetFunction(EApiId_cell_call6_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27204
	// LAF Table : popup_call6_1st_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27205
	inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp03(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_in_pane_cp03_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27206
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27207
	inline TAknWindowComponentLayout popup_call6_1st_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_g1_sig*)(GetFunction(EApiId_popup_call6_1st_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27208
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27209
	inline TAknWindowComponentLayout popup_call6_1st_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_g2_sig*)(GetFunction(EApiId_popup_call6_1st_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27210
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27211
	inline TAknWindowComponentLayout popup_call6_1st_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_g3_sig*)(GetFunction(EApiId_popup_call6_1st_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27212
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27213
	inline TAknLayoutScalableTableLimits popup_call6_1st_window_g_Limits() const		{ return (*(Tpopup_call6_1st_window_g_Limits_sig*)(GetFunction(EApiId_popup_call6_1st_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27214
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27215
	inline TAknWindowComponentLayout popup_call6_1st_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_g_sig*)(GetFunction(EApiId_popup_call6_1st_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27216
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27217
	inline TAknTextComponentLayout popup_call6_1st_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_t1_sig*)(GetFunction(EApiId_popup_call6_1st_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27218
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27219
	inline TAknTextComponentLayout popup_call6_1st_window_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_t2_sig*)(GetFunction(EApiId_popup_call6_1st_window_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27221
	inline TAknTextComponentLayout popup_call6_1st_window_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_t3_sig*)(GetFunction(EApiId_popup_call6_1st_window_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27223
	inline TAknLayoutScalableTableLimits popup_call6_1st_window_t_Limits() const		{ return (*(Tpopup_call6_1st_window_t_Limits_sig*)(GetFunction(EApiId_popup_call6_1st_window_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27225
	inline TAknTextComponentLayout popup_call6_1st_window_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_1st_window_t_sig*)(GetFunction(EApiId_popup_call6_1st_window_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27227
	// LAF Table : popup_call6_2nd_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27228
	inline TAknWindowComponentLayout bg_popup_call2_in_pane_cp04(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_popup_call2_in_pane_cp04_sig*)(GetFunction(EApiId_bg_popup_call2_in_pane_cp04)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27230
	inline TAknWindowComponentLayout popup_call6_2nd_window_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_2nd_window_g1_sig*)(GetFunction(EApiId_popup_call6_2nd_window_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27232
	inline TAknWindowComponentLayout popup_call6_2nd_window_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_2nd_window_g2_sig*)(GetFunction(EApiId_popup_call6_2nd_window_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27234
	inline TAknWindowComponentLayout popup_call6_2nd_window_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_2nd_window_g3_sig*)(GetFunction(EApiId_popup_call6_2nd_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27236
	inline TAknLayoutScalableTableLimits popup_call6_2nd_window_g_Limits() const		{ return (*(Tpopup_call6_2nd_window_g_Limits_sig*)(GetFunction(EApiId_popup_call6_2nd_window_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27238
	inline TAknWindowComponentLayout popup_call6_2nd_window_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_2nd_window_g_sig*)(GetFunction(EApiId_popup_call6_2nd_window_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27240
	inline TAknTextComponentLayout popup_call6_2nd_window_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_call6_2nd_window_t1_sig*)(GetFunction(EApiId_popup_call6_2nd_window_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27242
	// LAF Table : cell_call6_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27243
	inline TAknWindowComponentLayout bg_button_pane_cp15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp15_sig*)(GetFunction(EApiId_bg_button_pane_cp15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27245
	inline TAknWindowComponentLayout cell_call6_btn_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_call6_btn_pane_g1_sig*)(GetFunction(EApiId_cell_call6_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27247
	inline TAknTextComponentLayout cell_call6_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_call6_btn_pane_t1_sig*)(GetFunction(EApiId_cell_call6_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27249
	// LAF Table : main_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27250
	inline TAknLayoutScalableParameterLimits listscroll_wgtman_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlistscroll_wgtman_pane_ParamLimits_sig*)(GetFunction(EApiId_listscroll_wgtman_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27252
	inline TAknWindowComponentLayout listscroll_wgtman_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistscroll_wgtman_pane_sig*)(GetFunction(EApiId_listscroll_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27253
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27254
	inline TAknLayoutScalableParameterLimits wgtman_btn_pane_ParamLimits(TInt aVariety) const		{ return (*(Twgtman_btn_pane_ParamLimits_sig*)(GetFunction(EApiId_wgtman_btn_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27255
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27256
	inline TAknWindowComponentLayout wgtman_btn_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_btn_pane_sig*)(GetFunction(EApiId_wgtman_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27257
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27258
	// LAF Table : listscroll_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27259
	inline TAknWindowComponentLayout aid_scroll_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_scroll_copy1_sig*)(GetFunction(EApiId_aid_scroll_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27261
	inline TAknWindowComponentLayout list_wgtman_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_wgtman_pane_sig*)(GetFunction(EApiId_list_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27262
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27263
	// LAF Table : wgtman_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27264
	inline TAknLayoutScalableParameterLimits wgtman_btn_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Twgtman_btn_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_wgtman_btn_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27265
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27266
	inline TAknWindowComponentLayout wgtman_btn_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_btn_pane_g1_sig*)(GetFunction(EApiId_wgtman_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27267
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27268
	inline TAknLayoutScalableParameterLimits wgtman_btn_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Twgtman_btn_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_wgtman_btn_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27269
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27270
	inline TAknTextComponentLayout wgtman_btn_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_btn_pane_t1_sig*)(GetFunction(EApiId_wgtman_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27271
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27272
	inline TAknLayoutScalableParameterLimits wgtman_btn_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Twgtman_btn_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_wgtman_btn_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27274
	inline TAknTextComponentLayout wgtman_btn_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_btn_pane_t2_sig*)(GetFunction(EApiId_wgtman_btn_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27276
	inline TAknLayoutScalableTableLimits wgtman_btn_pane_t_Limits() const		{ return (*(Twgtman_btn_pane_t_Limits_sig*)(GetFunction(EApiId_wgtman_btn_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27278
	inline TAknLayoutScalableParameterLimits wgtman_btn_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Twgtman_btn_pane_t_ParamLimits_sig*)(GetFunction(EApiId_wgtman_btn_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27280
	inline TAknTextComponentLayout wgtman_btn_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_btn_pane_t_sig*)(GetFunction(EApiId_wgtman_btn_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27282
	// LAF Table : list_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27283
	inline TAknLayoutScalableParameterLimits listrow_wgtman_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlistrow_wgtman_pane_ParamLimits_sig*)(GetFunction(EApiId_listrow_wgtman_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27285
	inline TAknWindowComponentLayout listrow_wgtman_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_sig*)(GetFunction(EApiId_listrow_wgtman_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27287
	// LAF Table : listrow_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27288
	inline TAknWindowComponentLayout listrow_wgtman_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_g1_sig*)(GetFunction(EApiId_listrow_wgtman_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27290
	inline TAknWindowComponentLayout listrow_wgtman_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_g2_sig*)(GetFunction(EApiId_listrow_wgtman_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27292
	inline TAknLayoutScalableTableLimits listrow_wgtman_pane_g_Limits() const		{ return (*(Tlistrow_wgtman_pane_g_Limits_sig*)(GetFunction(EApiId_listrow_wgtman_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27294
	inline TAknWindowComponentLayout listrow_wgtman_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_g_sig*)(GetFunction(EApiId_listrow_wgtman_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27296
	inline TAknTextComponentLayout listrow_wgtman_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_t1_sig*)(GetFunction(EApiId_listrow_wgtman_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27298
	inline TAknTextComponentLayout listrow_wgtman_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_t2_sig*)(GetFunction(EApiId_listrow_wgtman_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27299
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27300
	inline TAknLayoutScalableTableLimits listrow_wgtman_pane_t_Limits() const		{ return (*(Tlistrow_wgtman_pane_t_Limits_sig*)(GetFunction(EApiId_listrow_wgtman_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27301
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27302
	inline TAknTextComponentLayout listrow_wgtman_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlistrow_wgtman_pane_t_sig*)(GetFunction(EApiId_listrow_wgtman_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27303
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27304
	inline TAknWindowComponentLayout wait_bar_pane_cp09(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp09_sig*)(GetFunction(EApiId_wait_bar_pane_cp09)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27305
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27306
	// LAF Table : main_calllock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27307
	inline TAknWindowComponentLayout main_calllock_btn_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calllock_btn_pane_sig*)(GetFunction(EApiId_main_calllock_btn_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27309
	inline TAknWindowComponentLayout main_calllock_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calllock_pane_g1_sig*)(GetFunction(EApiId_main_calllock_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27311
	// LAF Table : main_calllock_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27312
	inline TAknWindowComponentLayout bg_button_pane_cp17(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp17_sig*)(GetFunction(EApiId_bg_button_pane_cp17)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27313
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27314
	inline TAknWindowComponentLayout main_calllock_btn_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calllock_btn_pane_g1_sig*)(GetFunction(EApiId_main_calllock_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27315
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27316
	inline TAknTextComponentLayout main_calllock_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_calllock_btn_pane_t1_sig*)(GetFunction(EApiId_main_calllock_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27318
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27319
	inline TAknWindowComponentLayout main_dialer3_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_dialer3_pane_sig*)(GetFunction(EApiId_main_dialer3_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27321
	inline TAknWindowComponentLayout main_fmrd2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fmrd2_pane_sig*)(GetFunction(EApiId_main_fmrd2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27323
	// LAF Table : main_fs_bigclock_unlock_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27324
	inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g1_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27326
	inline TAknTextComponentLayout main_fs_bigclock_unlock_btn_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_t1_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27328
	// LAF Table : main_fmrd2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27329
	inline TAknLayoutScalableParameterLimits area_fmrd2_info_pane_ParamLimits(TInt aVariety) const		{ return (*(Tarea_fmrd2_info_pane_ParamLimits_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27330
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27331
	inline TAknWindowComponentLayout area_fmrd2_info_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_sig*)(GetFunction(EApiId_area_fmrd2_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27332
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27333
	inline TAknLayoutScalableParameterLimits area_fmrd2_visual_pane_ParamLimits(TInt aVariety) const		{ return (*(Tarea_fmrd2_visual_pane_ParamLimits_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27334
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27335
	inline TAknWindowComponentLayout area_fmrd2_visual_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_visual_pane_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27336
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27337
	inline TAknLayoutScalableParameterLimits fmrd2_indi_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfmrd2_indi_pane_ParamLimits_sig*)(GetFunction(EApiId_fmrd2_indi_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27338
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27339
	inline TAknWindowComponentLayout fmrd2_indi_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfmrd2_indi_pane_sig*)(GetFunction(EApiId_fmrd2_indi_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27340
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27341
	// LAF Table : area_fmrd2_visual_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27342
	inline TAknWindowComponentLayout area_fmrd2_visual_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_visual_pane_g1_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27344
	inline TAknTextComponentLayout area_fmrd2_visual_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_visual_pane_t1_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27346
	inline TAknTextComponentLayout area_fmrd2_visual_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_visual_pane_t2_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27347
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27348
	inline TAknTextComponentLayout area_fmrd2_visual_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_visual_pane_t3_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27349
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27350
	inline TAknLayoutScalableTableLimits area_fmrd2_visual_pane_t_Limits() const		{ return (*(Tarea_fmrd2_visual_pane_t_Limits_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27351
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27352
	inline TAknTextComponentLayout area_fmrd2_visual_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_visual_pane_t_sig*)(GetFunction(EApiId_area_fmrd2_visual_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27353
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27354
	// LAF Table : area_fmrd2_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27355
	inline TAknWindowComponentLayout area_fmrd2_info_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_g1_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27357
	inline TAknTextComponentLayout area_fmrd2_info_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_t1_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27359
	inline TAknTextComponentLayout area_fmrd2_info_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_t2_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27361
	inline TAknTextComponentLayout area_fmrd2_info_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_t3_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27363
	inline TAknTextComponentLayout area_fmrd2_info_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_t4_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27364
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27365
	inline TAknLayoutScalableTableLimits area_fmrd2_info_pane_t_Limits() const		{ return (*(Tarea_fmrd2_info_pane_t_Limits_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27366
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27367
	inline TAknTextComponentLayout area_fmrd2_info_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_fmrd2_info_pane_t_sig*)(GetFunction(EApiId_area_fmrd2_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27369
	// LAF Table : fmrd2_indi_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27370
	inline TAknTextComponentLayout fmrd2_indi_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfmrd2_indi_pane_t1_sig*)(GetFunction(EApiId_fmrd2_indi_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27371
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27372
	inline TAknTextComponentLayout fmrd2_indi_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfmrd2_indi_pane_t2_sig*)(GetFunction(EApiId_fmrd2_indi_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27373
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27374
	inline TAknTextComponentLayout fmrd2_indi_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfmrd2_indi_pane_t3_sig*)(GetFunction(EApiId_fmrd2_indi_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27376
	inline TAknLayoutScalableTableLimits fmrd2_indi_pane_t_Limits() const		{ return (*(Tfmrd2_indi_pane_t_Limits_sig*)(GetFunction(EApiId_fmrd2_indi_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27377
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27378
	inline TAknTextComponentLayout fmrd2_indi_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfmrd2_indi_pane_t_sig*)(GetFunction(EApiId_fmrd2_indi_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27379
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27380
	// LAF Table : list_single_fs_bigclock_indicator_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27381
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27383
	inline TAknWindowComponentLayout list_single_fs_bigclock_indicator_pane_g5(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_g5_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27385
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_indicator_pane_t5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t5_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27387
	inline TAknTextComponentLayout list_single_fs_bigclock_indicator_pane_t5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_indicator_pane_t5_sig*)(GetFunction(EApiId_list_single_fs_bigclock_indicator_pane_t5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27389
	// LAF Table : main_sp_fs_calendar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27390
	inline TAknLayoutScalableParameterLimits aid_cell_bcale_month_pane_ParamLimits(TInt aVariety) const		{ return (*(Taid_cell_bcale_month_pane_ParamLimits_sig*)(GetFunction(EApiId_aid_cell_bcale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27391
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27392
	inline TAknWindowComponentLayout aid_cell_bcale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_cell_bcale_month_pane_sig*)(GetFunction(EApiId_aid_cell_bcale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27393
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27394
	inline TAknLayoutScalableParameterLimits bcale_month_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbcale_month_pane_ParamLimits_sig*)(GetFunction(EApiId_bcale_month_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27395
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27396
	inline TAknWindowComponentLayout bcale_month_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbcale_month_pane_sig*)(GetFunction(EApiId_bcale_month_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27397
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27398
	inline TAknLayoutScalableParameterLimits bcale_preview_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbcale_preview_pane_ParamLimits_sig*)(GetFunction(EApiId_bcale_preview_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27399
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27400
	inline TAknWindowComponentLayout bcale_preview_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbcale_preview_pane_sig*)(GetFunction(EApiId_bcale_preview_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27401
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27402
	// LAF Table : list_single_fs_bigclock_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27403
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27404
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27405
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27406
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27407
	inline TAknTextComponentLayout list_single_fs_bigclock_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_pane_t2_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27408
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27409
	inline TAknLayoutScalableTableLimits list_single_fs_bigclock_pane_t_Limits() const		{ return (*(Tlist_single_fs_bigclock_pane_t_Limits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27411
	inline TAknLayoutScalableParameterLimits list_single_fs_bigclock_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_single_fs_bigclock_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27412
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27413
	inline TAknTextComponentLayout list_single_fs_bigclock_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_single_fs_bigclock_pane_t_sig*)(GetFunction(EApiId_list_single_fs_bigclock_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27414
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27415
	// LAF Table : main_fs_bigclock_unlock_btn_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27416
	inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g2_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27418
	inline TAknLayoutScalableTableLimits main_fs_bigclock_unlock_btn_pane_g_Limits() const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g_Limits_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27419
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27420
	inline TAknWindowComponentLayout main_fs_bigclock_unlock_btn_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fs_bigclock_unlock_btn_pane_g_sig*)(GetFunction(EApiId_main_fs_bigclock_unlock_btn_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27422
	// LAF Table : main_dialer3_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27423
	inline TAknLayoutScalableParameterLimits aid_dia3_key_size_ParamLimits(TInt aVariety) const		{ return (*(Taid_dia3_key_size_ParamLimits_sig*)(GetFunction(EApiId_aid_dia3_key_size_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27424
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27425
	inline TAknWindowComponentLayout aid_dia3_key_size(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_dia3_key_size_sig*)(GetFunction(EApiId_aid_dia3_key_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27427
	inline TAknLayoutScalableParameterLimits aid_dia3_listrow_size_ParamLimits(TInt aVariety) const		{ return (*(Taid_dia3_listrow_size_ParamLimits_sig*)(GetFunction(EApiId_aid_dia3_listrow_size_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27429
	inline TAknWindowComponentLayout aid_dia3_listrow_size(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_dia3_listrow_size_sig*)(GetFunction(EApiId_aid_dia3_listrow_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27430
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27431
	inline TAknLayoutScalableParameterLimits dia3_keypad_fun_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdia3_keypad_fun_pane_ParamLimits_sig*)(GetFunction(EApiId_dia3_keypad_fun_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27432
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27433
	inline TAknWindowComponentLayout dia3_keypad_fun_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_keypad_fun_pane_sig*)(GetFunction(EApiId_dia3_keypad_fun_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27435
	inline TAknLayoutScalableParameterLimits dia3_keypad_num_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdia3_keypad_num_pane_ParamLimits_sig*)(GetFunction(EApiId_dia3_keypad_num_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27436
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27437
	inline TAknWindowComponentLayout dia3_keypad_num_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_keypad_num_pane_sig*)(GetFunction(EApiId_dia3_keypad_num_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27438
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27439
	inline TAknLayoutScalableParameterLimits dia3_listscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdia3_listscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_dia3_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27441
	inline TAknWindowComponentLayout dia3_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_listscroll_pane_sig*)(GetFunction(EApiId_dia3_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27442
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27443
	inline TAknLayoutScalableParameterLimits dia3_numentry_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdia3_numentry_pane_ParamLimits_sig*)(GetFunction(EApiId_dia3_numentry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27444
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27445
	inline TAknWindowComponentLayout dia3_numentry_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_numentry_pane_sig*)(GetFunction(EApiId_dia3_numentry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27447
	// LAF Table : dia3_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27448
	inline TAknWindowComponentLayout dia3_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_list_pane_sig*)(GetFunction(EApiId_dia3_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27450
	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
 27451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27452
	// LAF Table : dia3_numentry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27453
	inline TAknWindowComponentLayout bg_dia3_numentry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dia3_numentry_pane_sig*)(GetFunction(EApiId_bg_dia3_numentry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27455
	inline TAknTextComponentLayout dia3_numentry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_numentry_pane_t1_sig*)(GetFunction(EApiId_dia3_numentry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27456
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27457
	// LAF Table : dia3_keypad_num_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27458
	inline TAknWindowComponentLayout cell_dia3_key_num_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key_num_pane_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27460
	// LAF Table : dia3_keypad_fun_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27461
	inline TAknLayoutScalableParameterLimits cell_dia3_key0_fun_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dia3_key0_fun_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_dia3_key0_fun_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27463
	inline TAknWindowComponentLayout cell_dia3_key0_fun_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key0_fun_pane_sig*)(GetFunction(EApiId_cell_dia3_key0_fun_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27465
	inline TAknLayoutScalableParameterLimits cell_dia3_key1_fun_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_dia3_key1_fun_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_dia3_key1_fun_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27467
	inline TAknWindowComponentLayout cell_dia3_key1_fun_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key1_fun_pane_sig*)(GetFunction(EApiId_cell_dia3_key1_fun_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27469
	// LAF Table : dia3_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27470
	inline TAknWindowComponentLayout dia3_listrow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tdia3_listrow_pane_sig*)(GetFunction(EApiId_dia3_listrow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27472
	// LAF Table : bg_dia3_numentry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27473
	inline TAknWindowComponentLayout bg_dia3_numentry_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_dia3_numentry_pane_g1_sig*)(GetFunction(EApiId_bg_dia3_numentry_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27474
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27475
	// LAF Table : cell_dia3_key_num_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27476
	inline TAknWindowComponentLayout bg_button_pane_cp21(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp21_sig*)(GetFunction(EApiId_bg_button_pane_cp21)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27477
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27478
	inline TAknTextComponentLayout cell_dia3_key_num_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key_num_pane_t1_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27479
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27480
	inline TAknTextComponentLayout cell_dia3_key_num_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key_num_pane_t2_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27481
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27482
	inline TAknTextComponentLayout cell_dia3_key_num_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key_num_pane_t3_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27483
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27484
	inline TAknTextComponentLayout cell_dia3_key_num_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key_num_pane_t4_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27485
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27486
	inline TAknLayoutScalableTableLimits cell_dia3_key_num_pane_t_Limits() const		{ return (*(Tcell_dia3_key_num_pane_t_Limits_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27487
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27488
	inline TAknTextComponentLayout cell_dia3_key_num_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key_num_pane_t_sig*)(GetFunction(EApiId_cell_dia3_key_num_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27490
	// LAF Table : cell_dia3_key0_fun_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27491
	inline TAknWindowComponentLayout bg_button_pane_cp19(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp19_sig*)(GetFunction(EApiId_bg_button_pane_cp19)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27493
	inline TAknWindowComponentLayout cell_dia3_key0_fun_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key0_fun_pane_g1_sig*)(GetFunction(EApiId_cell_dia3_key0_fun_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27494
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27495
	// LAF Table : cell_dia3_key1_fun_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27496
	inline TAknWindowComponentLayout bg_button_pane_cp20(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp20_sig*)(GetFunction(EApiId_bg_button_pane_cp20)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27498
	inline TAknWindowComponentLayout cell_dia3_key1_fun_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_dia3_key1_fun_pane_g1_sig*)(GetFunction(EApiId_cell_dia3_key1_fun_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27500
	// LAF Table : bcale_month_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27501
	inline TAknWindowComponentLayout area_left_week_number_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_left_week_number_pane_sig*)(GetFunction(EApiId_area_left_week_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27502
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27503
	inline TAknWindowComponentLayout area_top_day_name_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tarea_top_day_name_pane_sig*)(GetFunction(EApiId_area_top_day_name_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27504
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27505
	inline TAknWindowComponentLayout frame_month_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tframe_month_view_pane_sig*)(GetFunction(EApiId_frame_month_view_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27506
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27507
	inline TAknWindowComponentLayout grid_month_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_month_view_pane_sig*)(GetFunction(EApiId_grid_month_view_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27508
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27509
	// LAF Table : area_top_day_name_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27510
	inline TAknLayoutScalableParameterLimits cell_top_day_name_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_top_day_name_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_top_day_name_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27512
	inline TAknWindowComponentLayout cell_top_day_name_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_top_day_name_pane_sig*)(GetFunction(EApiId_cell_top_day_name_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27514
	// LAF Table : area_left_week_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27515
	inline TAknLayoutScalableParameterLimits cell_area_left_week_number_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_area_left_week_number_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_area_left_week_number_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27517
	inline TAknWindowComponentLayout cell_area_left_week_number_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_area_left_week_number_pane_sig*)(GetFunction(EApiId_cell_area_left_week_number_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27519
	// LAF Table : grid_month_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27520
	inline TAknLayoutScalableParameterLimits cell_month_view_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tcell_month_view_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_month_view_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27522
	inline TAknWindowComponentLayout cell_month_view_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_month_view_pane_sig*)(GetFunction(EApiId_cell_month_view_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27523
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27524
	// LAF Table : frame_month_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27525
	inline TAknWindowComponentLayout frm_month_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g1_sig*)(GetFunction(EApiId_frm_month_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27527
	inline TAknWindowComponentLayout frm_month_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g2_sig*)(GetFunction(EApiId_frm_month_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27529
	inline TAknWindowComponentLayout frm_month_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g3_sig*)(GetFunction(EApiId_frm_month_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27531
	inline TAknWindowComponentLayout frm_month_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g4_sig*)(GetFunction(EApiId_frm_month_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27533
	inline TAknWindowComponentLayout frm_month_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g5_sig*)(GetFunction(EApiId_frm_month_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27535
	inline TAknWindowComponentLayout frm_month_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g6_sig*)(GetFunction(EApiId_frm_month_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27537
	inline TAknWindowComponentLayout frm_month_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g7_sig*)(GetFunction(EApiId_frm_month_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27538
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27539
	inline TAknWindowComponentLayout frm_month_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g8_sig*)(GetFunction(EApiId_frm_month_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27541
	inline TAknWindowComponentLayout frm_month_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g9_sig*)(GetFunction(EApiId_frm_month_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27543
	inline TAknWindowComponentLayout frm_month_g10(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g10_sig*)(GetFunction(EApiId_frm_month_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27545
	inline TAknWindowComponentLayout frm_month_g11(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g11_sig*)(GetFunction(EApiId_frm_month_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27547
	inline TAknWindowComponentLayout frm_month_g12(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g12_sig*)(GetFunction(EApiId_frm_month_g12)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27548
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27549
	inline TAknWindowComponentLayout frm_month_g13(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g13_sig*)(GetFunction(EApiId_frm_month_g13)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27550
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27551
	inline TAknWindowComponentLayout frm_month_g14(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g14_sig*)(GetFunction(EApiId_frm_month_g14)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27552
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27553
	inline TAknWindowComponentLayout frm_month_g15(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g15_sig*)(GetFunction(EApiId_frm_month_g15)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27554
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27555
	inline TAknWindowComponentLayout frm_month_g16(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g16_sig*)(GetFunction(EApiId_frm_month_g16)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27556
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27557
	inline TAknLayoutScalableTableLimits frm_month_g_Limits() const		{ return (*(Tfrm_month_g_Limits_sig*)(GetFunction(EApiId_frm_month_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27559
	inline TAknWindowComponentLayout frm_month_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfrm_month_g_sig*)(GetFunction(EApiId_frm_month_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27561
	// LAF Table : cell_top_day_name_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27562
	inline TAknTextComponentLayout cell_top_day_name_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_top_day_name_pane_t1_sig*)(GetFunction(EApiId_cell_top_day_name_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27564
	// LAF Table : cell_area_left_week_number_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27565
	inline TAknWindowComponentLayout cell_area_left_week_number_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_area_left_week_number_pane_g1_sig*)(GetFunction(EApiId_cell_area_left_week_number_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27567
	inline TAknTextComponentLayout cell_area_left_week_number_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_area_left_week_number_pane_t1_sig*)(GetFunction(EApiId_cell_area_left_week_number_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27569
	// LAF Table : cell_month_view_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27570
	inline TAknWindowComponentLayout cell_month_view_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_month_view_pane_g1_sig*)(GetFunction(EApiId_cell_month_view_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27571
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27572
	inline TAknTextComponentLayout cell_month_view_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_month_view_pane_t1_sig*)(GetFunction(EApiId_cell_month_view_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27573
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27574
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27575
	inline TAknWindowComponentLayout main_fps_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fps_pane_sig*)(GetFunction(EApiId_main_fps_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27577
	// LAF Table : main_sp_fs_ctrlbar_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27578
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_cp1_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_cp1_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_cp1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27580
	inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_cp1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_cp1_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_cp1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27582
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_cp2_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_cp2_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_cp2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27584
	inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_cp2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_cp2_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_cp2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27586
	// LAF Table : cmail_ddmenu_btn02_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27587
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27589
	inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_g2_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27591
	inline TAknLayoutScalableTableLimits cmail_ddmenu_btn02_pane_g_Limits() const		{ return (*(Tcmail_ddmenu_btn02_pane_g_Limits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27592
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27593
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_g_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27594
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27595
	inline TAknWindowComponentLayout cmail_ddmenu_btn02_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_g_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27597
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27598
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27599
	inline TAknTextComponentLayout cmail_ddmenu_btn02_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_t2_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27600
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27601
	inline TAknLayoutScalableTableLimits cmail_ddmenu_btn02_pane_t_Limits() const		{ return (*(Tcmail_ddmenu_btn02_pane_t_Limits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27602
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27603
	inline TAknLayoutScalableParameterLimits cmail_ddmenu_btn02_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tcmail_ddmenu_btn02_pane_t_ParamLimits_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27605
	inline TAknTextComponentLayout cmail_ddmenu_btn02_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcmail_ddmenu_btn02_pane_t_sig*)(GetFunction(EApiId_cmail_ddmenu_btn02_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27607
	// LAF Table : main_fps_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27608
	inline TAknLayoutScalableParameterLimits fps_text_pane_ParamLimits(TInt aVariety) const		{ return (*(Tfps_text_pane_ParamLimits_sig*)(GetFunction(EApiId_fps_text_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27609
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27610
	inline TAknWindowComponentLayout fps_text_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfps_text_pane_sig*)(GetFunction(EApiId_fps_text_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27611
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27612
	inline TAknLayoutScalableParameterLimits main_fps_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_fps_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_fps_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27613
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27614
	inline TAknWindowComponentLayout main_fps_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_fps_pane_g1_sig*)(GetFunction(EApiId_main_fps_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27615
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27616
	inline TAknLayoutScalableParameterLimits wait_bar_pane_cp010_ParamLimits(TInt aVariety) const		{ return (*(Twait_bar_pane_cp010_ParamLimits_sig*)(GetFunction(EApiId_wait_bar_pane_cp010_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27618
	inline TAknWindowComponentLayout wait_bar_pane_cp010(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twait_bar_pane_cp010_sig*)(GetFunction(EApiId_wait_bar_pane_cp010)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27619
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27620
	// LAF Table : fps_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27621
	inline TAknLayoutScalableParameterLimits fps_text_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Tfps_text_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_fps_text_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27622
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27623
	inline TAknTextComponentLayout fps_text_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tfps_text_pane_t1_sig*)(GetFunction(EApiId_fps_text_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27624
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27625
	// LAF Table : cam4_image_uncrop_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27626
	inline TAknWindowComponentLayout cam4_image_uncrop_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_pane_g1_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27628
	inline TAknWindowComponentLayout cam4_image_uncrop_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_pane_g2_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27629
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27630
	inline TAknWindowComponentLayout cam4_image_uncrop_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_pane_g3_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27631
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27632
	inline TAknWindowComponentLayout cam4_image_uncrop_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_pane_g4_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27634
	inline TAknLayoutScalableTableLimits cam4_image_uncrop_pane_g_Limits() const		{ return (*(Tcam4_image_uncrop_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27636
	inline TAknWindowComponentLayout cam4_image_uncrop_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_image_uncrop_pane_g_sig*)(GetFunction(EApiId_cam4_image_uncrop_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27638
	// LAF Table : dia3_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27639
	inline TAknLayoutScalableParameterLimits dia3_listrow_pane_ParamLimits(TInt aVariety) const		{ return (*(Tdia3_listrow_pane_ParamLimits_sig*)(GetFunction(EApiId_dia3_listrow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27640
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27641
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27642
	inline TAknWindowComponentLayout main_phob2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_phob2_pane_sig*)(GetFunction(EApiId_main_phob2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27644
	// LAF Table : tport_appsw_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27645
	inline TAknLayoutScalableParameterLimits cell_tport_appsw_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Tcell_tport_appsw_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27646
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27647
	inline TAknWindowComponentLayout cell_tport_appsw_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_cp02_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27649
	inline TAknLayoutScalableParameterLimits cell_tport_appsw_pane_cp03_ParamLimits(TInt aVariety) const		{ return (*(Tcell_tport_appsw_pane_cp03_ParamLimits_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_cp03_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27650
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27651
	inline TAknWindowComponentLayout cell_tport_appsw_pane_cp03(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_tport_appsw_pane_cp03_sig*)(GetFunction(EApiId_cell_tport_appsw_pane_cp03)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27653
	// LAF Table : main_phob2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27654
	inline TAknWindowComponentLayout phob2_contact_card_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_contact_card_pane_sig*)(GetFunction(EApiId_phob2_contact_card_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27656
	inline TAknWindowComponentLayout phob2_listscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_listscroll_pane_sig*)(GetFunction(EApiId_phob2_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27658
	// LAF Table : phob2_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27659
	inline TAknWindowComponentLayout phob2_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_list_pane_sig*)(GetFunction(EApiId_phob2_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27660
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27661
	inline TAknWindowComponentLayout scroll_pane_cp034(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp034_sig*)(GetFunction(EApiId_scroll_pane_cp034)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27662
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27663
	// LAF Table : phob2_contact_card_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27664
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27666
	inline TAknWindowComponentLayout phob2_cc_data_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_sig*)(GetFunction(EApiId_phob2_cc_data_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27668
	inline TAknLayoutScalableParameterLimits phob2_cc_listscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_listscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_listscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27669
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27670
	inline TAknWindowComponentLayout phob2_cc_listscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_listscroll_pane_sig*)(GetFunction(EApiId_phob2_cc_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27671
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27672
	// LAF Table : phob2_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27673
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27674
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27675
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27677
	// LAF Table : list_double_large_graphic_phob2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27678
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27680
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_g1_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27682
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27684
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_g2_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27686
	inline TAknLayoutScalableTableLimits list_double_large_graphic_phob2_pane_g_Limits() const		{ return (*(Tlist_double_large_graphic_phob2_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27688
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27690
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_g_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27692
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27694
	inline TAknTextComponentLayout list_double_large_graphic_phob2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_t1_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27696
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27698
	inline TAknTextComponentLayout list_double_large_graphic_phob2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_t2_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27700
	inline TAknLayoutScalableTableLimits list_double_large_graphic_phob2_pane_t_Limits() const		{ return (*(Tlist_double_large_graphic_phob2_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27702
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27704
	inline TAknTextComponentLayout list_double_large_graphic_phob2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_pane_t_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27705
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27706
	inline TAknWindowComponentLayout list_highlight_pane_cp024(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp024_sig*)(GetFunction(EApiId_list_highlight_pane_cp024)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27708
	// LAF Table : phob2_cc_data_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27709
	inline TAknWindowComponentLayout phob2_cc_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_button_pane_sig*)(GetFunction(EApiId_phob2_cc_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27711
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27713
	inline TAknWindowComponentLayout phob2_cc_data_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_g1_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27715
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27716
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27717
	inline TAknWindowComponentLayout phob2_cc_data_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_g2_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27718
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27719
	inline TAknLayoutScalableTableLimits phob2_cc_data_pane_g_Limits() const		{ return (*(Tphob2_cc_data_pane_g_Limits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27720
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27721
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_g_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27722
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27723
	inline TAknWindowComponentLayout phob2_cc_data_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_g_sig*)(GetFunction(EApiId_phob2_cc_data_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27725
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27727
	inline TAknTextComponentLayout phob2_cc_data_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_t1_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27729
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27731
	inline TAknTextComponentLayout phob2_cc_data_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_t2_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27733
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27735
	inline TAknTextComponentLayout phob2_cc_data_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_t3_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27737
	inline TAknLayoutScalableTableLimits phob2_cc_data_pane_t_Limits() const		{ return (*(Tphob2_cc_data_pane_t_Limits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27739
	inline TAknLayoutScalableParameterLimits phob2_cc_data_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tphob2_cc_data_pane_t_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27741
	inline TAknTextComponentLayout phob2_cc_data_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_data_pane_t_sig*)(GetFunction(EApiId_phob2_cc_data_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27743
	// LAF Table : phob2_cc_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27744
	inline TAknLayoutScalableParameterLimits phob2_cc_list_pane_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_list_pane_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_list_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27746
	inline TAknWindowComponentLayout phob2_cc_list_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_list_pane_sig*)(GetFunction(EApiId_phob2_cc_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27748
	inline TAknLayoutScalableParameterLimits scroll_pane_cp035_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp035_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp035_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27750
	inline TAknWindowComponentLayout scroll_pane_cp035(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp035_sig*)(GetFunction(EApiId_scroll_pane_cp035)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27751
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27752
	// LAF Table : phob2_cc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27753
	inline TAknWindowComponentLayout bg_button_pane_cp033(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp033_sig*)(GetFunction(EApiId_bg_button_pane_cp033)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27755
	inline TAknWindowComponentLayout phob2_cc_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_button_pane_g1_sig*)(GetFunction(EApiId_phob2_cc_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27756
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27757
	inline TAknTextComponentLayout phob2_cc_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_button_pane_t1_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27758
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27759
	inline TAknTextComponentLayout phob2_cc_button_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_button_pane_t2_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27761
	inline TAknLayoutScalableTableLimits phob2_cc_button_pane_t_Limits() const		{ return (*(Tphob2_cc_button_pane_t_Limits_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27762
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27763
	inline TAknTextComponentLayout phob2_cc_button_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tphob2_cc_button_pane_t_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27764
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27765
	// LAF Table : phob2_cc_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27766
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27768
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27770
	// LAF Table : list_double_large_graphic_phob2_cc_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27771
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27772
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27773
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g1_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27774
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27775
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27776
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27777
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g2_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27778
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27779
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27780
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27781
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g3_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27782
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27783
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27785
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g4_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27787
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27789
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g5_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27791
	inline TAknLayoutScalableTableLimits list_double_large_graphic_phob2_cc_pane_g_Limits() const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27793
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27795
	inline TAknWindowComponentLayout list_double_large_graphic_phob2_cc_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_g_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27797
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27799
	inline TAknTextComponentLayout list_double_large_graphic_phob2_cc_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t1_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27801
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27803
	inline TAknTextComponentLayout list_double_large_graphic_phob2_cc_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t2_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27805
	inline TAknLayoutScalableTableLimits list_double_large_graphic_phob2_cc_pane_t_Limits() const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t_Limits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27807
	inline TAknLayoutScalableParameterLimits list_double_large_graphic_phob2_cc_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t_ParamLimits_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27809
	inline TAknTextComponentLayout list_double_large_graphic_phob2_cc_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_double_large_graphic_phob2_cc_pane_t_sig*)(GetFunction(EApiId_list_double_large_graphic_phob2_cc_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27811
	inline TAknLayoutScalableParameterLimits list_highlight_pane_cp025_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp025_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp025_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27812
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27813
	inline TAknWindowComponentLayout list_highlight_pane_cp025(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp025_sig*)(GetFunction(EApiId_list_highlight_pane_cp025)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27814
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27815
	// LAF Table : phob2_cc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27816
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp033_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp033_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp033_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27817
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27818
	inline TAknLayoutScalableParameterLimits phob2_cc_button_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_button_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27820
	inline TAknLayoutScalableParameterLimits phob2_cc_button_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_button_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27822
	inline TAknLayoutScalableParameterLimits phob2_cc_button_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Tphob2_cc_button_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27823
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27824
	inline TAknLayoutScalableParameterLimits phob2_cc_button_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tphob2_cc_button_pane_t_ParamLimits_sig*)(GetFunction(EApiId_phob2_cc_button_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27825
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27826
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27827
	inline TAknWindowComponentLayout popup_wgtman_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_wgtman_window_sig*)(GetFunction(EApiId_popup_wgtman_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27829
	// LAF Table : ncimui_text_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27830
	inline TAknWindowComponentLayout scroll_pane_cp038(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp038_sig*)(GetFunction(EApiId_scroll_pane_cp038)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27831
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27832
	// LAF Table : main_wgtman_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27833
	inline TAknLayoutScalableParameterLimits wgtman_btn_pane_cp_01_ParamLimits(TInt aVariety) const		{ return (*(Twgtman_btn_pane_cp_01_ParamLimits_sig*)(GetFunction(EApiId_wgtman_btn_pane_cp_01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27834
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27835
	inline TAknWindowComponentLayout wgtman_btn_pane_cp_01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_btn_pane_cp_01_sig*)(GetFunction(EApiId_wgtman_btn_pane_cp_01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27837
	// LAF Table : popup_wgtman_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27838
	inline TAknWindowComponentLayout wgtman_content_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_content_pane_sig*)(GetFunction(EApiId_wgtman_content_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27840
	inline TAknWindowComponentLayout wgtman_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_heading_pane_sig*)(GetFunction(EApiId_wgtman_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27842
	// LAF Table : wgtman_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27843
	inline TAknWindowComponentLayout bg_heading_pane_cp02(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_heading_pane_cp02_sig*)(GetFunction(EApiId_bg_heading_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27844
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27845
	inline TAknWindowComponentLayout wgtman_heading_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_heading_pane_g1_sig*)(GetFunction(EApiId_wgtman_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27846
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27847
	inline TAknTextComponentLayout wgtman_heading_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_heading_pane_t1_sig*)(GetFunction(EApiId_wgtman_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27848
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27849
	// LAF Table : wgtman_content_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27850
	inline TAknWindowComponentLayout scroll_pane_cp036(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp036_sig*)(GetFunction(EApiId_scroll_pane_cp036)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27851
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27852
	inline TAknWindowComponentLayout wgtman_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_list_pane_sig*)(GetFunction(EApiId_wgtman_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27853
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27854
	// LAF Table : wgtman_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27855
	inline TAknLayoutScalableParameterLimits wgtman_list_pane_t1_ParamLimits(TInt aVariety = 0) const		{ return (*(Twgtman_list_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_wgtman_list_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27856
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27857
	inline TAknTextComponentLayout wgtman_list_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Twgtman_list_pane_t1_sig*)(GetFunction(EApiId_wgtman_list_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27859
	// LAF Table : main_camera4_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27860
	inline TAknWindowComponentLayout cam4_grid_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_grid_pane_sig*)(GetFunction(EApiId_cam4_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27862
	// LAF Table : popup_vitu2_query_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27863
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp015_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp015_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp015_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27864
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27865
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp016_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp016_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp016_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27867
	inline TAknLayoutScalableParameterLimits bg_button_pane_cp017_ParamLimits(TInt aVariety) const		{ return (*(Tbg_button_pane_cp017_ParamLimits_sig*)(GetFunction(EApiId_bg_button_pane_cp017_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27869
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_g3_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_g3_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27871
	inline TAknWindowComponentLayout popup_vitu2_query_window_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_g3_sig*)(GetFunction(EApiId_popup_vitu2_query_window_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27873
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t6_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t6_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27875
	inline TAknTextComponentLayout popup_vitu2_query_window_t6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t6_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27877
	inline TAknLayoutScalableParameterLimits popup_vitu2_query_window_t7_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_vitu2_query_window_t7_ParamLimits_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27879
	inline TAknTextComponentLayout popup_vitu2_query_window_t7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_vitu2_query_window_t7_sig*)(GetFunction(EApiId_popup_vitu2_query_window_t7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27881
	// LAF Table : cam4_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27882
	inline TAknWindowComponentLayout cam4_grid_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_grid_pane_g1_sig*)(GetFunction(EApiId_cam4_grid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27883
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27884
	inline TAknWindowComponentLayout cam4_grid_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_grid_pane_g2_sig*)(GetFunction(EApiId_cam4_grid_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27885
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27886
	inline TAknWindowComponentLayout cam4_grid_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_grid_pane_g3_sig*)(GetFunction(EApiId_cam4_grid_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27888
	inline TAknWindowComponentLayout cam4_grid_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_grid_pane_g4_sig*)(GetFunction(EApiId_cam4_grid_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27890
	inline TAknLayoutScalableTableLimits cam4_grid_pane_g_Limits() const		{ return (*(Tcam4_grid_pane_g_Limits_sig*)(GetFunction(EApiId_cam4_grid_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27892
	inline TAknWindowComponentLayout cam4_grid_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcam4_grid_pane_g_sig*)(GetFunction(EApiId_cam4_grid_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27894
	// LAF Table : main_video_tele_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27895
	inline TAknLayoutScalableParameterLimits aid_placing_vt_slider_lsc_ParamLimits(TInt aVariety) const		{ return (*(Taid_placing_vt_slider_lsc_ParamLimits_sig*)(GetFunction(EApiId_aid_placing_vt_slider_lsc_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27896
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27897
	inline TAknLayoutScalableParameterLimits vidtel_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tvidtel_button_pane_ParamLimits_sig*)(GetFunction(EApiId_vidtel_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27898
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27899
	inline TAknWindowComponentLayout vidtel_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvidtel_button_pane_sig*)(GetFunction(EApiId_vidtel_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27900
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27901
	// LAF Table : vidtel_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27902
	inline TAknWindowComponentLayout bg_button_pane_cp034(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_button_pane_cp034_sig*)(GetFunction(EApiId_bg_button_pane_cp034)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27904
	inline TAknWindowComponentLayout vidtel_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvidtel_button_pane_g1_sig*)(GetFunction(EApiId_vidtel_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27906
	inline TAknTextComponentLayout vidtel_button_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tvidtel_button_pane_t1_sig*)(GetFunction(EApiId_vidtel_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27908
	// LAF Table : popup_vtel_slider_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27909
	inline TAknWindowComponentLayout aid_size_vtel_slider_touch(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_vtel_slider_touch_sig*)(GetFunction(EApiId_aid_size_vtel_slider_touch)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27911
	// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27912
	inline TAknWindowComponentLayout scroll_pane_cp039(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tscroll_pane_cp039_sig*)(GetFunction(EApiId_scroll_pane_cp039)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27913
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27914
	// LAF Table : ncimui_query_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27915
	inline TAknLayoutScalableParameterLimits ncim_query_button_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_button_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_button_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27917
	inline TAknLayoutScalableParameterLimits ncimui_query_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tncimui_query_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_ncimui_query_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27919
	// LAF Table : ncim_query_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27920
	inline TAknLayoutScalableParameterLimits input_focus_pane_cp012_ParamLimits(TInt aVariety) const		{ return (*(Tinput_focus_pane_cp012_ParamLimits_sig*)(GetFunction(EApiId_input_focus_pane_cp012_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27921
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27922
	inline TAknLayoutScalableParameterLimits ncim_query_entry_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tncim_query_entry_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_ncim_query_entry_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27923
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27924
	// LAF Table : main_ncimui_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27925
	inline TAknLayoutScalableParameterLimits scroll_pane_cp039_ParamLimits(TInt aVariety) const		{ return (*(Tscroll_pane_cp039_ParamLimits_sig*)(GetFunction(EApiId_scroll_pane_cp039_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27927
private:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27928
	CInstance();
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27929
	};
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27931
#ifdef __VC32__
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27932
#pragma component(mintypeinfo, off)
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27933
#endif
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27935
} // end of namespace AknLayoutScalable_Apps
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
 27936
#endif // AKNLAYOUTSCALABLE_APPS_CDL