dependencies/layout_data_api/inc/aknlayoutscalable_uiaccel.cdl.h
author Christian Morlok <symbian.org@christianmorlok.de>
Thu, 06 May 2010 15:56:48 +0200
branchv5backport
changeset 67 35a198a504a8
parent 21 11157e26c4a7
permissions -rw-r--r--
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
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_UIACCEL_CDL
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    22
#define AKNLAYOUTSCALABLE_UIACCEL_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_uiaccel.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_UiAccel
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_uiaccel.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
// Generic API
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    47
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
    48
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    49
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
    50
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    51
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
    52
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    53
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
    54
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    55
// LAF Table : Screen Contents
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    56
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
    57
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    58
// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    59
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
    60
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    61
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    62
inline TAknLayoutScalableParameterLimits area_bottom_pane_ParamLimits(TInt aVariety)		{ 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
    63
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    64
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
    65
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    66
inline TAknLayoutScalableParameterLimits area_top_pane_ParamLimits(TInt aVariety)		{ 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
    67
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    68
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
    69
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    70
inline TAknLayoutScalableParameterLimits main_pane_ParamLimits(TInt aVariety)		{ 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
    71
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    72
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
    73
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    74
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    75
inline TAknWindowComponentLayout main_hc_listscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    76
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    77
// LAF Table : main_hc_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    78
inline TAknWindowComponentLayout hc_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_pane)))(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 hc_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_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 : hc_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
    83
inline TAknWindowComponentLayout hc_list_double2_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_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 hc_list_double2_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_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 hc_list_double2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_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 hc_list_double_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_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 hc_list_double_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_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 hc_list_double_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_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 hc_list_double_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_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 hc_list_single_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_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 hc_list_single_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_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 hc_list_single_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_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 hc_list_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_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
// LAF Table : hc_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   106
inline TAknLayoutScalableParameterLimits hc_list_single_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   107
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   108
inline TAknWindowComponentLayout hc_list_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   110
inline TAknLayoutScalableParameterLimits hc_list_single_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   112
inline TAknWindowComponentLayout hc_list_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   113
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   114
inline TAknLayoutScalableTableLimits hc_list_single_pane_g_Limits()		{ return (*(Thc_list_single_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   115
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   116
inline TAknLayoutScalableParameterLimits hc_list_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_single_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   118
inline TAknWindowComponentLayout hc_list_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   120
inline TAknLayoutScalableParameterLimits hc_list_single_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   122
inline TAknTextComponentLayout hc_list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   124
// LAF Table : hc_list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   125
inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g1_ParamLimits)))(aVariety); }
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 hc_list_single_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g1)))(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 TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g2_ParamLimits)))(aVariety); }
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 hc_list_single_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   132
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   133
inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   134
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   135
inline TAknWindowComponentLayout hc_list_single_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g3)))(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 TAknLayoutScalableTableLimits hc_list_single_graphic_pane_g_Limits()		{ return (*(Thc_list_single_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   139
inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_single_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   141
inline TAknWindowComponentLayout hc_list_single_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_single_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_graphic_pane_t1)))(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
// LAF Table : hc_list_single_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   148
inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   150
inline TAknWindowComponentLayout hc_list_single_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   152
inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   154
inline TAknWindowComponentLayout hc_list_single_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   156
inline TAknLayoutScalableTableLimits hc_list_single_heading_pane_g_Limits()		{ return (*(Thc_list_single_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   158
inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_single_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   159
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   160
inline TAknWindowComponentLayout hc_list_single_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   161
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   162
inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   164
inline TAknTextComponentLayout hc_list_single_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   165
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   166
inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   167
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   168
inline TAknTextComponentLayout hc_list_single_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   169
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   170
inline TAknLayoutScalableTableLimits hc_list_single_heading_pane_t_Limits()		{ return (*(Thc_list_single_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   171
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   172
inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_single_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   173
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   174
inline TAknTextComponentLayout hc_list_single_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   175
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   176
// LAF Table : hc_list_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   177
inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g1_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 hc_list_single_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   181
inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   183
inline TAknWindowComponentLayout hc_list_single_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   185
inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   187
inline TAknWindowComponentLayout hc_list_single_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   188
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   189
inline TAknLayoutScalableTableLimits hc_list_single_large_graphic_pane_g_Limits()		{ return (*(Thc_list_single_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   190
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   191
inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_single_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   193
inline TAknWindowComponentLayout hc_list_single_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   195
inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_single_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   196
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   197
inline TAknTextComponentLayout hc_list_single_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_single_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_single_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   198
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   199
// LAF Table : hc_list_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   200
inline TAknLayoutScalableParameterLimits hc_list_double_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g1_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 hc_list_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g1)))(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 hc_list_double_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g2_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 hc_list_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g2)))(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 TAknLayoutScalableTableLimits hc_list_double_pane_g_Limits()		{ return (*(Thc_list_double_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
inline TAknWindowComponentLayout hc_list_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   214
inline TAknLayoutScalableParameterLimits hc_list_double_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   216
inline TAknTextComponentLayout hc_list_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   218
inline TAknLayoutScalableParameterLimits hc_list_double_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   219
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   220
inline TAknTextComponentLayout hc_list_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   221
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   222
inline TAknLayoutScalableTableLimits hc_list_double_pane_t_Limits()		{ return (*(Thc_list_double_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   223
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   224
inline TAknLayoutScalableParameterLimits hc_list_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   225
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   226
inline TAknTextComponentLayout hc_list_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   228
// LAF Table : hc_list_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   229
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   231
inline TAknWindowComponentLayout hc_list_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   233
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   234
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   235
inline TAknWindowComponentLayout hc_list_double_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   236
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   237
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   239
inline TAknWindowComponentLayout hc_list_double_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   241
inline TAknLayoutScalableTableLimits hc_list_double_graphic_pane_g_Limits()		{ return (*(Thc_list_double_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   243
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   245
inline TAknWindowComponentLayout hc_list_double_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   247
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   248
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   249
inline TAknTextComponentLayout hc_list_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   250
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   251
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   252
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   253
inline TAknTextComponentLayout hc_list_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   255
inline TAknLayoutScalableTableLimits hc_list_double_graphic_pane_t_Limits()		{ return (*(Thc_list_double_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   257
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   259
inline TAknTextComponentLayout hc_list_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   261
// LAF Table : hc_list_double_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   262
inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g1_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 TAknWindowComponentLayout hc_list_double_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g1)))(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 TAknLayoutScalableParameterLimits hc_list_double_heading_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hc_list_double_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hc_list_double_heading_pane_g_Limits()		{ return (*(Thc_list_double_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   273
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   274
inline TAknWindowComponentLayout hc_list_double_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   276
inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   277
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   278
inline TAknTextComponentLayout hc_list_double_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   279
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   280
inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   281
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   282
inline TAknTextComponentLayout hc_list_double_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   283
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   284
inline TAknLayoutScalableTableLimits hc_list_double_heading_pane_t_Limits()		{ return (*(Thc_list_double_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   285
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   286
inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   288
inline TAknTextComponentLayout hc_list_double_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   290
// LAF Table : hc_list_double_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   291
inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   293
inline TAknWindowComponentLayout hc_list_double_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   295
inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g2_ParamLimits)))(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 hc_list_double_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g2)))(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 hc_list_double_large_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g3_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 TAknWindowComponentLayout hc_list_double_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g3)))(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 TAknLayoutScalableTableLimits hc_list_double_large_graphic_pane_g_Limits()		{ return (*(Thc_list_double_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout hc_list_double_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   309
inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t1_ParamLimits)))(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 hc_list_double_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t1)))(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
inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   314
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   315
inline TAknTextComponentLayout hc_list_double_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   317
inline TAknLayoutScalableTableLimits hc_list_double_large_graphic_pane_t_Limits()		{ return (*(Thc_list_double_large_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   318
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   319
inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_large_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   320
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   321
inline TAknTextComponentLayout hc_list_double_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_large_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   322
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   323
// LAF Table : hc_list_double2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   324
inline TAknLayoutScalableParameterLimits hc_list_double2_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hc_list_double2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   328
inline TAknLayoutScalableParameterLimits hc_list_double2_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g2_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hc_list_double2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   332
inline TAknLayoutScalableTableLimits hc_list_double2_pane_g_Limits()		{ return (*(Thc_list_double2_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   334
inline TAknLayoutScalableParameterLimits hc_list_double2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double2_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout hc_list_double2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_list_double2_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_double2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_list_double2_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_double2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hc_list_double2_pane_t_Limits()		{ return (*(Thc_list_double2_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t_Limits)))(); }
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 hc_list_double2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double2_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t_ParamLimits)))(aLineIndex, 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 hc_list_double2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_pane_t)))(aLineIndex, 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
// LAF Table : hc_list_double2_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   353
inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   355
inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   357
inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   359
inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g2)))(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 TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g3_ParamLimits)))(aVariety); }
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 hc_list_double2_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g3)))(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 TAknLayoutScalableTableLimits hc_list_double2_graphic_pane_g_Limits()		{ return (*(Thc_list_double2_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   368
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   369
inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_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 TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   372
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   373
inline TAknTextComponentLayout hc_list_double2_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   374
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   375
inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   376
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   377
inline TAknTextComponentLayout hc_list_double2_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   378
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   379
inline TAknLayoutScalableTableLimits hc_list_double2_graphic_pane_t_Limits()		{ return (*(Thc_list_double2_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   380
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   381
inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double2_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   382
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   383
inline TAknTextComponentLayout hc_list_double2_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   384
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   385
// LAF Table : hc_list_double2_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   386
inline TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_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 hc_list_double2_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_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 hc_list_double2_large_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_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 hc_list_double2_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_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 TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hc_list_double2_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hc_list_double2_large_graphic_pane_g_Limits()		{ return (*(Thc_list_double2_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_g_Limits)))(); }
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 hc_list_double2_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout hc_list_double2_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   404
inline TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_t1_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 hc_list_double2_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_t1)))(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 hc_list_double2_large_graphic_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_t2_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 hc_list_double2_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_t2)))(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 hc_list_double2_large_graphic_pane_t_Limits()		{ return (*(Thc_list_double2_large_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_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 hc_list_double2_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double2_large_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_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 hc_list_double2_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double2_large_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double2_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   418
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   419
inline TAknWindowComponentLayout main_hc_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_button_pane)))(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
// LAF Table : main_hc_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   422
inline TAknLayoutScalableParameterLimits aid_hc_size_touch_scroll_bar_ParamLimits(TInt aVariety)		{ return (*(Taid_hc_size_touch_scroll_bar_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_touch_scroll_bar_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   424
inline TAknWindowComponentLayout aid_hc_size_touch_scroll_bar(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hc_size_touch_scroll_bar_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_touch_scroll_bar)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   426
inline TAknLayoutScalableParameterLimits aid_hc_size_touch_scroll_bar_cp01_ParamLimits(TInt aVariety)		{ return (*(Taid_hc_size_touch_scroll_bar_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_touch_scroll_bar_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   428
inline TAknWindowComponentLayout aid_hc_size_touch_scroll_bar_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hc_size_touch_scroll_bar_cp01_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_touch_scroll_bar_cp01)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   430
inline TAknWindowComponentLayout hc_popup_scroll_hotspot_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_popup_scroll_hotspot_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_popup_scroll_hotspot_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   432
inline TAknLayoutScalableParameterLimits hc_scroll_pane_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   434
inline TAknLayoutScalableParameterLimits hc_scroll_pane_cp01_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_pane_cp01_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   436
inline TAknWindowComponentLayout hc_scroll_pane_cp01(TInt aVariety, 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
   437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   438
inline TAknLayoutScalableParameterLimits main_hc_listscroll_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_hc_listscroll_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   440
inline TAknWindowComponentLayout main_hc_listscroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_listscroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_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 TAknLayoutScalableParameterLimits main_hc_listscroll_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_hc_listscroll_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   444
inline TAknWindowComponentLayout main_hc_listscroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_listscroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane_g2)))(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 TAknLayoutScalableTableLimits main_hc_listscroll_pane_g_Limits()		{ return (*(Tmain_hc_listscroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_hc_listscroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_hc_listscroll_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_hc_listscroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_listscroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_listscroll_pane_g)))(aLineIndex, 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
// LAF Table : hc_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   453
inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   455
// LAF Table : hc_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   456
inline TAknLayoutScalableParameterLimits aid_hc_size_max_handle_ParamLimits(TInt aVariety)		{ return (*(Taid_hc_size_max_handle_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_max_handle_ParamLimits)))(aVariety); }
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 aid_hc_size_max_handle(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hc_size_max_handle_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_max_handle)))(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 TAknLayoutScalableParameterLimits aid_hc_size_min_handle_ParamLimits(TInt aVariety)		{ return (*(Taid_hc_size_min_handle_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_min_handle_ParamLimits)))(aVariety); }
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 aid_hc_size_min_handle(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hc_size_min_handle_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_size_min_handle)))(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
inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_bg_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   465
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   466
inline TAknWindowComponentLayout hc_scroll_bg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   467
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   468
inline TAknLayoutScalableParameterLimits hc_scroll_handle_pane_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_handle_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   469
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   470
inline TAknWindowComponentLayout hc_scroll_handle_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_handle_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   471
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   472
inline TAknLayoutScalableParameterLimits hc_scroll_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   474
inline TAknWindowComponentLayout hc_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   476
// LAF Table : hc_scroll_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   477
inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_bg_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   479
inline TAknWindowComponentLayout hc_scroll_bg_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   481
inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_bg_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   483
inline TAknWindowComponentLayout hc_scroll_bg_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   485
inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_bg_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   487
inline TAknWindowComponentLayout hc_scroll_bg_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_bg_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   488
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   489
inline TAknLayoutScalableTableLimits hc_scroll_bg_pane_g_Limits()		{ return (*(Thc_scroll_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   490
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   491
inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_scroll_bg_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g_ParamLimits)))(aLineIndex, 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 hc_scroll_bg_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 : hc_scroll_handle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   496
inline TAknLayoutScalableParameterLimits hc_scroll_handle_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_handle_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_handle_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_handle_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_handle_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_handle_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_handle_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g_Limits()		{ return (*(Thc_scroll_handle_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_scroll_handle_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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 hc_scroll_handle_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_handle_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_handle_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
// LAF Table : hc_popup_scroll_hotspot_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   515
inline TAknWindowComponentLayout bg_hc_secondary_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_secondary_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_secondary_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   516
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   517
inline TAknTextComponentLayout qfn_secondary_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tqfn_secondary_cp6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_qfn_secondary_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   518
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   519
// LAF Table : main_hc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   520
inline TAknWindowComponentLayout hc_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   521
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   522
// LAF Table : hc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   523
inline TAknLayoutScalableParameterLimits bg_hc_button_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_button_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   525
inline TAknWindowComponentLayout bg_hc_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   527
inline TAknLayoutScalableParameterLimits hc_button_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_button_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_button_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   529
inline TAknWindowComponentLayout hc_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   531
inline TAknLayoutScalableParameterLimits hc_button_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_button_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   533
inline TAknTextComponentLayout hc_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_button_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   535
// LAF Table : bg_hc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   536
inline TAknWindowComponentLayout bg_hc_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g1)))(aVariety, aCol, aRow); }
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 bg_hc_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g2)))(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 TAknWindowComponentLayout bg_hc_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g3)))(aVariety, aCol, aRow); }
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 TAknWindowComponentLayout bg_hc_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g4)))(aVariety, aCol, aRow); }
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 bg_hc_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g5)))(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 TAknWindowComponentLayout bg_hc_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   548
inline TAknWindowComponentLayout bg_hc_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   549
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   550
inline TAknWindowComponentLayout bg_hc_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   551
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   552
inline TAknWindowComponentLayout bg_hc_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   554
inline TAknLayoutScalableTableLimits bg_hc_button_pane_g_Limits()		{ return (*(Tbg_hc_button_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   556
inline TAknWindowComponentLayout bg_hc_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_button_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_button_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   557
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   558
// LAF Table : hc_list_double_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   559
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   560
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   561
inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   562
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   563
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   565
inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   567
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   569
inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   571
inline TAknLayoutScalableTableLimits hc_list_double_graphic_heading_pane_g_Limits()		{ return (*(Thc_list_double_graphic_heading_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   573
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   574
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   575
inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_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
   576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   577
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   579
inline TAknTextComponentLayout hc_list_double_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   580
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   581
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   582
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   583
inline TAknTextComponentLayout hc_list_double_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   584
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   585
inline TAknLayoutScalableTableLimits hc_list_double_graphic_heading_pane_t_Limits()		{ return (*(Thc_list_double_graphic_heading_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   586
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   587
inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Thc_list_double_graphic_heading_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_list_double_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   588
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   589
inline TAknTextComponentLayout hc_list_double_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_list_double_graphic_heading_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_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
   590
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   591
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   592
inline TAknWindowComponentLayout main_hc_gridscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_gridscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_gridscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   594
// LAF Table : hc_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   595
inline TAknWindowComponentLayout bg_hc_highlight_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   596
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   597
// LAF Table : main_hc_gridscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   598
inline TAknLayoutScalableParameterLimits aid_hc_grid_cell_size_ParamLimits(TInt aVariety)		{ return (*(Taid_hc_grid_cell_size_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_grid_cell_size_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   599
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   600
inline TAknWindowComponentLayout aid_hc_grid_cell_size(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_hc_grid_cell_size_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_hc_grid_cell_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   601
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   602
inline TAknLayoutScalableParameterLimits hc_scroll_pane_cp02_ParamLimits(TInt aVariety)		{ return (*(Thc_scroll_pane_cp02_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_cp02_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hc_scroll_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Thc_scroll_pane_cp02_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_hc_scroll_pane_cp02)))(aVariety, aCol, aRow); }
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 main_hc_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_hc_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_grid_pane_ParamLimits)))(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 TAknWindowComponentLayout main_hc_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_hc_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_hc_grid_pane)))(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
// LAF Table : main_hc_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   611
inline TAknLayoutScalableParameterLimits cell_hc_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   613
inline TAknWindowComponentLayout cell_hc_grid_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Tcell_hc_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   615
// LAF Table : cell_hc_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   616
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   617
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   618
inline TAknWindowComponentLayout bg_hc_highlight_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_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
inline TAknLayoutScalableParameterLimits cell_hc_grid_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_grid_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_grid_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   621
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   622
inline TAknWindowComponentLayout cell_hc_grid_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_grid_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_grid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   623
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   624
inline TAknLayoutScalableParameterLimits cell_hc_grid_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tcell_hc_grid_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_grid_pane_t1_ParamLimits)))(aVariety); }
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
inline TAknTextComponentLayout cell_hc_grid_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tcell_hc_grid_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_hc_grid_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   627
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   628
// LAF Table : bg_hc_highlight_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   629
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g1_ParamLimits)))(aVariety); }
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 bg_hc_highlight_grid_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   632
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   633
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   634
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   635
inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   636
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   637
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   638
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   639
inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g3)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g4_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_hc_highlight_grid_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g4)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_hc_highlight_grid_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   648
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   649
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g6_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   652
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   653
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   654
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   655
inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   656
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   657
inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g8_ParamLimits)))(aVariety); }
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_hc_highlight_grid_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g8)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g9_ParamLimits)))(aVariety); }
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_hc_highlight_grid_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g9)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g10_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g10_ParamLimits)))(aVariety); }
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_hc_highlight_grid_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g10)))(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 TAknLayoutScalableTableLimits bg_hc_highlight_grid_pane_g_Limits()		{ return (*(Tbg_hc_highlight_grid_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tbg_hc_highlight_grid_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout bg_hc_highlight_grid_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_grid_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_grid_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : bg_hc_highlight_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   676
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   677
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   678
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   679
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   680
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g2_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 bg_hc_highlight_list_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   684
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   685
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   686
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   687
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   688
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   689
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   690
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   691
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   692
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   693
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   694
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   696
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   698
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   700
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   702
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g7)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g8_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   708
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   710
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   712
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g10_ParamLimits(TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   714
inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   716
inline TAknLayoutScalableTableLimits bg_hc_highlight_list_pane_g_Limits()		{ return (*(Tbg_hc_highlight_list_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   718
inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tbg_hc_highlight_list_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g_ParamLimits)))(aLineIndex, 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 bg_hc_highlight_list_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tbg_hc_highlight_list_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_bg_hc_highlight_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   723
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
   724
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   725
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
   726
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   727
inline TAknWindowComponentLayout popup_toolbar2_fixed_window_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tpopup_toolbar2_fixed_window_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_cp001)))(aVariety, aCol, aRow); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   730
inline TAknWindowComponentLayout main_aa_coverflow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_coverflow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_coverflow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   732
inline TAknWindowComponentLayout main_aa_empty_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_empty_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   734
inline TAknWindowComponentLayout main_aa_fastscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_fastscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   735
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   736
inline TAknLayoutScalableParameterLimits main_aa_gridscroll_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_gridscroll_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_gridscroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   737
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   738
inline TAknWindowComponentLayout main_aa_gridscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_gridscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_gridscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   739
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   740
inline TAknWindowComponentLayout main_aa_listscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_listscroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_listscroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   741
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   742
inline TAknWindowComponentLayout main_aa_metadata_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_metadata_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_metadata_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   743
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   744
inline TAknWindowComponentLayout main_aa_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   745
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   746
// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   747
inline TAknLayoutScalableParameterLimits aacf_image_pane_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aacf_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aacf_image_pane_cp001_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_pane_cp001_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   753
inline TAknWindowComponentLayout aacf_image_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_pane_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   755
inline TAknLayoutScalableParameterLimits aacf_image_pane_cp002_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_pane_cp002_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_cp002_ParamLimits)))(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 TAknWindowComponentLayout aacf_image_pane_cp002(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_pane_cp002_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_cp002)))(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 aacf_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_slider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_slider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   760
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   761
inline TAknLayoutScalableParameterLimits main_aa_coverflow_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_coverflow_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_coverflow_pane_t1_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 TAknTextComponentLayout main_aa_coverflow_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_coverflow_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_coverflow_pane_t1)))(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 : aacf_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   766
inline TAknLayoutScalableParameterLimits aacf_image_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_g1_ParamLimits)))(aVariety); }
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 aacf_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_pane_g1)))(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 : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   771
inline TAknLayoutScalableParameterLimits aacf_image_title_pane_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_title_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_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 TAknWindowComponentLayout aacf_image_title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_title_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane)))(aVariety, aCol, aRow); }
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 : aacf_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   776
inline TAknWindowComponentLayout aacf_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_slider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_slider_pane_g1)))(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 aacf_slider_pane_g1_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_slider_pane_g1_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_slider_pane_g1_cp001)))(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 aaslider_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane)))(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
// LAF Table : aacf_image_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   783
inline TAknLayoutScalableParameterLimits aacf_image_title_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_title_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   784
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   785
inline TAknWindowComponentLayout aacf_image_title_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_title_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   787
inline TAknLayoutScalableParameterLimits aacf_image_title_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_title_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   789
inline TAknTextComponentLayout aacf_image_title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_title_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   791
inline TAknLayoutScalableParameterLimits aacf_image_title_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taacf_image_title_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   793
inline TAknTextComponentLayout aacf_image_title_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_title_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   795
inline TAknLayoutScalableTableLimits aacf_image_title_pane_t_Limits()		{ return (*(Taacf_image_title_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   797
inline TAknLayoutScalableParameterLimits aacf_image_title_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taacf_image_title_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   799
inline TAknTextComponentLayout aacf_image_title_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taacf_image_title_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_image_title_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : main_aa_fastscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   802
inline TAknLayoutScalableParameterLimits aafs_strip_pane_ParamLimits(TInt aVariety)		{ return (*(Taafs_strip_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   803
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   804
inline TAknWindowComponentLayout aafs_strip_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taafs_strip_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_pane)))(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 TAknLayoutScalableParameterLimits main_aa_fastscroll_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_fastscroll_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout main_aa_fastscroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_fastscroll_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   809
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   810
inline TAknLayoutScalableParameterLimits main_aa_fastscroll_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_fastscroll_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   811
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   812
inline TAknWindowComponentLayout main_aa_fastscroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_fastscroll_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g2)))(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 TAknLayoutScalableTableLimits main_aa_fastscroll_pane_g_Limits()		{ return (*(Tmain_aa_fastscroll_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_aa_fastscroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Tmain_aa_fastscroll_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_aa_fastscroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_fastscroll_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_fastscroll_pane_g)))(aLineIndex, 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
// LAF Table : aafs_strip_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   821
inline TAknLayoutScalableParameterLimits aafs_strip_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Taafs_strip_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   823
inline TAknWindowComponentLayout aafs_strip_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taafs_strip_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   825
inline TAknLayoutScalableParameterLimits aafs_strip_shadow_pane_ParamLimits(TInt aVariety)		{ return (*(Taafs_strip_shadow_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_shadow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   827
inline TAknWindowComponentLayout aafs_strip_shadow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taafs_strip_shadow_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_shadow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   829
// LAF Table : aafs_strip_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   830
inline TAknLayoutScalableParameterLimits aafs_strip_grid_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taafs_strip_grid_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_grid_pane_g1_ParamLimits)))(aVariety); }
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 aafs_strip_grid_pane_g1(TInt aVariety, TInt aCol, TInt aRow = 0)		{ return (*(Taafs_strip_grid_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aafs_strip_grid_pane_g1)))(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
// LAF Table : main_aa_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   835
inline TAknWindowComponentLayout aa_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taa_scroll_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   836
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   837
inline TAknLayoutScalableParameterLimits aalist_gene_pane_ParamLimits(TInt aVariety)		{ return (*(Taalist_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   838
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   839
inline TAknWindowComponentLayout aalist_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   840
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   841
// LAF Table : aalist_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   842
inline TAknLayoutScalableParameterLimits aalist_double_entry_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_double_entry_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_entry_pane_ParamLimits)))(aVariety); }
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 aalist_double_entry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_entry_pane)))(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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_double_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   848
inline TAknWindowComponentLayout aalist_double_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane)))(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 TAknLayoutScalableParameterLimits aalist_double_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_double_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_ParamLimits)))(aVariety); }
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 aalist_double_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane)))(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 TAknLayoutScalableParameterLimits aalist_double_progress_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_double_progress_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_ParamLimits)))(aVariety); }
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 aalist_double_progress_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_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 TAknLayoutScalableParameterLimits aalist_gene_ad_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_gene_ad_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_gene_ad_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aalist_gene_ad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_gene_ad_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_gene_ad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   861
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   862
inline TAknLayoutScalableParameterLimits aalist_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   864
inline TAknWindowComponentLayout aalist_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   866
// LAF Table : aalist_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   867
inline TAknLayoutScalableParameterLimits aalist_single_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   868
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   869
inline TAknWindowComponentLayout aalist_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   870
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   871
inline TAknLayoutScalableParameterLimits aalist_single_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   873
inline TAknWindowComponentLayout aalist_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   874
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   875
inline TAknLayoutScalableTableLimits aalist_single_pane_g_Limits()		{ return (*(Taalist_single_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   876
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   877
inline TAknLayoutScalableParameterLimits aalist_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_single_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   879
inline TAknWindowComponentLayout aalist_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   881
inline TAknLayoutScalableParameterLimits aalist_single_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   883
inline TAknTextComponentLayout aalist_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   885
// LAF Table : aalist_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   886
inline TAknLayoutScalableParameterLimits aalist_double_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   887
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   888
inline TAknWindowComponentLayout aalist_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   890
inline TAknLayoutScalableParameterLimits aalist_double_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   892
inline TAknWindowComponentLayout aalist_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   894
inline TAknLayoutScalableTableLimits aalist_double_pane_g_Limits()		{ return (*(Taalist_double_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   896
inline TAknLayoutScalableParameterLimits aalist_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_double_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   898
inline TAknWindowComponentLayout aalist_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   900
inline TAknLayoutScalableParameterLimits aalist_double_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   901
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   902
inline TAknTextComponentLayout aalist_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   903
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   904
inline TAknLayoutScalableParameterLimits aalist_double_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   905
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   906
inline TAknTextComponentLayout aalist_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   907
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   908
inline TAknLayoutScalableTableLimits aalist_double_pane_t_Limits()		{ return (*(Taalist_double_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t_Limits)))(); }
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 aalist_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_double_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout aalist_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_pane_t)))(aLineIndex, 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
// LAF Table : aalist_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   915
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   916
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   917
inline TAknWindowComponentLayout aalist_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g1)))(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
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   920
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   921
inline TAknWindowComponentLayout aalist_double_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   922
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   923
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   924
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   925
inline TAknWindowComponentLayout aalist_double_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   926
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   927
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   928
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   929
inline TAknWindowComponentLayout aalist_double_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   930
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   931
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   932
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   933
inline TAknWindowComponentLayout aalist_double_graphic_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   934
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   935
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g6_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g6_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g6_ParamLimits)))(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
inline TAknWindowComponentLayout aalist_double_graphic_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   938
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   939
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   940
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   941
inline TAknWindowComponentLayout aalist_double_graphic_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   942
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   943
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g8_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g8_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g8_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   944
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   945
inline TAknWindowComponentLayout aalist_double_graphic_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g8)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   946
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   947
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g9_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g9_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   949
inline TAknWindowComponentLayout aalist_double_graphic_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   951
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g10_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g10_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   952
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   953
inline TAknWindowComponentLayout aalist_double_graphic_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g10)))(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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g11_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g11_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g11_ParamLimits)))(aVariety); }
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 aalist_double_graphic_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g11)))(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 TAknLayoutScalableTableLimits aalist_double_graphic_pane_g_Limits()		{ return (*(Taalist_double_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_double_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 aalist_double_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t1_ParamLimits)))(aVariety); }
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 aalist_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t1)))(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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_graphic_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits aalist_double_graphic_pane_t_Limits()		{ return (*(Taalist_double_graphic_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t_Limits)))(); }
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
inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_double_graphic_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   976
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   977
inline TAknTextComponentLayout aalist_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_graphic_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   978
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   979
// LAF Table : aalist_double_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   980
inline TAknTextComponentLayout aalist_double_entry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_entry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_entry_pane_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 TAknWindowComponentLayout aalist_entry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_entry_pane)))(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
// LAF Table : aalist_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   985
inline TAknTextComponentLayout aalist_entry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_entry_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_entry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   986
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   987
inline TAknWindowComponentLayout input_focus_pane_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tinput_focus_pane_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_input_focus_pane_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   988
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   989
// LAF Table : aalist_double_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   990
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_progress_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_progress_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_progress_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_progress_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g2_ParamLimits)))(aVariety); }
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 aalist_double_progress_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g2)))(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
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_progress_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
   999
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1000
inline TAknWindowComponentLayout aalist_double_progress_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1002
inline TAknLayoutScalableTableLimits aalist_double_progress_pane_g_Limits()		{ return (*(Taalist_double_progress_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1003
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1004
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_double_progress_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 aalist_double_progress_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_progress_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1009
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1010
inline TAknTextComponentLayout aalist_double_progress_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1011
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1012
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_progress_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1013
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1014
inline TAknTextComponentLayout aalist_double_progress_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1015
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1016
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Taalist_double_progress_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1017
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1018
inline TAknTextComponentLayout aalist_double_progress_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1019
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1020
inline TAknLayoutScalableTableLimits aalist_double_progress_pane_t_Limits()		{ return (*(Taalist_double_progress_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1021
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1022
inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_double_progress_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1023
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1024
inline TAknTextComponentLayout aalist_double_progress_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_double_progress_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_double_progress_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1025
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1026
inline TAknLayoutScalableParameterLimits aalist_progress_pane_ParamLimits(TInt aVariety)		{ return (*(Taalist_progress_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1027
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1028
inline TAknWindowComponentLayout aalist_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_progress_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1029
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1030
// LAF Table : aalist_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1031
inline TAknWindowComponentLayout aalist_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_progress_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1032
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1033
inline TAknWindowComponentLayout aalist_progress_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_progress_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1034
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1035
inline TAknWindowComponentLayout aalist_progress_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_progress_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1036
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1037
inline TAknLayoutScalableTableLimits aalist_progress_pane_g_Limits()		{ return (*(Taalist_progress_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1038
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1039
inline TAknWindowComponentLayout aalist_progress_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_progress_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1040
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1041
// LAF Table : aalist_gene_ad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1042
inline TAknWindowComponentLayout aalist_gene_ad_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_gene_ad_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_gene_ad_pane_g1)))(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
// LAF Table : main_aa_empty_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1045
inline TAknTextComponentLayout main_aa_empty_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_empty_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1047
inline TAknTextComponentLayout main_aa_empty_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_empty_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1048
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1049
inline TAknTextComponentLayout main_aa_empty_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_empty_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1050
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1051
inline TAknTextComponentLayout main_aa_empty_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_empty_pane_t4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane_t4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1052
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1053
inline TAknLayoutScalableTableLimits main_aa_empty_pane_t_Limits()		{ return (*(Tmain_aa_empty_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1054
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1055
inline TAknTextComponentLayout main_aa_empty_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_empty_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_empty_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1056
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1057
// LAF Table : main_aa_gridscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1058
inline TAknLayoutScalableParameterLimits aa_scroll_pane_cp001_ParamLimits(TInt aVariety)		{ return (*(Taa_scroll_pane_cp001_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_scroll_pane_cp001_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 aa_scroll_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taa_scroll_pane_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_scroll_pane_cp001)))(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 aa_taskswapper_pane_ParamLimits(TInt aVariety)		{ return (*(Taa_taskswapper_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_taskswapper_pane_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 aa_taskswapper_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taa_taskswapper_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_taskswapper_pane)))(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 aagrid_gene_pane_ParamLimits(TInt aVariety)		{ return (*(Taagrid_gene_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_gene_pane_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 aagrid_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_gene_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_gene_pane)))(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
// LAF Table : aagrid_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1071
inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_ParamLimits(TInt aVariety)		{ return (*(Taagrid_cell_image_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1073
inline TAknWindowComponentLayout aagrid_cell_image_pane(TInt aVariety, TInt aCol, TInt aRow)		{ return (*(Taagrid_cell_image_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1075
// LAF Table : aagrid_cell_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1076
inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taagrid_cell_image_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g1_ParamLimits)))(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 aagrid_cell_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_cell_image_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g1)))(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 aagrid_cell_image_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taagrid_cell_image_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g2_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 TAknWindowComponentLayout aagrid_cell_image_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_cell_image_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g2)))(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
inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taagrid_cell_image_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1085
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1086
inline TAknWindowComponentLayout aagrid_cell_image_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_cell_image_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1087
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1088
inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Taagrid_cell_image_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1089
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1090
inline TAknWindowComponentLayout aagrid_cell_image_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_cell_image_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1091
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1092
inline TAknLayoutScalableTableLimits aagrid_cell_image_pane_g_Limits()		{ return (*(Taagrid_cell_image_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1093
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1094
inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taagrid_cell_image_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1095
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1096
inline TAknWindowComponentLayout aagrid_cell_image_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_cell_image_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1097
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1098
inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taagrid_cell_image_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aagrid_cell_image_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taagrid_cell_image_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aagrid_cell_image_pane_t1)))(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
inline TAknLayoutScalableParameterLimits grid_highlight_pane_cp001_ParamLimits(TInt aVariety)		{ return (*(Tgrid_highlight_pane_cp001_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1103
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1104
inline TAknWindowComponentLayout grid_highlight_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1105
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1106
// LAF Table : aa_taskswapper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1107
inline TAknLayoutScalableParameterLimits aa_taskswapper_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taa_taskswapper_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_taskswapper_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1108
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1109
inline TAknWindowComponentLayout aa_taskswapper_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taa_taskswapper_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_taskswapper_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1110
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1111
inline TAknLayoutScalableParameterLimits aa_taskswapper_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taa_taskswapper_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_taskswapper_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1112
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1113
inline TAknTextComponentLayout aa_taskswapper_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taa_taskswapper_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aa_taskswapper_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1114
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1115
inline TAknLayoutScalableParameterLimits aatasksw_grid_pane_ParamLimits(TInt aVariety)		{ return (*(Taatasksw_grid_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aatasksw_grid_pane_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aatasksw_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taatasksw_grid_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aatasksw_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1118
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1119
// LAF Table : aatasksw_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1120
inline TAknLayoutScalableParameterLimits aatasksw_cell_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taatasksw_cell_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aatasksw_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1122
inline TAknWindowComponentLayout aatasksw_cell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taatasksw_cell_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aatasksw_cell_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
// LAF Table : aatasksw_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1125
inline TAknWindowComponentLayout aatasksw_cell_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taatasksw_cell_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aatasksw_cell_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1126
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1127
inline TAknWindowComponentLayout grid_highlight_pane_cp002(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tgrid_highlight_pane_cp002_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_highlight_pane_cp002)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1128
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1129
// LAF Table : main_aa_metadata_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1130
inline TAknWindowComponentLayout aamd_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane)))(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 TAknWindowComponentLayout aamd_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_pane)))(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
// LAF Table : aamd_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1135
inline TAknLayoutScalableParameterLimits aamd_list_double_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taamd_list_double_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1136
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1137
inline TAknWindowComponentLayout aamd_list_double_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1138
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1139
inline TAknLayoutScalableParameterLimits aamd_list_single_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taamd_list_single_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1140
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1141
inline TAknWindowComponentLayout aamd_list_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_single_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1142
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1143
// LAF Table : aamd_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1144
inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_single_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aamd_list_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_single_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1148
inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_single_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1150
inline TAknWindowComponentLayout aamd_list_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_single_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g2)))(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
inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_single_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1154
inline TAknWindowComponentLayout aamd_list_single_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_single_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1155
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1156
inline TAknLayoutScalableTableLimits aamd_list_single_pane_g_Limits()		{ return (*(Taamd_list_single_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1157
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1158
inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taamd_list_single_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 aamd_list_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_single_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits aamd_list_single_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_single_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_t1_ParamLimits)))(aVariety); }
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 aamd_list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_single_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_single_pane_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
// LAF Table : aamd_list_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1167
inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_double_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1168
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1169
inline TAknWindowComponentLayout aamd_list_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1170
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1171
inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_double_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1172
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1173
inline TAknWindowComponentLayout aamd_list_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1174
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1175
inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_double_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1176
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1177
inline TAknWindowComponentLayout aamd_list_double_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1178
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1179
inline TAknLayoutScalableTableLimits aamd_list_double_pane_g_Limits()		{ return (*(Taamd_list_double_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1181
inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taamd_list_double_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g_ParamLimits)))(aLineIndex, 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 aamd_list_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_g)))(aLineIndex, 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 aamd_list_double_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_double_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t1_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 TAknTextComponentLayout aamd_list_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t1)))(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 TAknLayoutScalableParameterLimits aamd_list_double_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taamd_list_double_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aamd_list_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1192
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1193
inline TAknLayoutScalableTableLimits aamd_list_double_pane_t_Limits()		{ return (*(Taamd_list_double_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1194
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1195
inline TAknLayoutScalableParameterLimits aamd_list_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taamd_list_double_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout aamd_list_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_list_double_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_list_double_pane_t)))(aLineIndex, 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
// LAF Table : aamd_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1200
inline TAknLayoutScalableParameterLimits aamd_info_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taamd_info_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1201
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1202
inline TAknWindowComponentLayout aamd_info_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1203
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1204
inline TAknLayoutScalableParameterLimits aamd_info_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taamd_info_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1205
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1206
inline TAknWindowComponentLayout aamd_info_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1207
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1208
inline TAknLayoutScalableParameterLimits aamd_info_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taamd_info_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1210
inline TAknWindowComponentLayout aamd_info_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1212
inline TAknLayoutScalableTableLimits aamd_info_pane_g_Limits()		{ return (*(Taamd_info_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1214
inline TAknLayoutScalableParameterLimits aamd_info_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taamd_info_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1215
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1216
inline TAknWindowComponentLayout aamd_info_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1217
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1218
inline TAknLayoutScalableParameterLimits aamd_info_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taamd_info_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t1_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 TAknTextComponentLayout aamd_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t1)))(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 aamd_info_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taamd_info_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t2_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 TAknTextComponentLayout aamd_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t2)))(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
inline TAknLayoutScalableParameterLimits aamd_info_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Taamd_info_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1227
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1228
inline TAknTextComponentLayout aamd_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1229
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1230
inline TAknLayoutScalableTableLimits aamd_info_pane_t_Limits()		{ return (*(Taamd_info_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1231
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1232
inline TAknLayoutScalableParameterLimits aamd_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taamd_info_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1233
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1234
inline TAknTextComponentLayout aamd_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taamd_info_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aamd_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
// LAF Table : aaslider_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1237
inline TAknWindowComponentLayout aaslider_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1238
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1239
inline TAknWindowComponentLayout aaslider_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1240
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1241
inline TAknLayoutScalableTableLimits aaslider_bg_pane_g_Limits()		{ return (*(Taaslider_bg_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1242
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1243
inline TAknWindowComponentLayout aaslider_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1244
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1245
inline TAknWindowComponentLayout aaslider_bg_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_g2_copy1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1246
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1247
// LAF Table : main_aa_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1248
inline TAknLayoutScalableParameterLimits aaslider_pane_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1249
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1250
inline TAknWindowComponentLayout aaslider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1251
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1252
// LAF Table : aaslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1253
inline TAknLayoutScalableParameterLimits aaslider_bg_pane_cp001_ParamLimits(TInt aVariety)		{ return (*(Taaslider_bg_pane_cp001_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001_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 aaslider_bg_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001)))(aVariety, aCol, aRow); }
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
inline TAknLayoutScalableParameterLimits aaslider_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1259
inline TAknWindowComponentLayout aaslider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1261
inline TAknLayoutScalableParameterLimits aaslider_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g2_ParamLimits)))(aVariety); }
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 aaslider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g2)))(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 TAknLayoutScalableParameterLimits aaslider_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aaslider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g3)))(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 TAknLayoutScalableTableLimits aaslider_pane_g_Limits()		{ return (*(Taaslider_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits aaslider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taaslider_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout aaslider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g)))(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
inline TAknLayoutScalableParameterLimits aaslider_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1276
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1277
inline TAknTextComponentLayout aaslider_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1278
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1279
inline TAknLayoutScalableParameterLimits aaslider_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1280
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1281
inline TAknTextComponentLayout aaslider_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1282
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1283
inline TAknLayoutScalableParameterLimits aaslider_pane_t3_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_t3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1284
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1285
inline TAknTextComponentLayout aaslider_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_t3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1286
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1287
inline TAknLayoutScalableTableLimits aaslider_pane_t_Limits()		{ return (*(Taaslider_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1288
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1289
inline TAknLayoutScalableParameterLimits aaslider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taaslider_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1290
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1291
inline TAknTextComponentLayout aaslider_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1292
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1293
inline TAknLayoutScalableParameterLimits aid_touch_size_slider_marker_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_size_slider_marker_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_size_slider_marker_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1294
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1295
inline TAknWindowComponentLayout aid_touch_size_slider_marker(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_size_slider_marker_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_size_slider_marker)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1296
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1297
// LAF Table : aalist_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1298
inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_list_sub_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_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 aalist_list_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane)))(aVariety, aCol, aRow); }
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
// LAF Table : aalist_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1303
inline TAknLayoutScalableParameterLimits aalist_single_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1305
inline TAknWindowComponentLayout aalist_single_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1307
inline TAknLayoutScalableParameterLimits aalist_single_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1309
inline TAknWindowComponentLayout aalist_single_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1310
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1311
inline TAknWindowComponentLayout list_highlight_pane_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tlist_highlight_pane_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp001)))(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 : aalist_list_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1314
inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g1_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aalist_list_sub_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1317
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1318
inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1320
inline TAknWindowComponentLayout aalist_list_sub_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g3_ParamLimits)))(aVariety); }
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 aalist_list_sub_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g3)))(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 aalist_list_sub_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g4_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 TAknWindowComponentLayout aalist_list_sub_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g4)))(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
inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1332
inline TAknWindowComponentLayout aalist_list_sub_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1333
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1334
inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g7_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_g7_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1335
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1336
inline TAknWindowComponentLayout aalist_list_sub_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g7)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1337
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1338
inline TAknLayoutScalableTableLimits aalist_list_sub_pane_g_Limits()		{ return (*(Taalist_list_sub_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1339
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1340
inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_list_sub_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 aalist_list_sub_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_list_sub_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t1)))(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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_t2_ParamLimits(TInt aVariety)		{ return (*(Taalist_list_sub_pane_t2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_list_sub_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_t2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t2)))(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 TAknLayoutScalableTableLimits aalist_list_sub_pane_t_Limits()		{ return (*(Taalist_list_sub_pane_t_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_list_sub_pane_t_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout aalist_list_sub_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_list_sub_pane_t_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_list_sub_pane_t)))(aLineIndex, 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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1359
inline TAknLayoutScalableParameterLimits main_aa_coverflow_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_coverflow_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_coverflow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1361
inline TAknLayoutScalableParameterLimits main_aa_metadata_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_metadata_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_metadata_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1362
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1363
// LAF Table : aalist_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1364
inline TAknLayoutScalableParameterLimits aalist_single_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1365
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1366
inline TAknWindowComponentLayout aalist_single_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1367
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1368
inline TAknLayoutScalableParameterLimits list_highlight_pane_cp001_ParamLimits(TInt aVariety)		{ return (*(Tlist_highlight_pane_cp001_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_highlight_pane_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1369
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1370
// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1371
inline TAknLayoutScalableParameterLimits aacf_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Taacf_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aacf_slider_pane_ParamLimits)))(aVariety); }
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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1374
inline TAknWindowComponentLayout main_aa_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_video_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1375
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1376
// LAF Table : main_aa_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1377
inline TAknWindowComponentLayout aid_size_touch_aascroll_bar(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_touch_aascroll_bar_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_touch_aascroll_bar)))(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
// LAF Table : aalist_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1380
inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_ParamLimits(TInt aVariety = 0)		{ return (*(Taalist_single_large_graphic_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1381
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1382
inline TAknWindowComponentLayout aalist_single_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_large_graphic_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1383
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1384
// LAF Table : aaslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1385
inline TAknLayoutScalableParameterLimits aaslider_pane_g4_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_g4_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1386
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1387
inline TAknWindowComponentLayout aaslider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1389
inline TAknLayoutScalableParameterLimits aaslider_pane_g5_ParamLimits(TInt aVariety)		{ return (*(Taaslider_pane_g5_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1391
inline TAknWindowComponentLayout aaslider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_pane_g5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1392
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1393
inline TAknLayoutScalableParameterLimits aid_touch_size_slider_max_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_size_slider_max_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_size_slider_max_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1394
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1395
inline TAknWindowComponentLayout aid_touch_size_slider_max(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_size_slider_max_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_size_slider_max)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1396
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1397
inline TAknLayoutScalableParameterLimits aid_touch_size_slider_min_ParamLimits(TInt aVariety)		{ return (*(Taid_touch_size_slider_min_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_size_slider_min_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 aid_touch_size_slider_min(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_touch_size_slider_min_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_touch_size_slider_min)))(aVariety, aCol, aRow); }
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
// LAF Table : aalist_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1402
inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_large_graphic_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1403
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1404
inline TAknWindowComponentLayout aalist_single_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_large_graphic_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1405
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1406
inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g2_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_large_graphic_pane_g2_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g2_ParamLimits)))(aVariety); }
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 aalist_single_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_large_graphic_pane_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g2)))(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 TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g3_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_large_graphic_pane_g3_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g3_ParamLimits)))(aVariety); }
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
inline TAknWindowComponentLayout aalist_single_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_large_graphic_pane_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1414
inline TAknLayoutScalableTableLimits aalist_single_large_graphic_pane_g_Limits()		{ return (*(Taalist_single_large_graphic_pane_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1416
inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety)		{ return (*(Taalist_single_large_graphic_pane_g_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1417
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1418
inline TAknWindowComponentLayout aalist_single_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_large_graphic_pane_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_g)))(aLineIndex, 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
inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_t1_ParamLimits(TInt aVariety)		{ return (*(Taalist_single_large_graphic_pane_t1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1421
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1422
inline TAknTextComponentLayout aalist_single_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_single_large_graphic_pane_t1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_single_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1424
// LAF Table : main_aa_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1425
inline TAknLayoutScalableParameterLimits main_aa_video_pane_g1_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_video_pane_g1_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_video_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1426
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1427
inline TAknWindowComponentLayout main_aa_video_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_video_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_video_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1428
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1429
// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1430
inline TAknWindowComponentLayout main_aa_coverflow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Tmain_aa_coverflow_pane_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_coverflow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1432
// LAF Table : aa_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1433
inline TAknWindowComponentLayout aid_size_min_handle_cp002(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_handle_cp002_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_handle_cp002)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1434
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1435
// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1436
inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_cp001_ParamLimits(TInt aVariety)		{ return (*(Tpopup_toolbar2_fixed_window_cp001_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_toolbar2_fixed_window_cp001_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
// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1439
inline TAknLayoutScalableParameterLimits main_aa_slider_pane_ParamLimits(TInt aVariety)		{ return (*(Tmain_aa_slider_pane_ParamLimits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_main_aa_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1440
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1441
// LAF Table : aa_scroll_pane_cp001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1442
inline TAknWindowComponentLayout aid_size_min_handle_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_size_min_handle_cp001_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_size_min_handle_cp001)))(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
// LAF Table : aaslider_bg_pane_cp001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1445
inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_cp001_g1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1446
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1447
inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_cp001_g2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1448
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1449
inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_cp001_g3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1450
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1451
inline TAknLayoutScalableTableLimits aaslider_bg_pane_cp001_g_Limits()		{ return (*(Taaslider_bg_pane_cp001_g_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1452
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1453
inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taaslider_bg_pane_cp001_g_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aaslider_bg_pane_cp001_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1454
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1455
// LAF Table : aalist_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1456
inline TAknWindowComponentLayout aalist_progress_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taalist_progress_pane_g4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aalist_progress_pane_g4)))(aVariety, aCol, aRow); }
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
// LAF Table : aaslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1459
inline TAknWindowComponentLayout aid_aaslider_pane_rect_inner(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0)		{ return (*(Taid_aaslider_pane_rect_inner_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_aid_aaslider_pane_rect_inner)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1460
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1462
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1463
class CInstance : public CCdlInstance
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1464
	{
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1465
public:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1466
	enum { ETypeId = KCdlInterfaceUidValue };
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 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
  1469
	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
  1470
	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
  1471
	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
  1472
	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
  1473
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1474
	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
  1475
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1476
// CDL API functions, as defined in aknlayoutscalable_uiaccel.cdl
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
	// Generic API
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1479
	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
  1480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1481
	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
  1482
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1483
	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
  1484
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1485
	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
  1486
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1487
	// LAF Table : Screen Contents
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1488
	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
  1489
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1490
	// LAF Table : Screen
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1491
	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
  1492
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1493
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1494
	inline TAknLayoutScalableParameterLimits area_bottom_pane_ParamLimits(TInt aVariety) 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
  1495
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1496
	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
  1497
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1498
	inline TAknLayoutScalableParameterLimits area_top_pane_ParamLimits(TInt aVariety) 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
  1499
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1500
	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
  1501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1502
	inline TAknLayoutScalableParameterLimits main_pane_ParamLimits(TInt aVariety) 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
  1503
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1504
	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
  1505
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1506
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1507
	inline TAknWindowComponentLayout main_hc_listscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_listscroll_pane_sig*)(GetFunction(EApiId_main_hc_listscroll_pane)))(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
	// LAF Table : main_hc_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1510
	inline TAknWindowComponentLayout hc_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_pane_sig*)(GetFunction(EApiId_hc_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1511
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1512
	inline TAknWindowComponentLayout hc_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_pane_sig*)(GetFunction(EApiId_hc_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1513
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1514
	// LAF Table : hc_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1515
	inline TAknWindowComponentLayout hc_list_double2_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane)))(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 TAknWindowComponentLayout hc_list_double2_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane)))(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 TAknWindowComponentLayout hc_list_double2_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_sig*)(GetFunction(EApiId_hc_list_double2_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1520
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1521
	inline TAknWindowComponentLayout hc_list_double_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane)))(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
	inline TAknWindowComponentLayout hc_list_double_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_sig*)(GetFunction(EApiId_hc_list_double_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1524
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1525
	inline TAknWindowComponentLayout hc_list_double_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1526
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1527
	inline TAknWindowComponentLayout hc_list_double_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_sig*)(GetFunction(EApiId_hc_list_double_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1528
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1529
	inline TAknWindowComponentLayout hc_list_single_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_graphic_pane_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1530
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1531
	inline TAknWindowComponentLayout hc_list_single_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_sig*)(GetFunction(EApiId_hc_list_single_heading_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1532
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1533
	inline TAknWindowComponentLayout hc_list_single_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_large_graphic_pane_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1534
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1535
	inline TAknWindowComponentLayout hc_list_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_pane_sig*)(GetFunction(EApiId_hc_list_single_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1536
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1537
	// LAF Table : hc_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1538
	inline TAknLayoutScalableParameterLimits hc_list_single_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1539
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1540
	inline TAknWindowComponentLayout hc_list_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_pane_g1_sig*)(GetFunction(EApiId_hc_list_single_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits hc_list_single_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1543
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1544
	inline TAknWindowComponentLayout hc_list_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_pane_g2_sig*)(GetFunction(EApiId_hc_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1545
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1546
	inline TAknLayoutScalableTableLimits hc_list_single_pane_g_Limits() const		{ return (*(Thc_list_single_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1547
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1548
	inline TAknLayoutScalableParameterLimits hc_list_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_single_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout hc_list_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_pane_g_sig*)(GetFunction(EApiId_hc_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_list_single_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_pane_t1_sig*)(GetFunction(EApiId_hc_list_single_pane_t1)))(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 : hc_list_single_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1557
	inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g1_ParamLimits)))(aVariety); }
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 hc_list_single_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g1)))(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 TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout hc_list_single_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1564
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1565
	inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1566
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1567
	inline TAknWindowComponentLayout hc_list_single_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_graphic_pane_g3_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1569
	inline TAknLayoutScalableTableLimits hc_list_single_graphic_pane_g_Limits() const		{ return (*(Thc_list_single_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1571
	inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_single_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1573
	inline TAknWindowComponentLayout hc_list_single_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_graphic_pane_g_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_g)))(aLineIndex, 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
	inline TAknLayoutScalableParameterLimits hc_list_single_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1576
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1577
	inline TAknTextComponentLayout hc_list_single_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_list_single_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1578
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1579
	// LAF Table : hc_list_single_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1580
	inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1582
	inline TAknWindowComponentLayout hc_list_single_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_g1_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g1)))(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 TAknLayoutScalableParameterLimits hc_list_single_heading_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout hc_list_single_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_g2_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1588
	inline TAknLayoutScalableTableLimits hc_list_single_heading_pane_g_Limits() const		{ return (*(Thc_list_single_heading_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1590
	inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_single_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1592
	inline TAknWindowComponentLayout hc_list_single_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_g_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_list_single_heading_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_single_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_t1_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t1)))(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 TAknLayoutScalableParameterLimits hc_list_single_heading_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_single_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_t2_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hc_list_single_heading_pane_t_Limits() const		{ return (*(Thc_list_single_heading_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1603
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1604
	inline TAknLayoutScalableParameterLimits hc_list_single_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_single_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1605
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1606
	inline TAknTextComponentLayout hc_list_single_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_heading_pane_t_sig*)(GetFunction(EApiId_hc_list_single_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1607
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1608
	// LAF Table : hc_list_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1609
	inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1610
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1611
	inline TAknWindowComponentLayout hc_list_single_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_large_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1612
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1613
	inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1614
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1615
	inline TAknWindowComponentLayout hc_list_single_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_large_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g2)))(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 TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g3_ParamLimits)))(aVariety); }
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 hc_list_single_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_large_graphic_pane_g3_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_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 TAknLayoutScalableTableLimits hc_list_single_large_graphic_pane_g_Limits() const		{ return (*(Thc_list_single_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_single_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 hc_list_single_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_large_graphic_pane_g_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1627
	inline TAknLayoutScalableParameterLimits hc_list_single_large_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_single_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout hc_list_single_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_single_large_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_list_single_large_graphic_pane_t1)))(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
	// LAF Table : hc_list_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1632
	inline TAknLayoutScalableParameterLimits hc_list_double_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1633
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1634
	inline TAknWindowComponentLayout hc_list_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_g1_sig*)(GetFunction(EApiId_hc_list_double_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1635
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1636
	inline TAknLayoutScalableParameterLimits hc_list_double_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1637
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1638
	inline TAknWindowComponentLayout hc_list_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_g2_sig*)(GetFunction(EApiId_hc_list_double_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits hc_list_double_pane_g_Limits() const		{ return (*(Thc_list_double_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1641
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1642
	inline TAknLayoutScalableParameterLimits hc_list_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1643
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1644
	inline TAknWindowComponentLayout hc_list_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_g_sig*)(GetFunction(EApiId_hc_list_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1645
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1646
	inline TAknLayoutScalableParameterLimits hc_list_double_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1648
	inline TAknTextComponentLayout hc_list_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_t1_sig*)(GetFunction(EApiId_hc_list_double_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1650
	inline TAknLayoutScalableParameterLimits hc_list_double_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1652
	inline TAknTextComponentLayout hc_list_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_t2_sig*)(GetFunction(EApiId_hc_list_double_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1654
	inline TAknLayoutScalableTableLimits hc_list_double_pane_t_Limits() const		{ return (*(Thc_list_double_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1656
	inline TAknLayoutScalableParameterLimits hc_list_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1658
	inline TAknTextComponentLayout hc_list_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_pane_t_sig*)(GetFunction(EApiId_hc_list_double_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1660
	// LAF Table : hc_list_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1661
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout hc_list_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g1)))(aVariety, aCol, aRow); }
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 hc_list_double_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g2_ParamLimits)))(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 hc_list_double_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g2)))(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 hc_list_double_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g3_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 TAknWindowComponentLayout hc_list_double_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_g3_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g3)))(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 TAknLayoutScalableTableLimits hc_list_double_graphic_pane_g_Limits() const		{ return (*(Thc_list_double_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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
	inline TAknWindowComponentLayout hc_list_double_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_g_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1679
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1680
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1681
	inline TAknTextComponentLayout hc_list_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1682
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1683
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t2_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 hc_list_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_t2_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1687
	inline TAknLayoutScalableTableLimits hc_list_double_graphic_pane_t_Limits() const		{ return (*(Thc_list_double_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1689
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1691
	inline TAknTextComponentLayout hc_list_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_pane_t_sig*)(GetFunction(EApiId_hc_list_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1693
	// LAF Table : hc_list_double_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1694
	inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1695
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1696
	inline TAknWindowComponentLayout hc_list_double_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_g1_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1697
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1698
	inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1699
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1700
	inline TAknWindowComponentLayout hc_list_double_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_g2_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1701
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1702
	inline TAknLayoutScalableTableLimits hc_list_double_heading_pane_g_Limits() const		{ return (*(Thc_list_double_heading_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1703
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1704
	inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout hc_list_double_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_g_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1707
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1708
	inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1709
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1710
	inline TAknTextComponentLayout hc_list_double_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_t1_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1711
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1712
	inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1713
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1714
	inline TAknTextComponentLayout hc_list_double_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_t2_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1715
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1716
	inline TAknLayoutScalableTableLimits hc_list_double_heading_pane_t_Limits() const		{ return (*(Thc_list_double_heading_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1717
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1718
	inline TAknLayoutScalableParameterLimits hc_list_double_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1719
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1720
	inline TAknTextComponentLayout hc_list_double_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_heading_pane_t_sig*)(GetFunction(EApiId_hc_list_double_heading_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1721
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1722
	// LAF Table : hc_list_double_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1723
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g1_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 hc_list_double_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1728
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1729
	inline TAknWindowComponentLayout hc_list_double_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1730
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1731
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1732
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1733
	inline TAknWindowComponentLayout hc_list_double_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_g3_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1734
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1735
	inline TAknLayoutScalableTableLimits hc_list_double_large_graphic_pane_g_Limits() const		{ return (*(Thc_list_double_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1736
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1737
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1738
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1739
	inline TAknWindowComponentLayout hc_list_double_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_g_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1740
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1741
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1742
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1743
	inline TAknTextComponentLayout hc_list_double_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1744
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1745
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1746
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1747
	inline TAknTextComponentLayout hc_list_double_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_t2_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t2)))(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 TAknLayoutScalableTableLimits hc_list_double_large_graphic_pane_t_Limits() const		{ return (*(Thc_list_double_large_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits hc_list_double_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_large_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1752
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1753
	inline TAknTextComponentLayout hc_list_double_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_large_graphic_pane_t_sig*)(GetFunction(EApiId_hc_list_double_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1754
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1755
	// LAF Table : hc_list_double2_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1756
	inline TAknLayoutScalableParameterLimits hc_list_double2_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1757
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1758
	inline TAknWindowComponentLayout hc_list_double2_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_g1_sig*)(GetFunction(EApiId_hc_list_double2_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1759
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1760
	inline TAknLayoutScalableParameterLimits hc_list_double2_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1761
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1762
	inline TAknWindowComponentLayout hc_list_double2_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_g2_sig*)(GetFunction(EApiId_hc_list_double2_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1763
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1764
	inline TAknLayoutScalableTableLimits hc_list_double2_pane_g_Limits() const		{ return (*(Thc_list_double2_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double2_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1765
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1766
	inline TAknLayoutScalableParameterLimits hc_list_double2_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double2_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1767
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1768
	inline TAknWindowComponentLayout hc_list_double2_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_g_sig*)(GetFunction(EApiId_hc_list_double2_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1769
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1770
	inline TAknLayoutScalableParameterLimits hc_list_double2_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1771
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1772
	inline TAknTextComponentLayout hc_list_double2_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_t1_sig*)(GetFunction(EApiId_hc_list_double2_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1773
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1774
	inline TAknLayoutScalableParameterLimits hc_list_double2_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1775
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1776
	inline TAknTextComponentLayout hc_list_double2_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_t2_sig*)(GetFunction(EApiId_hc_list_double2_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1777
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1778
	inline TAknLayoutScalableTableLimits hc_list_double2_pane_t_Limits() const		{ return (*(Thc_list_double2_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double2_pane_t_Limits)))(); }
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 hc_list_double2_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double2_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_pane_t_ParamLimits)))(aLineIndex, 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 TAknTextComponentLayout hc_list_double2_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_pane_t_sig*)(GetFunction(EApiId_hc_list_double2_pane_t)))(aLineIndex, 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
	// LAF Table : hc_list_double2_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1785
	inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1786
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1787
	inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1788
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1789
	inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1790
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1791
	inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1793
	inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1795
	inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_g3_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1796
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1797
	inline TAknLayoutScalableTableLimits hc_list_double2_graphic_pane_g_Limits() const		{ return (*(Thc_list_double2_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1798
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1799
	inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1800
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1801
	inline TAknWindowComponentLayout hc_list_double2_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_g_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1802
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1803
	inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1805
	inline TAknTextComponentLayout hc_list_double2_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1806
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1807
	inline TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1808
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1809
	inline TAknTextComponentLayout hc_list_double2_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_t2_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t2)))(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 TAknLayoutScalableTableLimits hc_list_double2_graphic_pane_t_Limits() const		{ return (*(Thc_list_double2_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double2_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double2_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout hc_list_double2_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_graphic_pane_t_sig*)(GetFunction(EApiId_hc_list_double2_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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
	// LAF Table : hc_list_double2_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1818
	inline TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1819
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1820
	inline TAknWindowComponentLayout hc_list_double2_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_g1_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1821
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1822
	inline TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g2_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 hc_list_double2_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_g2_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g2)))(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 hc_list_double2_large_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g3_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 hc_list_double2_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_g3_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g3)))(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 TAknLayoutScalableTableLimits hc_list_double2_large_graphic_pane_g_Limits() const		{ return (*(Thc_list_double2_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout hc_list_double2_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_g_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1836
	inline TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t1_ParamLimits)))(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 TAknTextComponentLayout hc_list_double2_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_t1_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t1)))(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 hc_list_double2_large_graphic_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t2_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 hc_list_double2_large_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_t2_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t2)))(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 TAknLayoutScalableTableLimits hc_list_double2_large_graphic_pane_t_Limits() const		{ return (*(Thc_list_double2_large_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_list_double2_large_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double2_large_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout hc_list_double2_large_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double2_large_graphic_pane_t_sig*)(GetFunction(EApiId_hc_list_double2_large_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1849
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1850
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1851
	inline TAknWindowComponentLayout main_hc_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_button_pane_sig*)(GetFunction(EApiId_main_hc_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1852
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1853
	// LAF Table : main_hc_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1854
	inline TAknLayoutScalableParameterLimits aid_hc_size_touch_scroll_bar_ParamLimits(TInt aVariety) const		{ return (*(Taid_hc_size_touch_scroll_bar_ParamLimits_sig*)(GetFunction(EApiId_aid_hc_size_touch_scroll_bar_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_hc_size_touch_scroll_bar(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hc_size_touch_scroll_bar_sig*)(GetFunction(EApiId_aid_hc_size_touch_scroll_bar)))(aVariety, aCol, aRow); }
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 aid_hc_size_touch_scroll_bar_cp01_ParamLimits(TInt aVariety) const		{ return (*(Taid_hc_size_touch_scroll_bar_cp01_ParamLimits_sig*)(GetFunction(EApiId_aid_hc_size_touch_scroll_bar_cp01_ParamLimits)))(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 TAknWindowComponentLayout aid_hc_size_touch_scroll_bar_cp01(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hc_size_touch_scroll_bar_cp01_sig*)(GetFunction(EApiId_aid_hc_size_touch_scroll_bar_cp01)))(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
	inline TAknWindowComponentLayout hc_popup_scroll_hotspot_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_popup_scroll_hotspot_window_sig*)(GetFunction(EApiId_hc_popup_scroll_hotspot_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1864
	inline TAknLayoutScalableParameterLimits hc_scroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_pane_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1865
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1866
	inline TAknLayoutScalableParameterLimits hc_scroll_pane_cp01_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_pane_cp01_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_pane_cp01_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1867
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1868
	inline TAknWindowComponentLayout hc_scroll_pane_cp01(TInt aVariety, 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
  1869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1870
	inline TAknLayoutScalableParameterLimits main_hc_listscroll_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_hc_listscroll_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_hc_listscroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1871
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1872
	inline TAknWindowComponentLayout main_hc_listscroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_listscroll_pane_g1_sig*)(GetFunction(EApiId_main_hc_listscroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1873
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1874
	inline TAknLayoutScalableParameterLimits main_hc_listscroll_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_hc_listscroll_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_hc_listscroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1876
	inline TAknWindowComponentLayout main_hc_listscroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_listscroll_pane_g2_sig*)(GetFunction(EApiId_main_hc_listscroll_pane_g2)))(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 TAknLayoutScalableTableLimits main_hc_listscroll_pane_g_Limits() const		{ return (*(Tmain_hc_listscroll_pane_g_Limits_sig*)(GetFunction(EApiId_main_hc_listscroll_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits main_hc_listscroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_hc_listscroll_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_hc_listscroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 main_hc_listscroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_listscroll_pane_g_sig*)(GetFunction(EApiId_main_hc_listscroll_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 : hc_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1885
	inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane)))(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
	// LAF Table : hc_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1888
	inline TAknLayoutScalableParameterLimits aid_hc_size_max_handle_ParamLimits(TInt aVariety) const		{ return (*(Taid_hc_size_max_handle_ParamLimits_sig*)(GetFunction(EApiId_aid_hc_size_max_handle_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1890
	inline TAknWindowComponentLayout aid_hc_size_max_handle(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hc_size_max_handle_sig*)(GetFunction(EApiId_aid_hc_size_max_handle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1891
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1892
	inline TAknLayoutScalableParameterLimits aid_hc_size_min_handle_ParamLimits(TInt aVariety) const		{ return (*(Taid_hc_size_min_handle_ParamLimits_sig*)(GetFunction(EApiId_aid_hc_size_min_handle_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1893
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1894
	inline TAknWindowComponentLayout aid_hc_size_min_handle(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hc_size_min_handle_sig*)(GetFunction(EApiId_aid_hc_size_min_handle)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1895
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1896
	inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_bg_pane_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1897
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1898
	inline TAknWindowComponentLayout hc_scroll_bg_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_bg_pane_sig*)(GetFunction(EApiId_hc_scroll_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1899
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1900
	inline TAknLayoutScalableParameterLimits hc_scroll_handle_pane_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_handle_pane_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_ParamLimits)))(aVariety); }
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 hc_scroll_handle_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_handle_pane_sig*)(GetFunction(EApiId_hc_scroll_handle_pane)))(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 TAknLayoutScalableParameterLimits hc_scroll_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_pane_g1_ParamLimits)))(aVariety); }
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 hc_scroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_pane_g1_sig*)(GetFunction(EApiId_hc_scroll_pane_g1)))(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
	// LAF Table : hc_scroll_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1909
	inline TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_bg_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1910
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1911
	inline TAknWindowComponentLayout hc_scroll_bg_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_bg_pane_g1_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g1)))(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 TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_bg_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1914
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1915
	inline TAknWindowComponentLayout hc_scroll_bg_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_bg_pane_g2_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_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 TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_bg_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1918
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1919
	inline TAknWindowComponentLayout hc_scroll_bg_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_bg_pane_g3_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g3)))(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 TAknLayoutScalableTableLimits hc_scroll_bg_pane_g_Limits() const		{ return (*(Thc_scroll_bg_pane_g_Limits_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits hc_scroll_bg_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_scroll_bg_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 hc_scroll_bg_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_bg_pane_g_sig*)(GetFunction(EApiId_hc_scroll_bg_pane_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
	// LAF Table : hc_scroll_handle_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1928
	inline TAknLayoutScalableParameterLimits hc_scroll_handle_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_handle_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1929
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1930
	inline TAknWindowComponentLayout hc_scroll_handle_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_handle_pane_g1_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_scroll_handle_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_handle_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1933
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1934
	inline TAknWindowComponentLayout hc_scroll_handle_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_handle_pane_g2_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1935
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1936
	inline TAknLayoutScalableParameterLimits hc_scroll_handle_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_handle_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1937
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1938
	inline TAknWindowComponentLayout hc_scroll_handle_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_handle_pane_g3_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1939
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1940
	inline TAknLayoutScalableTableLimits hc_scroll_handle_pane_g_Limits() const		{ return (*(Thc_scroll_handle_pane_g_Limits_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1941
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1942
	inline TAknLayoutScalableParameterLimits hc_scroll_handle_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_scroll_handle_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1943
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1944
	inline TAknWindowComponentLayout hc_scroll_handle_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_handle_pane_g_sig*)(GetFunction(EApiId_hc_scroll_handle_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1945
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1946
	// LAF Table : hc_popup_scroll_hotspot_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1947
	inline TAknWindowComponentLayout bg_hc_secondary_window(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_secondary_window_sig*)(GetFunction(EApiId_bg_hc_secondary_window)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1948
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1949
	inline TAknTextComponentLayout qfn_secondary_cp6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tqfn_secondary_cp6_sig*)(GetFunction(EApiId_qfn_secondary_cp6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1950
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1951
	// LAF Table : main_hc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1952
	inline TAknWindowComponentLayout hc_button_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_button_pane_sig*)(GetFunction(EApiId_hc_button_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1953
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1954
	// LAF Table : hc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1955
	inline TAknLayoutScalableParameterLimits bg_hc_button_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_button_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_button_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout bg_hc_button_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_sig*)(GetFunction(EApiId_bg_hc_button_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits hc_button_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_button_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_button_pane_g1_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout hc_button_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_button_pane_g1_sig*)(GetFunction(EApiId_hc_button_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1962
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1963
	inline TAknLayoutScalableParameterLimits hc_button_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_button_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_button_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1964
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1965
	inline TAknTextComponentLayout hc_button_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_button_pane_t1_sig*)(GetFunction(EApiId_hc_button_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1966
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1967
	// LAF Table : bg_hc_button_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1968
	inline TAknWindowComponentLayout bg_hc_button_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g1_sig*)(GetFunction(EApiId_bg_hc_button_pane_g1)))(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
	inline TAknWindowComponentLayout bg_hc_button_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g2_sig*)(GetFunction(EApiId_bg_hc_button_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1971
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1972
	inline TAknWindowComponentLayout bg_hc_button_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g3_sig*)(GetFunction(EApiId_bg_hc_button_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1973
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1974
	inline TAknWindowComponentLayout bg_hc_button_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g4_sig*)(GetFunction(EApiId_bg_hc_button_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1975
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1976
	inline TAknWindowComponentLayout bg_hc_button_pane_g5(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g5_sig*)(GetFunction(EApiId_bg_hc_button_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1977
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1978
	inline TAknWindowComponentLayout bg_hc_button_pane_g6(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g6_sig*)(GetFunction(EApiId_bg_hc_button_pane_g6)))(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 bg_hc_button_pane_g7(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g7_sig*)(GetFunction(EApiId_bg_hc_button_pane_g7)))(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 bg_hc_button_pane_g8(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g8_sig*)(GetFunction(EApiId_bg_hc_button_pane_g8)))(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 TAknWindowComponentLayout bg_hc_button_pane_g9(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g9_sig*)(GetFunction(EApiId_bg_hc_button_pane_g9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits bg_hc_button_pane_g_Limits() const		{ return (*(Tbg_hc_button_pane_g_Limits_sig*)(GetFunction(EApiId_bg_hc_button_pane_g_Limits)))(); }
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 bg_hc_button_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_button_pane_g_sig*)(GetFunction(EApiId_bg_hc_button_pane_g)))(aLineIndex, 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 : hc_list_double_graphic_heading_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1991
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g1_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 hc_list_double_graphic_heading_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_g1_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1994
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1995
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1996
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1997
	inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_g2_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1998
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  1999
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2000
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2001
	inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_g3_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2002
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2003
	inline TAknLayoutScalableTableLimits hc_list_double_graphic_heading_pane_g_Limits() const		{ return (*(Thc_list_double_graphic_heading_pane_g_Limits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2004
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2005
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_g_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2006
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2007
	inline TAknWindowComponentLayout hc_list_double_graphic_heading_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_g_sig*)(GetFunction(EApiId_hc_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
  2008
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2009
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2010
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2011
	inline TAknTextComponentLayout hc_list_double_graphic_heading_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_t1_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2012
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2013
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2014
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2015
	inline TAknTextComponentLayout hc_list_double_graphic_heading_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_t2_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2016
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2017
	inline TAknLayoutScalableTableLimits hc_list_double_graphic_heading_pane_t_Limits() const		{ return (*(Thc_list_double_graphic_heading_pane_t_Limits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2018
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2019
	inline TAknLayoutScalableParameterLimits hc_list_double_graphic_heading_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Thc_list_double_graphic_heading_pane_t_ParamLimits_sig*)(GetFunction(EApiId_hc_list_double_graphic_heading_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2020
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2021
	inline TAknTextComponentLayout hc_list_double_graphic_heading_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_list_double_graphic_heading_pane_t_sig*)(GetFunction(EApiId_hc_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
  2022
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2023
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2024
	inline TAknWindowComponentLayout main_hc_gridscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_gridscroll_pane_sig*)(GetFunction(EApiId_main_hc_gridscroll_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : hc_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2027
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2028
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2029
	// LAF Table : main_hc_gridscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2030
	inline TAknLayoutScalableParameterLimits aid_hc_grid_cell_size_ParamLimits(TInt aVariety) const		{ return (*(Taid_hc_grid_cell_size_ParamLimits_sig*)(GetFunction(EApiId_aid_hc_grid_cell_size_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2031
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2032
	inline TAknWindowComponentLayout aid_hc_grid_cell_size(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_hc_grid_cell_size_sig*)(GetFunction(EApiId_aid_hc_grid_cell_size)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2033
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2034
	inline TAknLayoutScalableParameterLimits hc_scroll_pane_cp02_ParamLimits(TInt aVariety) const		{ return (*(Thc_scroll_pane_cp02_ParamLimits_sig*)(GetFunction(EApiId_hc_scroll_pane_cp02_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2035
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2036
	inline TAknWindowComponentLayout hc_scroll_pane_cp02(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Thc_scroll_pane_cp02_sig*)(GetFunction(EApiId_hc_scroll_pane_cp02)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2037
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2038
	inline TAknLayoutScalableParameterLimits main_hc_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_hc_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_main_hc_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2039
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2040
	inline TAknWindowComponentLayout main_hc_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_hc_grid_pane_sig*)(GetFunction(EApiId_main_hc_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2041
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2042
	// LAF Table : main_hc_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2043
	inline TAknLayoutScalableParameterLimits cell_hc_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2044
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2045
	inline TAknWindowComponentLayout cell_hc_grid_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Tcell_hc_grid_pane_sig*)(GetFunction(EApiId_cell_hc_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2046
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2047
	// LAF Table : cell_hc_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2048
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_ParamLimits)))(aVariety); }
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 bg_hc_highlight_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane)))(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 TAknLayoutScalableParameterLimits cell_hc_grid_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_grid_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_grid_pane_g1_ParamLimits)))(aVariety); }
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 cell_hc_grid_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_grid_pane_g1_sig*)(GetFunction(EApiId_cell_hc_grid_pane_g1)))(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 TAknLayoutScalableParameterLimits cell_hc_grid_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tcell_hc_grid_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_cell_hc_grid_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout cell_hc_grid_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tcell_hc_grid_pane_t1_sig*)(GetFunction(EApiId_cell_hc_grid_pane_t1)))(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 : bg_hc_highlight_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2061
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g1_ParamLimits)))(aVariety); }
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 bg_hc_highlight_grid_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g1_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g1)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g2_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2068
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2069
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2070
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2071
	inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g3_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2072
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2073
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2074
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2075
	inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g4_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2076
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2077
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2078
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2079
	inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g5_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g5)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g6_ParamLimits)))(aVariety); }
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 bg_hc_highlight_grid_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g6_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g6)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g7_ParamLimits)))(aVariety); }
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 bg_hc_highlight_grid_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g7_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g7)))(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 TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g8_ParamLimits)))(aVariety); }
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 bg_hc_highlight_grid_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g8_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g8)))(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
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2094
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2095
	inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g9_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2096
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2097
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g10_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2098
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2099
	inline TAknWindowComponentLayout bg_hc_highlight_grid_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g10_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2100
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2101
	inline TAknLayoutScalableTableLimits bg_hc_highlight_grid_pane_g_Limits() const		{ return (*(Tbg_hc_highlight_grid_pane_g_Limits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2102
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2103
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_grid_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tbg_hc_highlight_grid_pane_g_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 bg_hc_highlight_grid_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_grid_pane_g_sig*)(GetFunction(EApiId_bg_hc_highlight_grid_pane_g)))(aLineIndex, 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
	// LAF Table : bg_hc_highlight_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2108
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2109
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2110
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g1_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2111
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2112
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g2_ParamLimits)))(aVariety); }
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 bg_hc_highlight_list_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g2_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g2)))(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
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2117
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2118
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g3_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2119
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2120
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2121
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2122
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g4_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2123
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2124
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g5_ParamLimits)))(aVariety); }
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 bg_hc_highlight_list_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g5_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g5)))(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
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g6_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2129
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2130
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g6_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g6)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2131
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2132
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g7_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2133
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2134
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g7_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g8_ParamLimits)))(aVariety); }
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 bg_hc_highlight_list_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g8_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g8)))(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
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g9_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2141
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2142
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g9_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g9)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2143
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2144
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g10_ParamLimits(TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g10_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2145
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2146
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g10_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g10)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2147
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2148
	inline TAknLayoutScalableTableLimits bg_hc_highlight_list_pane_g_Limits() const		{ return (*(Tbg_hc_highlight_list_pane_g_Limits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2149
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2150
	inline TAknLayoutScalableParameterLimits bg_hc_highlight_list_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tbg_hc_highlight_list_pane_g_ParamLimits_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2151
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2152
	inline TAknWindowComponentLayout bg_hc_highlight_list_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tbg_hc_highlight_list_pane_g_sig*)(GetFunction(EApiId_bg_hc_highlight_list_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2153
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2154
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2155
	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
  2156
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2157
	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
  2158
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2159
	inline TAknWindowComponentLayout popup_toolbar2_fixed_window_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tpopup_toolbar2_fixed_window_cp001_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_cp001)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2162
	inline TAknWindowComponentLayout main_aa_coverflow_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_coverflow_pane_sig*)(GetFunction(EApiId_main_aa_coverflow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2163
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2164
	inline TAknWindowComponentLayout main_aa_empty_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_empty_pane_sig*)(GetFunction(EApiId_main_aa_empty_pane)))(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 main_aa_fastscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_fastscroll_pane_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane)))(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 TAknLayoutScalableParameterLimits main_aa_gridscroll_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_gridscroll_pane_ParamLimits_sig*)(GetFunction(EApiId_main_aa_gridscroll_pane_ParamLimits)))(aVariety); }
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 main_aa_gridscroll_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_gridscroll_pane_sig*)(GetFunction(EApiId_main_aa_gridscroll_pane)))(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 main_aa_listscroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_listscroll_pane_sig*)(GetFunction(EApiId_main_aa_listscroll_pane)))(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 main_aa_metadata_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_metadata_pane_sig*)(GetFunction(EApiId_main_aa_metadata_pane)))(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 main_aa_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_slider_pane_sig*)(GetFunction(EApiId_main_aa_slider_pane)))(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
	// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2179
	inline TAknLayoutScalableParameterLimits aacf_image_pane_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_pane_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2180
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2181
	inline TAknWindowComponentLayout aacf_image_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_pane_sig*)(GetFunction(EApiId_aacf_image_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2182
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2183
	inline TAknLayoutScalableParameterLimits aacf_image_pane_cp001_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_pane_cp001_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_pane_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2184
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2185
	inline TAknWindowComponentLayout aacf_image_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_pane_cp001_sig*)(GetFunction(EApiId_aacf_image_pane_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2186
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2187
	inline TAknLayoutScalableParameterLimits aacf_image_pane_cp002_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_pane_cp002_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_pane_cp002_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 aacf_image_pane_cp002(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_pane_cp002_sig*)(GetFunction(EApiId_aacf_image_pane_cp002)))(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 aacf_slider_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_slider_pane_sig*)(GetFunction(EApiId_aacf_slider_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 main_aa_coverflow_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_coverflow_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_main_aa_coverflow_pane_t1_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 TAknTextComponentLayout main_aa_coverflow_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_coverflow_pane_t1_sig*)(GetFunction(EApiId_main_aa_coverflow_pane_t1)))(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
	// LAF Table : aacf_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2198
	inline TAknLayoutScalableParameterLimits aacf_image_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2199
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2200
	inline TAknWindowComponentLayout aacf_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_pane_g1_sig*)(GetFunction(EApiId_aacf_image_pane_g1)))(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
	// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2203
	inline TAknLayoutScalableParameterLimits aacf_image_title_pane_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_title_pane_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_title_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2204
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2205
	inline TAknWindowComponentLayout aacf_image_title_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_title_pane_sig*)(GetFunction(EApiId_aacf_image_title_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : aacf_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2208
	inline TAknWindowComponentLayout aacf_slider_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_slider_pane_g1_sig*)(GetFunction(EApiId_aacf_slider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2209
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2210
	inline TAknWindowComponentLayout aacf_slider_pane_g1_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_slider_pane_g1_cp001_sig*)(GetFunction(EApiId_aacf_slider_pane_g1_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2211
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2212
	inline TAknWindowComponentLayout aaslider_bg_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_sig*)(GetFunction(EApiId_aaslider_bg_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2213
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2214
	// LAF Table : aacf_image_title_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2215
	inline TAknLayoutScalableParameterLimits aacf_image_title_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_title_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_title_pane_g1_ParamLimits)))(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 TAknWindowComponentLayout aacf_image_title_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_title_pane_g1_sig*)(GetFunction(EApiId_aacf_image_title_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits aacf_image_title_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_title_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_title_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2220
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2221
	inline TAknTextComponentLayout aacf_image_title_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_title_pane_t1_sig*)(GetFunction(EApiId_aacf_image_title_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2222
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2223
	inline TAknLayoutScalableParameterLimits aacf_image_title_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taacf_image_title_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_title_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2224
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2225
	inline TAknTextComponentLayout aacf_image_title_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_title_pane_t2_sig*)(GetFunction(EApiId_aacf_image_title_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2226
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2227
	inline TAknLayoutScalableTableLimits aacf_image_title_pane_t_Limits() const		{ return (*(Taacf_image_title_pane_t_Limits_sig*)(GetFunction(EApiId_aacf_image_title_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2228
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2229
	inline TAknLayoutScalableParameterLimits aacf_image_title_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taacf_image_title_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aacf_image_title_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2230
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2231
	inline TAknTextComponentLayout aacf_image_title_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taacf_image_title_pane_t_sig*)(GetFunction(EApiId_aacf_image_title_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2232
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2233
	// LAF Table : main_aa_fastscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2234
	inline TAknLayoutScalableParameterLimits aafs_strip_pane_ParamLimits(TInt aVariety) const		{ return (*(Taafs_strip_pane_ParamLimits_sig*)(GetFunction(EApiId_aafs_strip_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2235
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2236
	inline TAknWindowComponentLayout aafs_strip_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taafs_strip_pane_sig*)(GetFunction(EApiId_aafs_strip_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2237
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2238
	inline TAknLayoutScalableParameterLimits main_aa_fastscroll_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_fastscroll_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2239
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2240
	inline TAknWindowComponentLayout main_aa_fastscroll_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_fastscroll_pane_g1_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2241
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2242
	inline TAknLayoutScalableParameterLimits main_aa_fastscroll_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_fastscroll_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2243
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2244
	inline TAknWindowComponentLayout main_aa_fastscroll_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_fastscroll_pane_g2_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2245
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2246
	inline TAknLayoutScalableTableLimits main_aa_fastscroll_pane_g_Limits() const		{ return (*(Tmain_aa_fastscroll_pane_g_Limits_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2247
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2248
	inline TAknLayoutScalableParameterLimits main_aa_fastscroll_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Tmain_aa_fastscroll_pane_g_ParamLimits_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout main_aa_fastscroll_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_fastscroll_pane_g_sig*)(GetFunction(EApiId_main_aa_fastscroll_pane_g)))(aLineIndex, 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
	// LAF Table : aafs_strip_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2253
	inline TAknLayoutScalableParameterLimits aafs_strip_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Taafs_strip_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_aafs_strip_grid_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2254
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2255
	inline TAknWindowComponentLayout aafs_strip_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taafs_strip_grid_pane_sig*)(GetFunction(EApiId_aafs_strip_grid_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2256
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2257
	inline TAknLayoutScalableParameterLimits aafs_strip_shadow_pane_ParamLimits(TInt aVariety) const		{ return (*(Taafs_strip_shadow_pane_ParamLimits_sig*)(GetFunction(EApiId_aafs_strip_shadow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2258
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2259
	inline TAknWindowComponentLayout aafs_strip_shadow_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taafs_strip_shadow_pane_sig*)(GetFunction(EApiId_aafs_strip_shadow_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2260
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2261
	// LAF Table : aafs_strip_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2262
	inline TAknLayoutScalableParameterLimits aafs_strip_grid_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taafs_strip_grid_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aafs_strip_grid_pane_g1_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aafs_strip_grid_pane_g1(TInt aVariety, TInt aCol, TInt aRow = 0) const		{ return (*(Taafs_strip_grid_pane_g1_sig*)(GetFunction(EApiId_aafs_strip_grid_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_aa_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2267
	inline TAknWindowComponentLayout aa_scroll_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taa_scroll_pane_sig*)(GetFunction(EApiId_aa_scroll_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2268
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2269
	inline TAknLayoutScalableParameterLimits aalist_gene_pane_ParamLimits(TInt aVariety) const		{ return (*(Taalist_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_gene_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2270
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2271
	inline TAknWindowComponentLayout aalist_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_gene_pane_sig*)(GetFunction(EApiId_aalist_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2272
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2273
	// LAF Table : aalist_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2274
	inline TAknLayoutScalableParameterLimits aalist_double_entry_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_double_entry_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_entry_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2275
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2276
	inline TAknWindowComponentLayout aalist_double_entry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_entry_pane_sig*)(GetFunction(EApiId_aalist_double_entry_pane)))(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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_double_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_sig*)(GetFunction(EApiId_aalist_double_graphic_pane)))(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 TAknLayoutScalableParameterLimits aalist_double_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_double_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_ParamLimits)))(aVariety); }
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 aalist_double_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_sig*)(GetFunction(EApiId_aalist_double_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
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_double_progress_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2287
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2288
	inline TAknWindowComponentLayout aalist_double_progress_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_sig*)(GetFunction(EApiId_aalist_double_progress_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2289
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2290
	inline TAknLayoutScalableParameterLimits aalist_gene_ad_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_gene_ad_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_gene_ad_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2291
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2292
	inline TAknWindowComponentLayout aalist_gene_ad_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_gene_ad_pane_sig*)(GetFunction(EApiId_aalist_gene_ad_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2293
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2294
	inline TAknLayoutScalableParameterLimits aalist_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_single_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2295
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2296
	inline TAknWindowComponentLayout aalist_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_sig*)(GetFunction(EApiId_aalist_single_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2297
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2298
	// LAF Table : aalist_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2299
	inline TAknLayoutScalableParameterLimits aalist_single_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2300
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2301
	inline TAknWindowComponentLayout aalist_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_g1_sig*)(GetFunction(EApiId_aalist_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2302
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2303
	inline TAknLayoutScalableParameterLimits aalist_single_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2304
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2305
	inline TAknWindowComponentLayout aalist_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_g2_sig*)(GetFunction(EApiId_aalist_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2306
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2307
	inline TAknLayoutScalableTableLimits aalist_single_pane_g_Limits() const		{ return (*(Taalist_single_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2308
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2309
	inline TAknLayoutScalableParameterLimits aalist_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_single_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 aalist_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_g_sig*)(GetFunction(EApiId_aalist_single_pane_g)))(aLineIndex, 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 TAknLayoutScalableParameterLimits aalist_single_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_t1_sig*)(GetFunction(EApiId_aalist_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2316
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2317
	// LAF Table : aalist_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2318
	inline TAknLayoutScalableParameterLimits aalist_double_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2319
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2320
	inline TAknWindowComponentLayout aalist_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_g1_sig*)(GetFunction(EApiId_aalist_double_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2321
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2322
	inline TAknLayoutScalableParameterLimits aalist_double_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2323
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2324
	inline TAknWindowComponentLayout aalist_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_g2_sig*)(GetFunction(EApiId_aalist_double_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2325
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2326
	inline TAknLayoutScalableTableLimits aalist_double_pane_g_Limits() const		{ return (*(Taalist_double_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_double_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2327
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2328
	inline TAknLayoutScalableParameterLimits aalist_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_double_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2329
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2330
	inline TAknWindowComponentLayout aalist_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_g_sig*)(GetFunction(EApiId_aalist_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2331
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2332
	inline TAknLayoutScalableParameterLimits aalist_double_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_t1_sig*)(GetFunction(EApiId_aalist_double_pane_t1)))(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 TAknLayoutScalableParameterLimits aalist_double_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_t2_sig*)(GetFunction(EApiId_aalist_double_pane_t2)))(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
	inline TAknLayoutScalableTableLimits aalist_double_pane_t_Limits() const		{ return (*(Taalist_double_pane_t_Limits_sig*)(GetFunction(EApiId_aalist_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2341
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2342
	inline TAknLayoutScalableParameterLimits aalist_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_double_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2343
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2344
	inline TAknTextComponentLayout aalist_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_pane_t_sig*)(GetFunction(EApiId_aalist_double_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2345
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2346
	// LAF Table : aalist_double_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2347
	inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g1_ParamLimits)))(aVariety); }
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 aalist_double_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g1_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2352
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2353
	inline TAknWindowComponentLayout aalist_double_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g2_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2354
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2355
	inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2356
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2357
	inline TAknWindowComponentLayout aalist_double_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g3_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2358
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2359
	inline TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g4_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2360
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2361
	inline TAknWindowComponentLayout aalist_double_graphic_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g4_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g4)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g5_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g6_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g6_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g6_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane_g6(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g6_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g6)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g7_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g7_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g8_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g8_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g8_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane_g8(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g8_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g8)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g9_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g9_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g9_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane_g9(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g9_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g9)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g10_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g10_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g10_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_double_graphic_pane_g10(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g10_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g10)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_g11_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g11_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g11_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2388
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2389
	inline TAknWindowComponentLayout aalist_double_graphic_pane_g11(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g11_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g11)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2390
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2391
	inline TAknLayoutScalableTableLimits aalist_double_graphic_pane_g_Limits() const		{ return (*(Taalist_double_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g_Limits)))(); }
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 aalist_double_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g_ParamLimits)))(aLineIndex, 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 aalist_double_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_g_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_g)))(aLineIndex, 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 aalist_double_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t1_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 TAknTextComponentLayout aalist_double_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_t1_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t1)))(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 aalist_double_graphic_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t2_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 TAknTextComponentLayout aalist_double_graphic_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_t2_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t2)))(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 TAknLayoutScalableTableLimits aalist_double_graphic_pane_t_Limits() const		{ return (*(Taalist_double_graphic_pane_t_Limits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits aalist_double_graphic_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_double_graphic_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout aalist_double_graphic_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_graphic_pane_t_sig*)(GetFunction(EApiId_aalist_double_graphic_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2410
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2411
	// LAF Table : aalist_double_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2412
	inline TAknTextComponentLayout aalist_double_entry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_entry_pane_t1_sig*)(GetFunction(EApiId_aalist_double_entry_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2413
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2414
	inline TAknWindowComponentLayout aalist_entry_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_entry_pane_sig*)(GetFunction(EApiId_aalist_entry_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2415
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2416
	// LAF Table : aalist_entry_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2417
	inline TAknTextComponentLayout aalist_entry_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_entry_pane_t1_sig*)(GetFunction(EApiId_aalist_entry_pane_t1)))(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 TAknWindowComponentLayout input_focus_pane_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tinput_focus_pane_cp001_sig*)(GetFunction(EApiId_input_focus_pane_cp001)))(aVariety, aCol, aRow); }
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
	// LAF Table : aalist_double_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2422
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_progress_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2423
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2424
	inline TAknWindowComponentLayout aalist_double_progress_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_g1_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2425
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2426
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_progress_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2427
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2428
	inline TAknWindowComponentLayout aalist_double_progress_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_g2_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2429
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2430
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_progress_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2431
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2432
	inline TAknWindowComponentLayout aalist_double_progress_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_g3_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2433
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2434
	inline TAknLayoutScalableTableLimits aalist_double_progress_pane_g_Limits() const		{ return (*(Taalist_double_progress_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2435
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2436
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_double_progress_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2437
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2438
	inline TAknWindowComponentLayout aalist_double_progress_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_g_sig*)(GetFunction(EApiId_aalist_double_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2439
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2440
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_progress_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2441
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2442
	inline TAknTextComponentLayout aalist_double_progress_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_t1_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2443
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2444
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_progress_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2445
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2446
	inline TAknTextComponentLayout aalist_double_progress_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_t2_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2447
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2448
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Taalist_double_progress_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2449
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2450
	inline TAknTextComponentLayout aalist_double_progress_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_t3_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2451
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2452
	inline TAknLayoutScalableTableLimits aalist_double_progress_pane_t_Limits() const		{ return (*(Taalist_double_progress_pane_t_Limits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2453
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2454
	inline TAknLayoutScalableParameterLimits aalist_double_progress_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_double_progress_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2455
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2456
	inline TAknTextComponentLayout aalist_double_progress_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_double_progress_pane_t_sig*)(GetFunction(EApiId_aalist_double_progress_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2457
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2458
	inline TAknLayoutScalableParameterLimits aalist_progress_pane_ParamLimits(TInt aVariety) const		{ return (*(Taalist_progress_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_progress_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2459
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2460
	inline TAknWindowComponentLayout aalist_progress_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_progress_pane_sig*)(GetFunction(EApiId_aalist_progress_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2461
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2462
	// LAF Table : aalist_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2463
	inline TAknWindowComponentLayout aalist_progress_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_progress_pane_g1_sig*)(GetFunction(EApiId_aalist_progress_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2464
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2465
	inline TAknWindowComponentLayout aalist_progress_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_progress_pane_g2_sig*)(GetFunction(EApiId_aalist_progress_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2466
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2467
	inline TAknWindowComponentLayout aalist_progress_pane_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_progress_pane_g3_sig*)(GetFunction(EApiId_aalist_progress_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2468
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2469
	inline TAknLayoutScalableTableLimits aalist_progress_pane_g_Limits() const		{ return (*(Taalist_progress_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_progress_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2470
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2471
	inline TAknWindowComponentLayout aalist_progress_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_progress_pane_g_sig*)(GetFunction(EApiId_aalist_progress_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2472
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2473
	// LAF Table : aalist_gene_ad_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2474
	inline TAknWindowComponentLayout aalist_gene_ad_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_gene_ad_pane_g1_sig*)(GetFunction(EApiId_aalist_gene_ad_pane_g1)))(aVariety, aCol, aRow); }
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
	// LAF Table : main_aa_empty_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2477
	inline TAknTextComponentLayout main_aa_empty_pane_t1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_empty_pane_t1_sig*)(GetFunction(EApiId_main_aa_empty_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2478
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2479
	inline TAknTextComponentLayout main_aa_empty_pane_t2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_empty_pane_t2_sig*)(GetFunction(EApiId_main_aa_empty_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2480
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2481
	inline TAknTextComponentLayout main_aa_empty_pane_t3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_empty_pane_t3_sig*)(GetFunction(EApiId_main_aa_empty_pane_t3)))(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 TAknTextComponentLayout main_aa_empty_pane_t4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_empty_pane_t4_sig*)(GetFunction(EApiId_main_aa_empty_pane_t4)))(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 main_aa_empty_pane_t_Limits() const		{ return (*(Tmain_aa_empty_pane_t_Limits_sig*)(GetFunction(EApiId_main_aa_empty_pane_t_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 TAknTextComponentLayout main_aa_empty_pane_t(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_empty_pane_t_sig*)(GetFunction(EApiId_main_aa_empty_pane_t)))(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 : main_aa_gridscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2490
	inline TAknLayoutScalableParameterLimits aa_scroll_pane_cp001_ParamLimits(TInt aVariety) const		{ return (*(Taa_scroll_pane_cp001_ParamLimits_sig*)(GetFunction(EApiId_aa_scroll_pane_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2491
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2492
	inline TAknWindowComponentLayout aa_scroll_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taa_scroll_pane_cp001_sig*)(GetFunction(EApiId_aa_scroll_pane_cp001)))(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 TAknLayoutScalableParameterLimits aa_taskswapper_pane_ParamLimits(TInt aVariety) const		{ return (*(Taa_taskswapper_pane_ParamLimits_sig*)(GetFunction(EApiId_aa_taskswapper_pane_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aa_taskswapper_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taa_taskswapper_pane_sig*)(GetFunction(EApiId_aa_taskswapper_pane)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aagrid_gene_pane_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_gene_pane_ParamLimits_sig*)(GetFunction(EApiId_aagrid_gene_pane_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout aagrid_gene_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_gene_pane_sig*)(GetFunction(EApiId_aagrid_gene_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2501
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2502
	// LAF Table : aagrid_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2503
	inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_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 aagrid_cell_image_pane(TInt aVariety, TInt aCol, TInt aRow) const		{ return (*(Taagrid_cell_image_pane_sig*)(GetFunction(EApiId_aagrid_cell_image_pane)))(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
	// LAF Table : aagrid_cell_image_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2508
	inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2509
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2510
	inline TAknWindowComponentLayout aagrid_cell_image_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_cell_image_pane_g1_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g2_ParamLimits)))(aVariety); }
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
	inline TAknWindowComponentLayout aagrid_cell_image_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_cell_image_pane_g2_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2515
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2516
	inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2517
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2518
	inline TAknWindowComponentLayout aagrid_cell_image_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_cell_image_pane_g3_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2519
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2520
	inline TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g4_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 aagrid_cell_image_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_cell_image_pane_g4_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g4)))(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 TAknLayoutScalableTableLimits aagrid_cell_image_pane_g_Limits() const		{ return (*(Taagrid_cell_image_pane_g_Limits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits aagrid_cell_image_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout aagrid_cell_image_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_cell_image_pane_g_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aagrid_cell_image_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taagrid_cell_image_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aagrid_cell_image_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taagrid_cell_image_pane_t1_sig*)(GetFunction(EApiId_aagrid_cell_image_pane_t1)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits grid_highlight_pane_cp001_ParamLimits(TInt aVariety) const		{ return (*(Tgrid_highlight_pane_cp001_ParamLimits_sig*)(GetFunction(EApiId_grid_highlight_pane_cp001_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout grid_highlight_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp001_sig*)(GetFunction(EApiId_grid_highlight_pane_cp001)))(aVariety, aCol, aRow); }
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
	// LAF Table : aa_taskswapper_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2539
	inline TAknLayoutScalableParameterLimits aa_taskswapper_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taa_taskswapper_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aa_taskswapper_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2540
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2541
	inline TAknWindowComponentLayout aa_taskswapper_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taa_taskswapper_pane_g1_sig*)(GetFunction(EApiId_aa_taskswapper_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2542
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2543
	inline TAknLayoutScalableParameterLimits aa_taskswapper_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taa_taskswapper_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aa_taskswapper_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2544
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2545
	inline TAknTextComponentLayout aa_taskswapper_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taa_taskswapper_pane_t1_sig*)(GetFunction(EApiId_aa_taskswapper_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2546
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2547
	inline TAknLayoutScalableParameterLimits aatasksw_grid_pane_ParamLimits(TInt aVariety) const		{ return (*(Taatasksw_grid_pane_ParamLimits_sig*)(GetFunction(EApiId_aatasksw_grid_pane_ParamLimits)))(aVariety); }
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 aatasksw_grid_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taatasksw_grid_pane_sig*)(GetFunction(EApiId_aatasksw_grid_pane)))(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
	// LAF Table : aatasksw_grid_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2552
	inline TAknLayoutScalableParameterLimits aatasksw_cell_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taatasksw_cell_pane_ParamLimits_sig*)(GetFunction(EApiId_aatasksw_cell_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2553
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2554
	inline TAknWindowComponentLayout aatasksw_cell_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taatasksw_cell_pane_sig*)(GetFunction(EApiId_aatasksw_cell_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2555
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2556
	// LAF Table : aatasksw_cell_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2557
	inline TAknWindowComponentLayout aatasksw_cell_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taatasksw_cell_pane_g1_sig*)(GetFunction(EApiId_aatasksw_cell_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2558
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2559
	inline TAknWindowComponentLayout grid_highlight_pane_cp002(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tgrid_highlight_pane_cp002_sig*)(GetFunction(EApiId_grid_highlight_pane_cp002)))(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
	// LAF Table : main_aa_metadata_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2562
	inline TAknWindowComponentLayout aamd_info_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_sig*)(GetFunction(EApiId_aamd_info_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2563
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2564
	inline TAknWindowComponentLayout aamd_list_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_pane_sig*)(GetFunction(EApiId_aamd_list_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2565
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2566
	// LAF Table : aamd_list_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2567
	inline TAknLayoutScalableParameterLimits aamd_list_double_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taamd_list_double_pane_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2568
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2569
	inline TAknWindowComponentLayout aamd_list_double_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_sig*)(GetFunction(EApiId_aamd_list_double_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2570
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2571
	inline TAknLayoutScalableParameterLimits aamd_list_single_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taamd_list_single_pane_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_single_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2572
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2573
	inline TAknWindowComponentLayout aamd_list_single_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_single_pane_sig*)(GetFunction(EApiId_aamd_list_single_pane)))(aVariety, aCol, aRow); }
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
	// LAF Table : aamd_list_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2576
	inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_single_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_single_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2577
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2578
	inline TAknWindowComponentLayout aamd_list_single_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_single_pane_g1_sig*)(GetFunction(EApiId_aamd_list_single_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2579
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2580
	inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_single_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_single_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2581
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2582
	inline TAknWindowComponentLayout aamd_list_single_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_single_pane_g2_sig*)(GetFunction(EApiId_aamd_list_single_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2583
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2584
	inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_single_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_single_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2585
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2586
	inline TAknWindowComponentLayout aamd_list_single_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_single_pane_g3_sig*)(GetFunction(EApiId_aamd_list_single_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2587
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2588
	inline TAknLayoutScalableTableLimits aamd_list_single_pane_g_Limits() const		{ return (*(Taamd_list_single_pane_g_Limits_sig*)(GetFunction(EApiId_aamd_list_single_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2589
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2590
	inline TAknLayoutScalableParameterLimits aamd_list_single_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taamd_list_single_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_single_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2591
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2592
	inline TAknWindowComponentLayout aamd_list_single_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_single_pane_g_sig*)(GetFunction(EApiId_aamd_list_single_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2593
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2594
	inline TAknLayoutScalableParameterLimits aamd_list_single_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_single_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_single_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2595
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2596
	inline TAknTextComponentLayout aamd_list_single_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_single_pane_t1_sig*)(GetFunction(EApiId_aamd_list_single_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2597
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2598
	// LAF Table : aamd_list_double_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2599
	inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_double_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_g1_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 aamd_list_double_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_g1_sig*)(GetFunction(EApiId_aamd_list_double_pane_g1)))(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
	inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_double_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2604
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2605
	inline TAknWindowComponentLayout aamd_list_double_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_g2_sig*)(GetFunction(EApiId_aamd_list_double_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2606
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2607
	inline TAknLayoutScalableParameterLimits aamd_list_double_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_double_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2608
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2609
	inline TAknWindowComponentLayout aamd_list_double_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_g3_sig*)(GetFunction(EApiId_aamd_list_double_pane_g3)))(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 TAknLayoutScalableTableLimits aamd_list_double_pane_g_Limits() const		{ return (*(Taamd_list_double_pane_g_Limits_sig*)(GetFunction(EApiId_aamd_list_double_pane_g_Limits)))(); }
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 TAknLayoutScalableParameterLimits aamd_list_double_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taamd_list_double_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_g_ParamLimits)))(aLineIndex, aVariety); }
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 TAknWindowComponentLayout aamd_list_double_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_g_sig*)(GetFunction(EApiId_aamd_list_double_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aamd_list_double_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_double_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_t1_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aamd_list_double_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_t1_sig*)(GetFunction(EApiId_aamd_list_double_pane_t1)))(aVariety, aCol, aRow); }
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 aamd_list_double_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taamd_list_double_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_t2_ParamLimits)))(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 aamd_list_double_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_t2_sig*)(GetFunction(EApiId_aamd_list_double_pane_t2)))(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
	inline TAknLayoutScalableTableLimits aamd_list_double_pane_t_Limits() const		{ return (*(Taamd_list_double_pane_t_Limits_sig*)(GetFunction(EApiId_aamd_list_double_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2626
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2627
	inline TAknLayoutScalableParameterLimits aamd_list_double_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taamd_list_double_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aamd_list_double_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2628
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2629
	inline TAknTextComponentLayout aamd_list_double_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_list_double_pane_t_sig*)(GetFunction(EApiId_aamd_list_double_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2630
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2631
	// LAF Table : aamd_info_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2632
	inline TAknLayoutScalableParameterLimits aamd_info_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taamd_info_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_g1_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 TAknWindowComponentLayout aamd_info_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_g1_sig*)(GetFunction(EApiId_aamd_info_pane_g1)))(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 aamd_info_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taamd_info_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_g2_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 TAknWindowComponentLayout aamd_info_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_g2_sig*)(GetFunction(EApiId_aamd_info_pane_g2)))(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 TAknLayoutScalableParameterLimits aamd_info_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taamd_info_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_g3_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aamd_info_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_g3_sig*)(GetFunction(EApiId_aamd_info_pane_g3)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits aamd_info_pane_g_Limits() const		{ return (*(Taamd_info_pane_g_Limits_sig*)(GetFunction(EApiId_aamd_info_pane_g_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits aamd_info_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taamd_info_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2647
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2648
	inline TAknWindowComponentLayout aamd_info_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_g_sig*)(GetFunction(EApiId_aamd_info_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2649
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2650
	inline TAknLayoutScalableParameterLimits aamd_info_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taamd_info_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2651
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2652
	inline TAknTextComponentLayout aamd_info_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_t1_sig*)(GetFunction(EApiId_aamd_info_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2653
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2654
	inline TAknLayoutScalableParameterLimits aamd_info_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taamd_info_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2655
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2656
	inline TAknTextComponentLayout aamd_info_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_t2_sig*)(GetFunction(EApiId_aamd_info_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2657
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2658
	inline TAknLayoutScalableParameterLimits aamd_info_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Taamd_info_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_t3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2659
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2660
	inline TAknTextComponentLayout aamd_info_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_t3_sig*)(GetFunction(EApiId_aamd_info_pane_t3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2661
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2662
	inline TAknLayoutScalableTableLimits aamd_info_pane_t_Limits() const		{ return (*(Taamd_info_pane_t_Limits_sig*)(GetFunction(EApiId_aamd_info_pane_t_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2663
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2664
	inline TAknLayoutScalableParameterLimits aamd_info_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taamd_info_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aamd_info_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2665
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2666
	inline TAknTextComponentLayout aamd_info_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taamd_info_pane_t_sig*)(GetFunction(EApiId_aamd_info_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2667
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2668
	// LAF Table : aaslider_bg_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2669
	inline TAknWindowComponentLayout aaslider_bg_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_g1_sig*)(GetFunction(EApiId_aaslider_bg_pane_g1)))(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 TAknWindowComponentLayout aaslider_bg_pane_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_g2_sig*)(GetFunction(EApiId_aaslider_bg_pane_g2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits aaslider_bg_pane_g_Limits() const		{ return (*(Taaslider_bg_pane_g_Limits_sig*)(GetFunction(EApiId_aaslider_bg_pane_g_Limits)))(); }
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 TAknWindowComponentLayout aaslider_bg_pane_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_g_sig*)(GetFunction(EApiId_aaslider_bg_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2676
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2677
	inline TAknWindowComponentLayout aaslider_bg_pane_g2_copy1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_g2_copy1_sig*)(GetFunction(EApiId_aaslider_bg_pane_g2_copy1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2678
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2679
	// LAF Table : main_aa_slider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2680
	inline TAknLayoutScalableParameterLimits aaslider_pane_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2681
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2682
	inline TAknWindowComponentLayout aaslider_pane(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_sig*)(GetFunction(EApiId_aaslider_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2683
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2684
	// LAF Table : aaslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2685
	inline TAknLayoutScalableParameterLimits aaslider_bg_pane_cp001_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_bg_pane_cp001_ParamLimits_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2686
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2687
	inline TAknWindowComponentLayout aaslider_bg_pane_cp001(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_cp001_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2688
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2689
	inline TAknLayoutScalableParameterLimits aaslider_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2690
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2691
	inline TAknWindowComponentLayout aaslider_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_g1_sig*)(GetFunction(EApiId_aaslider_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2692
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2693
	inline TAknLayoutScalableParameterLimits aaslider_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2694
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2695
	inline TAknWindowComponentLayout aaslider_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_g2_sig*)(GetFunction(EApiId_aaslider_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2696
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2697
	inline TAknLayoutScalableParameterLimits aaslider_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2698
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2699
	inline TAknWindowComponentLayout aaslider_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_g3_sig*)(GetFunction(EApiId_aaslider_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2700
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2701
	inline TAknLayoutScalableTableLimits aaslider_pane_g_Limits() const		{ return (*(Taaslider_pane_g_Limits_sig*)(GetFunction(EApiId_aaslider_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2702
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2703
	inline TAknLayoutScalableParameterLimits aaslider_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taaslider_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_g_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2704
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2705
	inline TAknWindowComponentLayout aaslider_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_g_sig*)(GetFunction(EApiId_aaslider_pane_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2706
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2707
	inline TAknLayoutScalableParameterLimits aaslider_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_t1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2708
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2709
	inline TAknTextComponentLayout aaslider_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_t1_sig*)(GetFunction(EApiId_aaslider_pane_t1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2710
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2711
	inline TAknLayoutScalableParameterLimits aaslider_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_t2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2712
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2713
	inline TAknTextComponentLayout aaslider_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_t2_sig*)(GetFunction(EApiId_aaslider_pane_t2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2714
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2715
	inline TAknLayoutScalableParameterLimits aaslider_pane_t3_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_t3_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_t3_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 TAknTextComponentLayout aaslider_pane_t3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_t3_sig*)(GetFunction(EApiId_aaslider_pane_t3)))(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 TAknLayoutScalableTableLimits aaslider_pane_t_Limits() const		{ return (*(Taaslider_pane_t_Limits_sig*)(GetFunction(EApiId_aaslider_pane_t_Limits)))(); }
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 TAknLayoutScalableParameterLimits aaslider_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taaslider_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_t_ParamLimits)))(aLineIndex, aVariety); }
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 TAknTextComponentLayout aaslider_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_t_sig*)(GetFunction(EApiId_aaslider_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aid_touch_size_slider_marker_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_size_slider_marker_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_size_slider_marker_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aid_touch_size_slider_marker(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_size_slider_marker_sig*)(GetFunction(EApiId_aid_touch_size_slider_marker)))(aVariety, aCol, aRow); }
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
	// LAF Table : aalist_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2730
	inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_list_sub_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2731
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2732
	inline TAknWindowComponentLayout aalist_list_sub_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_sig*)(GetFunction(EApiId_aalist_list_sub_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2733
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2734
	// LAF Table : aalist_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2735
	inline TAknLayoutScalableParameterLimits aalist_single_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_g3_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 aalist_single_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_g3_sig*)(GetFunction(EApiId_aalist_single_pane_g3)))(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 aalist_single_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_g4_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 aalist_single_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_g4_sig*)(GetFunction(EApiId_aalist_single_pane_g4)))(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 TAknWindowComponentLayout list_highlight_pane_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tlist_highlight_pane_cp001_sig*)(GetFunction(EApiId_list_highlight_pane_cp001)))(aVariety, aCol, aRow); }
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
	// LAF Table : aalist_list_sub_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2746
	inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2747
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2748
	inline TAknWindowComponentLayout aalist_list_sub_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g1_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2749
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2750
	inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g2_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 aalist_list_sub_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g2_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g2)))(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 aalist_list_sub_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g3_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 aalist_list_sub_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g3_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g3)))(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 aalist_list_sub_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g4_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 aalist_list_sub_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g4_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g4)))(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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_list_sub_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g5_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_g7_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g7_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g7_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_list_sub_pane_g7(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g7_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g7)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits aalist_list_sub_pane_g_Limits() const		{ return (*(Taalist_list_sub_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g_Limits)))(); }
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 aalist_list_sub_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_list_sub_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g_ParamLimits)))(aLineIndex, 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 TAknWindowComponentLayout aalist_list_sub_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_g_sig*)(GetFunction(EApiId_aalist_list_sub_pane_g)))(aLineIndex, 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 aalist_list_sub_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t1_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 aalist_list_sub_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_t1_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t1)))(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 TAknLayoutScalableParameterLimits aalist_list_sub_pane_t2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_list_sub_pane_t2_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t2_ParamLimits)))(aVariety); }
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 TAknTextComponentLayout aalist_list_sub_pane_t2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_t2_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t2)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableTableLimits aalist_list_sub_pane_t_Limits() const		{ return (*(Taalist_list_sub_pane_t_Limits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t_Limits)))(); }
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
	inline TAknLayoutScalableParameterLimits aalist_list_sub_pane_t_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_list_sub_pane_t_ParamLimits_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t_ParamLimits)))(aLineIndex, aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2787
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2788
	inline TAknTextComponentLayout aalist_list_sub_pane_t(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_list_sub_pane_t_sig*)(GetFunction(EApiId_aalist_list_sub_pane_t)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2789
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2790
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2791
	inline TAknLayoutScalableParameterLimits main_aa_coverflow_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_coverflow_pane_ParamLimits_sig*)(GetFunction(EApiId_main_aa_coverflow_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2792
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2793
	inline TAknLayoutScalableParameterLimits main_aa_metadata_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_metadata_pane_ParamLimits_sig*)(GetFunction(EApiId_main_aa_metadata_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2794
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2795
	// LAF Table : aalist_single_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2796
	inline TAknLayoutScalableParameterLimits aalist_single_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_pane_g5_ParamLimits)))(aVariety); }
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 TAknWindowComponentLayout aalist_single_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_pane_g5_sig*)(GetFunction(EApiId_aalist_single_pane_g5)))(aVariety, aCol, aRow); }
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 TAknLayoutScalableParameterLimits list_highlight_pane_cp001_ParamLimits(TInt aVariety) const		{ return (*(Tlist_highlight_pane_cp001_ParamLimits_sig*)(GetFunction(EApiId_list_highlight_pane_cp001_ParamLimits)))(aVariety); }
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
	// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2803
	inline TAknLayoutScalableParameterLimits aacf_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Taacf_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_aacf_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2804
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2805
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2806
	inline TAknWindowComponentLayout main_aa_video_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_video_pane_sig*)(GetFunction(EApiId_main_aa_video_pane)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2807
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2808
	// LAF Table : main_aa_listscroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2809
	inline TAknWindowComponentLayout aid_size_touch_aascroll_bar(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_touch_aascroll_bar_sig*)(GetFunction(EApiId_aid_size_touch_aascroll_bar)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2810
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2811
	// LAF Table : aalist_gene_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2812
	inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_ParamLimits(TInt aVariety = 0) const		{ return (*(Taalist_single_large_graphic_pane_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_ParamLimits)))(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 TAknWindowComponentLayout aalist_single_large_graphic_pane(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_large_graphic_pane_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane)))(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 : aaslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2817
	inline TAknLayoutScalableParameterLimits aaslider_pane_g4_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_g4_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_g4_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 aaslider_pane_g4(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_g4_sig*)(GetFunction(EApiId_aaslider_pane_g4)))(aVariety, aCol, aRow); }
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
	inline TAknLayoutScalableParameterLimits aaslider_pane_g5_ParamLimits(TInt aVariety) const		{ return (*(Taaslider_pane_g5_ParamLimits_sig*)(GetFunction(EApiId_aaslider_pane_g5_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2822
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2823
	inline TAknWindowComponentLayout aaslider_pane_g5(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_pane_g5_sig*)(GetFunction(EApiId_aaslider_pane_g5)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2824
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2825
	inline TAknLayoutScalableParameterLimits aid_touch_size_slider_max_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_size_slider_max_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_size_slider_max_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2826
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2827
	inline TAknWindowComponentLayout aid_touch_size_slider_max(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_size_slider_max_sig*)(GetFunction(EApiId_aid_touch_size_slider_max)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2828
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2829
	inline TAknLayoutScalableParameterLimits aid_touch_size_slider_min_ParamLimits(TInt aVariety) const		{ return (*(Taid_touch_size_slider_min_ParamLimits_sig*)(GetFunction(EApiId_aid_touch_size_slider_min_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2830
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2831
	inline TAknWindowComponentLayout aid_touch_size_slider_min(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_touch_size_slider_min_sig*)(GetFunction(EApiId_aid_touch_size_slider_min)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2832
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2833
	// LAF Table : aalist_single_large_graphic_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2834
	inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_large_graphic_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2835
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2836
	inline TAknWindowComponentLayout aalist_single_large_graphic_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_large_graphic_pane_g1_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2837
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2838
	inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g2_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_large_graphic_pane_g2_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g2_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2839
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2840
	inline TAknWindowComponentLayout aalist_single_large_graphic_pane_g2(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_large_graphic_pane_g2_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2841
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2842
	inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g3_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_large_graphic_pane_g3_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g3_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2843
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2844
	inline TAknWindowComponentLayout aalist_single_large_graphic_pane_g3(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_large_graphic_pane_g3_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2845
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2846
	inline TAknLayoutScalableTableLimits aalist_single_large_graphic_pane_g_Limits() const		{ return (*(Taalist_single_large_graphic_pane_g_Limits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2847
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2848
	inline TAknLayoutScalableParameterLimits aalist_single_large_graphic_pane_g_ParamLimits(TInt aLineIndex, TInt aVariety) const		{ return (*(Taalist_single_large_graphic_pane_g_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g_ParamLimits)))(aLineIndex, 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 aalist_single_large_graphic_pane_g(TInt aLineIndex, TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_large_graphic_pane_g_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_g)))(aLineIndex, 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 aalist_single_large_graphic_pane_t1_ParamLimits(TInt aVariety) const		{ return (*(Taalist_single_large_graphic_pane_t1_ParamLimits_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_t1_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 TAknTextComponentLayout aalist_single_large_graphic_pane_t1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_single_large_graphic_pane_t1_sig*)(GetFunction(EApiId_aalist_single_large_graphic_pane_t1)))(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
	// LAF Table : main_aa_video_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2857
	inline TAknLayoutScalableParameterLimits main_aa_video_pane_g1_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_video_pane_g1_ParamLimits_sig*)(GetFunction(EApiId_main_aa_video_pane_g1_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2858
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2859
	inline TAknWindowComponentLayout main_aa_video_pane_g1(TInt aVariety, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_video_pane_g1_sig*)(GetFunction(EApiId_main_aa_video_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2860
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2861
	// LAF Table : main_aa_coverflow_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2862
	inline TAknWindowComponentLayout main_aa_coverflow_pane_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Tmain_aa_coverflow_pane_g1_sig*)(GetFunction(EApiId_main_aa_coverflow_pane_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2863
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2864
	// LAF Table : aa_scroll_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2865
	inline TAknWindowComponentLayout aid_size_min_handle_cp002(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_handle_cp002_sig*)(GetFunction(EApiId_aid_size_min_handle_cp002)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2866
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2867
	// LAF Table : application_window
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2868
	inline TAknLayoutScalableParameterLimits popup_toolbar2_fixed_window_cp001_ParamLimits(TInt aVariety) const		{ return (*(Tpopup_toolbar2_fixed_window_cp001_ParamLimits_sig*)(GetFunction(EApiId_popup_toolbar2_fixed_window_cp001_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2869
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2870
	// LAF Table : main_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2871
	inline TAknLayoutScalableParameterLimits main_aa_slider_pane_ParamLimits(TInt aVariety) const		{ return (*(Tmain_aa_slider_pane_ParamLimits_sig*)(GetFunction(EApiId_main_aa_slider_pane_ParamLimits)))(aVariety); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2872
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2873
	// LAF Table : aa_scroll_pane_cp001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2874
	inline TAknWindowComponentLayout aid_size_min_handle_cp001(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_size_min_handle_cp001_sig*)(GetFunction(EApiId_aid_size_min_handle_cp001)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2875
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2876
	// LAF Table : aaslider_bg_pane_cp001
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2877
	inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g1(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_cp001_g1_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001_g1)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2878
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2879
	inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g2(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_cp001_g2_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001_g2)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2880
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2881
	inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g3(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_cp001_g3_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001_g3)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2882
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2883
	inline TAknLayoutScalableTableLimits aaslider_bg_pane_cp001_g_Limits() const		{ return (*(Taaslider_bg_pane_cp001_g_Limits_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001_g_Limits)))(); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2884
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2885
	inline TAknWindowComponentLayout aaslider_bg_pane_cp001_g(TInt aLineIndex, TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taaslider_bg_pane_cp001_g_sig*)(GetFunction(EApiId_aaslider_bg_pane_cp001_g)))(aLineIndex, aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2886
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2887
	// LAF Table : aalist_progress_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2888
	inline TAknWindowComponentLayout aalist_progress_pane_g4(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taalist_progress_pane_g4_sig*)(GetFunction(EApiId_aalist_progress_pane_g4)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2889
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2890
	// LAF Table : aaslider_pane
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2891
	inline TAknWindowComponentLayout aid_aaslider_pane_rect_inner(TInt aVariety = 0, TInt aCol = 0, TInt aRow = 0) const		{ return (*(Taid_aaslider_pane_rect_inner_sig*)(GetFunction(EApiId_aid_aaslider_pane_rect_inner)))(aVariety, aCol, aRow); }
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2892
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2893
private:
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2894
	CInstance();
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2895
	};
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
} // end of namespace AknLayoutScalable_UiAccel
11157e26c4a7 added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff changeset
  2898
#endif // AKNLAYOUTSCALABLE_UIACCEL_CDL