author | Christian Morlok <symbian.org@christianmorlok.de> |
Thu, 25 Mar 2010 16:25:17 +0100 | |
branch | v5backport |
changeset 21 | 11157e26c4a7 |
permissions | -rw-r--r-- |
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 SKINLAYOUT_CDL |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
22 |
#define SKINLAYOUT_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 <skinlayout.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 SkinLayout |
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 skinlayout.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 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_1() { return (*(TxInput_field_skin_placing__find_list__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
47 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
48 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_2() { return (*(TxInput_field_skin_placing__find_list__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
49 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
50 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_3() { return (*(TxInput_field_skin_placing__find_list__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
51 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
52 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_4() { return (*(TxInput_field_skin_placing__find_list__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
53 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
54 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_5() { return (*(TxInput_field_skin_placing__find_list__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
55 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
56 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_6() { return (*(TxInput_field_skin_placing__find_list__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_6)))(); } |
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 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_7() { return (*(TxInput_field_skin_placing__find_list__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
59 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
60 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_8() { return (*(TxInput_field_skin_placing__find_list__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
61 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
62 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_9() { return (*(TxInput_field_skin_placing__find_list__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Line_9)))(); } |
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 TAknLayoutTableLimits xInput_field_skin_placing__find_list__Limits() { return (*(TxInput_field_skin_placing__find_list__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list__Limits)))(); } |
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 TAknWindowLineLayout xInput_field_skin_placing__find_list_(TInt aLineIndex) { return (*(TxInput_field_skin_placing__find_list__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xInput_field_skin_placing__find_list_)))(aLineIndex); } |
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 TAknWindowLineLayout Screen_background_skin_placing_Line_1() { return (*(TScreen_background_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Screen_background_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Area_background_skin_placing_Line_1() { return (*(TArea_background_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Area_background_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Area_background_skin_placing_Line_2(TInt aIndex_t, TInt aIndex_H) { return (*(TArea_background_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Area_background_skin_placing_Line_2)))(aIndex_t, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
73 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
74 |
inline TAknWindowLineLayout Area_background_skin_placing_Line_3() { return (*(TArea_background_skin_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Area_background_skin_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
75 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
76 |
inline TAknWindowLineLayout Pane_background_skin_naming_Line_1() { return (*(TPane_background_skin_naming_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pane_background_skin_naming_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
77 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
78 |
inline TAknWindowLineLayout Navi_pane_background_stripe_skin_placing_Line_1(TInt aCommon1) { return (*(TNavi_pane_background_stripe_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_background_stripe_skin_placing_Line_1)))(aCommon1); } |
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 TAknWindowLineLayout Navi_pane_background_stripe_skin_placing_Line_2() { return (*(TNavi_pane_background_stripe_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Navi_pane_background_stripe_skin_placing_Line_2)))(); } |
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 |
inline TAknWindowLineLayout Volume_level_skin_placing_Line_1(TInt aIndex_l) { return (*(TVolume_level_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_level_skin_placing_Line_1)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
83 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
84 |
inline TAknWindowLineLayout Volume_level_skin_placing_Line_2(TInt aIndex_l) { return (*(TVolume_level_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_level_skin_placing_Line_2)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
85 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
86 |
inline TAknLayoutTableLimits Volume_level_skin_placing_Limits() { return (*(TVolume_level_skin_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_level_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
87 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
88 |
inline TAknWindowLineLayout Volume_level_skin_placing(TInt aLineIndex, TInt aIndex_l) { return (*(TVolume_level_skin_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_level_skin_placing)))(aLineIndex, aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
89 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
90 |
inline TAknWindowLineLayout Volume_area_values_Line_1(TInt aIndex_l) { return (*(TVolume_area_values_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_1)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
91 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
92 |
inline TAknWindowLineLayout Volume_area_values_Line_2(TInt aIndex_l) { return (*(TVolume_area_values_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_2)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
93 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
94 |
inline TAknWindowLineLayout Volume_area_values_Line_3(TInt aIndex_l) { return (*(TVolume_area_values_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_3)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
95 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
96 |
inline TAknWindowLineLayout Volume_area_values_Line_4(TInt aIndex_l) { return (*(TVolume_area_values_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_4)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
97 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
98 |
inline TAknWindowLineLayout Volume_area_values_Line_5(TInt aIndex_l) { return (*(TVolume_area_values_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_5)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
99 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
100 |
inline TAknWindowLineLayout Volume_area_values_Line_6(TInt aIndex_l) { return (*(TVolume_area_values_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_6)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
101 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
102 |
inline TAknWindowLineLayout Volume_area_values_Line_7(TInt aIndex_l) { return (*(TVolume_area_values_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_7)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
103 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
104 |
inline TAknWindowLineLayout Volume_area_values_Line_8(TInt aIndex_l) { return (*(TVolume_area_values_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_8)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
105 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
106 |
inline TAknWindowLineLayout Volume_area_values_Line_9(TInt aIndex_l) { return (*(TVolume_area_values_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_9)))(aIndex_l); } |
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 TAknWindowLineLayout Volume_area_values_Line_10(TInt aIndex_l) { return (*(TVolume_area_values_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_10)))(aIndex_l); } |
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 TAknWindowLineLayout Volume_area_values_Line_11(TInt aIndex_l) { return (*(TVolume_area_values_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Line_11)))(aIndex_l); } |
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 TAknLayoutTableLimits Volume_area_values_Limits() { return (*(TVolume_area_values_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
113 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
114 |
inline TAknWindowLineLayout Volume_area_values(TInt aLineIndex, TInt aIndex_l) { return (*(TVolume_area_values_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Volume_area_values)))(aLineIndex, aIndex_l); } |
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 TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_1() { return (*(TColumn_background_and_list_slice_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_2() { return (*(TColumn_background_and_list_slice_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_2)))(); } |
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 TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_3() { return (*(TColumn_background_and_list_slice_skin_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_3)))(); } |
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 TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_4() { return (*(TColumn_background_and_list_slice_skin_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
123 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
124 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_5() { return (*(TColumn_background_and_list_slice_skin_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
125 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
126 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_6() { return (*(TColumn_background_and_list_slice_skin_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
127 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
128 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_7() { return (*(TColumn_background_and_list_slice_skin_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
129 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
130 |
inline TAknLayoutTableLimits Column_background_and_list_slice_skin_placing_Limits() { return (*(TColumn_background_and_list_slice_skin_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
131 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
132 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing(TInt aLineIndex) { return (*(TColumn_background_and_list_slice_skin_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Column_background_and_list_slice_skin_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
133 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
134 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_1() { return (*(TSetting_list_item_skin_elements__value_background__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
135 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
136 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_2() { return (*(TSetting_list_item_skin_elements__value_background__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
137 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
138 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_3() { return (*(TSetting_list_item_skin_elements__value_background__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
139 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
140 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_4() { return (*(TSetting_list_item_skin_elements__value_background__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
141 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
142 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_5() { return (*(TSetting_list_item_skin_elements__value_background__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
143 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
144 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_6() { return (*(TSetting_list_item_skin_elements__value_background__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
145 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
146 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_7() { return (*(TSetting_list_item_skin_elements__value_background__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
147 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
148 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_8() { return (*(TSetting_list_item_skin_elements__value_background__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_8)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_9() { return (*(TSetting_list_item_skin_elements__value_background__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Line_9)))(); } |
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 TAknLayoutTableLimits Setting_list_item_skin_elements__value_background__Limits() { return (*(TSetting_list_item_skin_elements__value_background__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background__Limits)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background_(TInt aLineIndex) { return (*(TSetting_list_item_skin_elements__value_background__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_elements__value_background_)))(aLineIndex); } |
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 TAknWindowLineLayout Setting_list_item_skin_placing__volume__Line_1() { return (*(TSetting_list_item_skin_placing__volume__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_placing__volume__Line_1)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_placing__volume__Line_2() { return (*(TSetting_list_item_skin_placing__volume__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_placing__volume__Line_2)))(); } |
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 TAknLayoutTableLimits Setting_list_item_skin_placing__volume__Limits() { return (*(TSetting_list_item_skin_placing__volume__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_placing__volume__Limits)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_placing__volume_(TInt aLineIndex) { return (*(TSetting_list_item_skin_placing__volume__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_list_item_skin_placing__volume_)))(aLineIndex); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_1() { return (*(TSettings_volume_area_values_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_1)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_2() { return (*(TSettings_volume_area_values_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_2)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_3() { return (*(TSettings_volume_area_values_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_3)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_4() { return (*(TSettings_volume_area_values_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_4)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_5() { return (*(TSettings_volume_area_values_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_5)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_6() { return (*(TSettings_volume_area_values_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_6)))(); } |
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 |
inline TAknWindowLineLayout Settings_volume_area_values_Line_7() { return (*(TSettings_volume_area_values_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
177 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
178 |
inline TAknWindowLineLayout Settings_volume_area_values_Line_8() { return (*(TSettings_volume_area_values_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
179 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
180 |
inline TAknWindowLineLayout Settings_volume_area_values_Line_9() { return (*(TSettings_volume_area_values_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
181 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
182 |
inline TAknWindowLineLayout Settings_volume_area_values_Line_10() { return (*(TSettings_volume_area_values_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_10)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
183 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
184 |
inline TAknWindowLineLayout Settings_volume_area_values_Line_11() { return (*(TSettings_volume_area_values_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Line_11)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
185 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
186 |
inline TAknLayoutTableLimits Settings_volume_area_values_Limits() { return (*(TSettings_volume_area_values_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
187 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
188 |
inline TAknWindowLineLayout Settings_volume_area_values(TInt aLineIndex) { return (*(TSettings_volume_area_values_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
189 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
190 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_1(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
191 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
192 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_2() { return (*(TList_highlight_skin_placing__general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
193 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
194 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_3() { return (*(TList_highlight_skin_placing__general__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
195 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
196 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_4() { return (*(TList_highlight_skin_placing__general__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
197 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
198 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_5() { return (*(TList_highlight_skin_placing__general__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
199 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
200 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_6() { return (*(TList_highlight_skin_placing__general__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_6)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_7() { return (*(TList_highlight_skin_placing__general__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_7)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_8(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__general__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_9(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__general__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__general__SUB_TABLE_0_Limits() { return (*(TList_highlight_skin_placing__general__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__SUB_TABLE_0_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 TAknWindowLineLayout List_highlight_skin_placing__general__SUB_TABLE_0(TInt aLineIndex) { return (*(TList_highlight_skin_placing__general__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__general__SUB_TABLE_1_Limits() { return (*(TList_highlight_skin_placing__general__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TList_highlight_skin_placing__general__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__settings__Line_1() { return (*(TList_highlight_skin_placing__settings__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_1)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__settings__Line_2() { return (*(TList_highlight_skin_placing__settings__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_2)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__settings__Line_3() { return (*(TList_highlight_skin_placing__settings__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_3)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__settings__Line_4() { return (*(TList_highlight_skin_placing__settings__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_4)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__settings__Line_5() { return (*(TList_highlight_skin_placing__settings__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_5)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__settings__Line_6() { return (*(TList_highlight_skin_placing__settings__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_6)))(); } |
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 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_7() { return (*(TList_highlight_skin_placing__settings__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
229 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
230 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_8() { return (*(TList_highlight_skin_placing__settings__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
231 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
232 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_9() { return (*(TList_highlight_skin_placing__settings__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
233 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
234 |
inline TAknLayoutTableLimits List_highlight_skin_placing__settings__Limits() { return (*(TList_highlight_skin_placing__settings__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
235 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
236 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings_(TInt aLineIndex) { return (*(TList_highlight_skin_placing__settings__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__settings_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
237 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
238 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_1(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__apps_specific__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
239 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
240 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_2() { return (*(TList_highlight_skin_placing__apps_specific__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
241 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
242 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_3() { return (*(TList_highlight_skin_placing__apps_specific__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
243 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
244 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_4() { return (*(TList_highlight_skin_placing__apps_specific__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
245 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
246 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_5() { return (*(TList_highlight_skin_placing__apps_specific__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
247 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
248 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_6(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__apps_specific__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
249 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
250 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_7(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__apps_specific__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
251 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
252 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_8(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__apps_specific__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
253 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
254 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_9(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__apps_specific__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
255 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
256 |
inline TAknLayoutTableLimits List_highlight_skin_placing__apps_specific__SUB_TABLE_0_Limits() { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
257 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
258 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__SUB_TABLE_0(TInt aLineIndex) { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
259 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
260 |
inline TAknLayoutTableLimits List_highlight_skin_placing__apps_specific__SUB_TABLE_1_Limits() { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
261 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
262 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_1(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_specific__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_2() { return (*(TList_highlight_skin_placing__popup_specific__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_2)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_3() { return (*(TList_highlight_skin_placing__popup_specific__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_3)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_4() { return (*(TList_highlight_skin_placing__popup_specific__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_4)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_5() { return (*(TList_highlight_skin_placing__popup_specific__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_5)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_6(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_specific__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_6)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_7(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_specific__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_7)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_8(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_specific__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_9(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_specific__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__popup_specific__SUB_TABLE_0_Limits() { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__SUB_TABLE_0(TInt aLineIndex) { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__popup_specific__SUB_TABLE_1_Limits() { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_1(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_windows__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
291 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
292 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_2() { return (*(TList_highlight_skin_placing__popup_windows__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
293 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
294 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_3() { return (*(TList_highlight_skin_placing__popup_windows__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
295 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
296 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_4() { return (*(TList_highlight_skin_placing__popup_windows__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
297 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
298 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_5() { return (*(TList_highlight_skin_placing__popup_windows__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
299 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
300 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_6(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_windows__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
301 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
302 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_7(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_windows__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
303 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
304 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_8(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_windows__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
305 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
306 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_9(const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_windows__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
307 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
308 |
inline TAknLayoutTableLimits List_highlight_skin_placing__popup_windows__SUB_TABLE_0_Limits() { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
309 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
310 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__SUB_TABLE_0(TInt aLineIndex) { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
311 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
312 |
inline TAknLayoutTableLimits List_highlight_skin_placing__popup_windows__SUB_TABLE_1_Limits() { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
313 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
314 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
315 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
316 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_1(const TRect& aParentRect) { return (*(THighlight_skin_placing__grid__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
317 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
318 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_2() { return (*(THighlight_skin_placing__grid__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
319 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
320 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_3() { return (*(THighlight_skin_placing__grid__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
321 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
322 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_4() { return (*(THighlight_skin_placing__grid__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
323 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
324 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_5() { return (*(THighlight_skin_placing__grid__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_5)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__grid__Line_6(const TRect& aParentRect) { return (*(THighlight_skin_placing__grid__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_6)))(aParentRect); } |
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 TAknWindowLineLayout Highlight_skin_placing__grid__Line_7(const TRect& aParentRect) { return (*(THighlight_skin_placing__grid__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_7)))(aParentRect); } |
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 TAknWindowLineLayout Highlight_skin_placing__grid__Line_8(const TRect& aParentRect) { return (*(THighlight_skin_placing__grid__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Highlight_skin_placing__grid__Line_9(const TRect& aParentRect) { return (*(THighlight_skin_placing__grid__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits Highlight_skin_placing__grid__SUB_TABLE_0_Limits() { return (*(THighlight_skin_placing__grid__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
335 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
336 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__SUB_TABLE_0(TInt aLineIndex) { return (*(THighlight_skin_placing__grid__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Highlight_skin_placing__grid__SUB_TABLE_1_Limits() { return (*(THighlight_skin_placing__grid__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__grid__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(THighlight_skin_placing__grid__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__grid__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_1(const TRect& aParentRect) { return (*(THighlight_skin_placing__form_popup_field__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_2() { return (*(THighlight_skin_placing__form_popup_field__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_2)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_3() { return (*(THighlight_skin_placing__form_popup_field__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_3)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_4() { return (*(THighlight_skin_placing__form_popup_field__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_4)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_5() { return (*(THighlight_skin_placing__form_popup_field__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
351 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
352 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_6(const TRect& aParentRect) { return (*(THighlight_skin_placing__form_popup_field__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
353 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
354 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_7(const TRect& aParentRect) { return (*(THighlight_skin_placing__form_popup_field__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
355 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
356 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_8(const TRect& aParentRect) { return (*(THighlight_skin_placing__form_popup_field__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
357 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
358 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_9(const TRect& aParentRect) { return (*(THighlight_skin_placing__form_popup_field__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
359 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
360 |
inline TAknLayoutTableLimits Highlight_skin_placing__form_popup_field__SUB_TABLE_0_Limits() { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
361 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
362 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__SUB_TABLE_0(TInt aLineIndex) { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
363 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
364 |
inline TAknLayoutTableLimits Highlight_skin_placing__form_popup_field__SUB_TABLE_1_Limits() { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
365 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
366 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
367 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
368 |
inline TAknWindowLineLayout xFind_pop_up_window_elements_Line_1() { return (*(TxFind_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xFind_pop_up_window_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
369 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
370 |
inline TAknWindowLineLayout xFind_pop_up_window_elements_Line_2() { return (*(TxFind_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xFind_pop_up_window_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
371 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
372 |
inline TAknWindowLineLayout xFind_pop_up_window_elements_Line_3() { return (*(TxFind_pop_up_window_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xFind_pop_up_window_elements_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
373 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
374 |
inline TAknLayoutTableLimits xFind_pop_up_window_elements_Limits() { return (*(TxFind_pop_up_window_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xFind_pop_up_window_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
375 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
376 |
inline TAknWindowLineLayout xFind_pop_up_window_elements(TInt aLineIndex) { return (*(TxFind_pop_up_window_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_xFind_pop_up_window_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
377 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
378 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_1() { return (*(TInput_field_skin_placing__general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
379 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
380 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_2() { return (*(TInput_field_skin_placing__general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
381 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
382 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_3() { return (*(TInput_field_skin_placing__general__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
383 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
384 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_4() { return (*(TInput_field_skin_placing__general__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
385 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
386 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_5() { return (*(TInput_field_skin_placing__general__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_5)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_6() { return (*(TInput_field_skin_placing__general__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_6)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_7() { return (*(TInput_field_skin_placing__general__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_7)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_8() { return (*(TInput_field_skin_placing__general__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_8)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_9() { return (*(TInput_field_skin_placing__general__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Line_9)))(); } |
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 TAknLayoutTableLimits Input_field_skin_placing__general__Limits() { return (*(TInput_field_skin_placing__general__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general__Limits)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general_(TInt aLineIndex) { return (*(TInput_field_skin_placing__general__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_field_skin_placing__general_)))(aLineIndex); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_1() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_1)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_2() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_2)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_3() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_3)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_4() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_4)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_5() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_5)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_6() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_6)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_7() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_7)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_8() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_8)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_9() { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Line_9)))(); } |
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 |
inline TAknLayoutTableLimits Edited_settings_item_skin_placing__background_highlight__Limits() { return (*(TEdited_settings_item_skin_placing__background_highlight__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
419 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
420 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight_(TInt aLineIndex) { return (*(TEdited_settings_item_skin_placing__background_highlight__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__background_highlight_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
421 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
422 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_1(const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__value_background__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_2() { return (*(TEdited_settings_item_skin_placing__value_background__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_2)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_3() { return (*(TEdited_settings_item_skin_placing__value_background__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_3)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_4() { return (*(TEdited_settings_item_skin_placing__value_background__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_4)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_5() { return (*(TEdited_settings_item_skin_placing__value_background__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_5)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_6() { return (*(TEdited_settings_item_skin_placing__value_background__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_6)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_7() { return (*(TEdited_settings_item_skin_placing__value_background__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_7)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_8(const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__value_background__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_9(const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__value_background__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__value_background__SUB_TABLE_0_Limits() { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__SUB_TABLE_0(TInt aLineIndex) { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__value_background__SUB_TABLE_1_Limits() { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_1(const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__input__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_2() { return (*(TEdited_settings_item_skin_placing__input__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
451 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
452 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_3() { return (*(TEdited_settings_item_skin_placing__input__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
453 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
454 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_4() { return (*(TEdited_settings_item_skin_placing__input__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
455 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
456 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_5() { return (*(TEdited_settings_item_skin_placing__input__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_5)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_6() { return (*(TEdited_settings_item_skin_placing__input__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_6)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_7() { return (*(TEdited_settings_item_skin_placing__input__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_7)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_8(const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__input__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_9(const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__input__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__input__SUB_TABLE_0_Limits() { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__SUB_TABLE_0(TInt aLineIndex) { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__input__SUB_TABLE_1_Limits() { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Setting_volume_skin_placing_Line_1() { return (*(TSetting_volume_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_skin_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
475 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
476 |
inline TAknWindowLineLayout Setting_volume_skin_placing_Line_2() { return (*(TSetting_volume_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_skin_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
477 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
478 |
inline TAknLayoutTableLimits Setting_volume_skin_placing_Limits() { return (*(TSetting_volume_skin_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
479 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
480 |
inline TAknWindowLineLayout Setting_volume_skin_placing(TInt aLineIndex) { return (*(TSetting_volume_skin_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Setting_volume_skin_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
481 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
482 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_1() { return (*(TSettings_volume_area_values_dup_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
483 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
484 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_2() { return (*(TSettings_volume_area_values_dup_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
485 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
486 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_3() { return (*(TSettings_volume_area_values_dup_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
487 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
488 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_4() { return (*(TSettings_volume_area_values_dup_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
489 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
490 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_5() { return (*(TSettings_volume_area_values_dup_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
491 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
492 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_6() { return (*(TSettings_volume_area_values_dup_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
493 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
494 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_7() { return (*(TSettings_volume_area_values_dup_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
495 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
496 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_8() { return (*(TSettings_volume_area_values_dup_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_8)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_dup_Line_9() { return (*(TSettings_volume_area_values_dup_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_9)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_dup_Line_10() { return (*(TSettings_volume_area_values_dup_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_10)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_dup_Line_11() { return (*(TSettings_volume_area_values_dup_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Line_11)))(); } |
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 TAknLayoutTableLimits Settings_volume_area_values_dup_Limits() { return (*(TSettings_volume_area_values_dup_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup_Limits)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_dup(TInt aLineIndex) { return (*(TSettings_volume_area_values_dup_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Settings_volume_area_values_dup)))(aLineIndex); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__dimming__Line_1() { return (*(TPopup_windows_skin_placing__dimming__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__dimming__Line_1)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__background_slice__Line_1(const TRect& aParentRect) { return (*(TPopup_windows_skin_placing__background_slice__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__background_slice__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__background_slice__Line_2() { return (*(TPopup_windows_skin_placing__background_slice__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__background_slice__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
513 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
514 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_1(const TRect& aParentRect) { return (*(TPopup_windows_skin_placing__frame_general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
515 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
516 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_2() { return (*(TPopup_windows_skin_placing__frame_general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
517 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
518 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_3() { return (*(TPopup_windows_skin_placing__frame_general__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
519 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
520 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_4() { return (*(TPopup_windows_skin_placing__frame_general__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_4)))(); } |
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 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_5() { return (*(TPopup_windows_skin_placing__frame_general__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
523 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
524 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_6() { return (*(TPopup_windows_skin_placing__frame_general__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
525 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
526 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_7() { return (*(TPopup_windows_skin_placing__frame_general__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
527 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
528 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_8(const TRect& aParentRect) { return (*(TPopup_windows_skin_placing__frame_general__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
529 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
530 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_9(const TRect& aParentRect) { return (*(TPopup_windows_skin_placing__frame_general__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
531 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
532 |
inline TAknLayoutTableLimits Popup_windows_skin_placing__frame_general__SUB_TABLE_0_Limits() { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
533 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
534 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__SUB_TABLE_0(TInt aLineIndex) { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
535 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
536 |
inline TAknLayoutTableLimits Popup_windows_skin_placing__frame_general__SUB_TABLE_1_Limits() { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_1(const TRect& aParentRect) { return (*(TSubmenu_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_2() { return (*(TSubmenu_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_2)))(); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_3() { return (*(TSubmenu_skin_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_3)))(); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_4() { return (*(TSubmenu_skin_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_4)))(); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_5() { return (*(TSubmenu_skin_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_5)))(); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_6(const TRect& aParentRect) { return (*(TSubmenu_skin_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_6)))(aParentRect); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_7(const TRect& aParentRect) { return (*(TSubmenu_skin_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_7)))(aParentRect); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_8(const TRect& aParentRect) { return (*(TSubmenu_skin_placing_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Submenu_skin_placing_Line_9(const TRect& aParentRect) { return (*(TSubmenu_skin_placing_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_Line_9)))(aParentRect); } |
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 |
inline TAknLayoutTableLimits Submenu_skin_placing_SUB_TABLE_0_Limits() { return (*(TSubmenu_skin_placing_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
559 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
560 |
inline TAknWindowLineLayout Submenu_skin_placing_SUB_TABLE_0(TInt aLineIndex) { return (*(TSubmenu_skin_placing_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
561 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
562 |
inline TAknLayoutTableLimits Submenu_skin_placing_SUB_TABLE_1_Limits() { return (*(TSubmenu_skin_placing_SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
563 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
564 |
inline TAknWindowLineLayout Submenu_skin_placing_SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TSubmenu_skin_placing_SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Submenu_skin_placing_SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
565 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
566 |
inline TAknWindowLineLayout Slice_skin_placing__fastapps__Line_1() { return (*(TSlice_skin_placing__fastapps__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slice_skin_placing__fastapps__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
567 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
568 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_1(const TRect& aParentRect) { return (*(TFast_application_swapping_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
569 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
570 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_2() { return (*(TFast_application_swapping_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
571 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
572 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_3() { return (*(TFast_application_swapping_skin_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
573 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
574 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_4() { return (*(TFast_application_swapping_skin_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
575 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
576 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_5() { return (*(TFast_application_swapping_skin_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
577 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
578 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_6() { return (*(TFast_application_swapping_skin_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
579 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
580 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_7() { return (*(TFast_application_swapping_skin_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
581 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
582 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_8(const TRect& aParentRect) { return (*(TFast_application_swapping_skin_placing_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
583 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
584 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_9(const TRect& aParentRect) { return (*(TFast_application_swapping_skin_placing_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
585 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
586 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_10(const TRect& aParentRect) { return (*(TFast_application_swapping_skin_placing_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_Line_10)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
587 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
588 |
inline TAknLayoutTableLimits Fast_application_swapping_skin_placing_SUB_TABLE_0_Limits() { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
589 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
590 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_SUB_TABLE_0(TInt aLineIndex) { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
591 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
592 |
inline TAknLayoutTableLimits Fast_application_swapping_skin_placing_SUB_TABLE_1_Limits() { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
593 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
594 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
595 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
596 |
inline TAknWindowLineLayout wallpaper_pane() { return (*(Twallpaper_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_wallpaper_pane)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
597 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
598 |
inline TAknWindowLineLayout Changes_to_existing_elements__idle_wallpaper__Line_2(const TRect& aParentRect, TInt aIndex_t, TInt aIndex_H) { return (*(TChanges_to_existing_elements__idle_wallpaper__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Changes_to_existing_elements__idle_wallpaper__Line_2)))(aParentRect, aIndex_t, aIndex_H); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_1() { return (*(TIdle_clock_skin_placing___analogue__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue__Line_1)))(); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_2() { return (*(TIdle_clock_skin_placing___analogue__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue__Line_2)))(); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_3() { return (*(TIdle_clock_skin_placing___analogue__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue__Line_3)))(); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_4() { return (*(TIdle_clock_skin_placing___analogue__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue__Line_4)))(); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_5() { return (*(TIdle_clock_skin_placing___analogue__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
609 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
610 |
inline TAknLayoutTableLimits Idle_clock_skin_placing___analogue__Limits() { return (*(TIdle_clock_skin_placing___analogue__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
611 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
612 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue_(TInt aLineIndex) { return (*(TIdle_clock_skin_placing___analogue__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___analogue_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
613 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
614 |
inline TAknWindowLineLayout Idle_clock_skin_placing___digital__Line_1(TInt aIndex_l) { return (*(TIdle_clock_skin_placing___digital__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___digital__Line_1)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
615 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
616 |
inline TAknWindowLineLayout Idle_clock_skin_placing___digital__Line_2(TInt aIndex_l) { return (*(TIdle_clock_skin_placing___digital__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___digital__Line_2)))(aIndex_l); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___digital__Line_3(const TRect& aParentRect) { return (*(TIdle_clock_skin_placing___digital__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___digital__Line_3)))(aParentRect); } |
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 TAknLayoutTableLimits Idle_clock_skin_placing___digital__SUB_TABLE_0_Limits() { return (*(TIdle_clock_skin_placing___digital__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___digital__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout Idle_clock_skin_placing___digital__SUB_TABLE_0(TInt aLineIndex, TInt aIndex_l) { return (*(TIdle_clock_skin_placing___digital__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Idle_clock_skin_placing___digital__SUB_TABLE_0)))(aLineIndex, aIndex_l); } |
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 TAknWindowLineLayout Power_save_state_skin_placing_Line_1() { return (*(TPower_save_state_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Power_save_state_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_1() { return (*(TCalendar_skin_elements__general__dup_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_1)))(); } |
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 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_2() { return (*(TCalendar_skin_elements__general__dup_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
629 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
630 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_3() { return (*(TCalendar_skin_elements__general__dup_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
631 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
632 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_4() { return (*(TCalendar_skin_elements__general__dup_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
633 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
634 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_5() { return (*(TCalendar_skin_elements__general__dup_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
635 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
636 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_6() { return (*(TCalendar_skin_elements__general__dup_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
637 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
638 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_7() { return (*(TCalendar_skin_elements__general__dup_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
639 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
640 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_8() { return (*(TCalendar_skin_elements__general__dup_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
641 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
642 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_9() { return (*(TCalendar_skin_elements__general__dup_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
643 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
644 |
inline TAknLayoutTableLimits Calendar_skin_elements__general__dup_Limits() { return (*(TCalendar_skin_elements__general__dup_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
645 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
646 |
inline TAknWindowLineLayout Calendar_skin_elements__general__dup(TInt aLineIndex) { return (*(TCalendar_skin_elements__general__dup_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calendar_skin_elements__general__dup)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
647 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
648 |
inline TAknWindowLineLayout Slice_skin_placing__pinb__Line_1() { return (*(TSlice_skin_placing__pinb__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Slice_skin_placing__pinb__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
649 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
650 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_1() { return (*(TFavorites_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
651 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
652 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_2() { return (*(TFavorites_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
653 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
654 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_3() { return (*(TFavorites_skin_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
655 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
656 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_4() { return (*(TFavorites_skin_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
657 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
658 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_5() { return (*(TFavorites_skin_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
659 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
660 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_6() { return (*(TFavorites_skin_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
661 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
662 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_7() { return (*(TFavorites_skin_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
663 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
664 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_8() { return (*(TFavorites_skin_placing_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
665 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
666 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_9() { return (*(TFavorites_skin_placing_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
667 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
668 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_10() { return (*(TFavorites_skin_placing_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Line_10)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
669 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
670 |
inline TAknLayoutTableLimits Favorites_skin_placing_Limits() { return (*(TFavorites_skin_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
671 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
672 |
inline TAknWindowLineLayout Favorites_skin_placing(TInt aLineIndex) { return (*(TFavorites_skin_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Favorites_skin_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
673 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
674 |
inline TAknWindowLineLayout Screen_saver_skin_placing_Line_1() { return (*(TScreen_saver_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Screen_saver_skin_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
675 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
676 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__Line_1(TInt aIndex_l, TInt aIndex_t) { return (*(TColour_palette_preview_screen_element_placing__main_area__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__Line_1)))(aIndex_l, aIndex_t); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_1() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_1)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_2() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_2)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_3() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_3)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_4() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_4)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_5() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_5)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_6() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_6)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_7() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_7)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_8() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_8)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_9() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_9)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_10() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_10)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_11() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_11)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_12() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_12_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_12)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_13() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_13_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_13)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_14() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_14_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_14)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_15() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_15_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_15)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_16() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_16_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_16)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_17() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_17_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_17)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_18() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_18_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_18)))(); } |
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 TAknLayoutTableLimits Colour_palette_preview_screen_element_placing__main_area__dup_Limits() { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Limits)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup(TInt aLineIndex) { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Colour_palette_preview_screen_element_placing__main_area__dup)))(aLineIndex); } |
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 TAknWindowLineLayout Chinese_FEP_pop_up_window_lines_Line_1(TInt aPaneLayout) { return (*(TChinese_FEP_pop_up_window_lines_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_lines_Line_1)))(aPaneLayout); } |
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 TAknWindowLineLayout Chinese_FEP_pop_up_window_lines_Line_2() { return (*(TChinese_FEP_pop_up_window_lines_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_lines_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
721 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
722 |
inline TAknWindowLineLayout Scaling_on_background_images__general__Line_1() { return (*(TScaling_on_background_images__general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_background_images__general__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
723 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
724 |
inline TAknWindowLineLayout Scaling_on_status_area_background__general__Line_1(TInt aCommon1) { return (*(TScaling_on_status_area_background__general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__general__Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
725 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
726 |
inline TAknWindowLineLayout Scaling_on_status_area_background__idle__Line_1(TInt aCommon1) { return (*(TScaling_on_status_area_background__idle__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__idle__Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
727 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
728 |
inline TAknWindowLineLayout Scaling_on_navi_pane_background_images_Line_1() { return (*(TScaling_on_navi_pane_background_images_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_navi_pane_background_images_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
729 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
730 |
inline TAknWindowLineLayout Scaling_on_tab_graphics_Line_1() { return (*(TScaling_on_tab_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_tab_graphics_Line_1)))(); } |
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 TAknWindowLineLayout Scaling_on_setting_list_volume_skin_elements_Line_1(TInt aCommon1) { return (*(TScaling_on_setting_list_volume_skin_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_setting_list_volume_skin_elements_Line_1)))(aCommon1); } |
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 TAknWindowLineLayout Scaling_on_setting_volume_skin_Line_1(TInt aCommon1) { return (*(TScaling_on_setting_volume_skin_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_setting_volume_skin_Line_1)))(aCommon1); } |
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 TAknWindowLineLayout Scaling_on_setting_volume_skin_sizes_Line_1() { return (*(TScaling_on_setting_volume_skin_sizes_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_setting_volume_skin_sizes_Line_1)))(); } |
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 TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__dimming__Line_1() { return (*(TScaling_on_pop_up_windows_skin_placing__dimming__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__dimming__Line_1)))(); } |
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 TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swapping_window_Line_1() { return (*(TScaling_on_ending_graphics_for_fast_application_swapping_window_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_ending_graphics_for_fast_application_swapping_window_Line_1)))(); } |
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 TAknWindowLineLayout Scaling_on_power_save_state_skin_element_size_Line_1() { return (*(TScaling_on_power_save_state_skin_element_size_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_power_save_state_skin_element_size_Line_1)))(); } |
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 TAknWindowLineLayout Scaling_on_screensaver_skin_size_Line_1() { return (*(TScaling_on_screensaver_skin_size_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_screensaver_skin_size_Line_1)))(); } |
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 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_1() { return (*(TNotepad_skin_element_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
747 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
748 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_2() { return (*(TNotepad_skin_element_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
749 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
750 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_3() { return (*(TNotepad_skin_element_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
751 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
752 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_4() { return (*(TNotepad_skin_element_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
753 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
754 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_5() { return (*(TNotepad_skin_element_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
755 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
756 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_6() { return (*(TNotepad_skin_element_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
757 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
758 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_7() { return (*(TNotepad_skin_element_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
759 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
760 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_8() { return (*(TNotepad_skin_element_placing_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
761 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
762 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_9() { return (*(TNotepad_skin_element_placing_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
763 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
764 |
inline TAknLayoutTableLimits Notepad_skin_element_placing_Limits() { return (*(TNotepad_skin_element_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
765 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
766 |
inline TAknWindowLineLayout Notepad_skin_element_placing(TInt aLineIndex) { return (*(TNotepad_skin_element_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Notepad_skin_element_placing)))(aLineIndex); } |
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 TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_1() { return (*(TCalculator_paper_skin_element_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_1)))(); } |
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 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_2() { return (*(TCalculator_paper_skin_element_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
771 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
772 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_3() { return (*(TCalculator_paper_skin_element_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
773 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
774 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_4() { return (*(TCalculator_paper_skin_element_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
775 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
776 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_5() { return (*(TCalculator_paper_skin_element_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_5)))(); } |
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 TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_6() { return (*(TCalculator_paper_skin_element_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_6)))(); } |
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 TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_7() { return (*(TCalculator_paper_skin_element_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
781 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
782 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_8() { return (*(TCalculator_paper_skin_element_placing_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
783 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
784 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_9() { return (*(TCalculator_paper_skin_element_placing_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
785 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
786 |
inline TAknLayoutTableLimits Calculator_paper_skin_element_placing_Limits() { return (*(TCalculator_paper_skin_element_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
787 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
788 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing(TInt aLineIndex) { return (*(TCalculator_paper_skin_element_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_paper_skin_element_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
789 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
790 |
inline TAknWindowLineLayout Calculator_glass_element_placing_Line_1() { return (*(TCalculator_glass_element_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_glass_element_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
791 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
792 |
inline TAknWindowLineLayout Calculator_glass_element_placing_Line_2() { return (*(TCalculator_glass_element_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_glass_element_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
793 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
794 |
inline TAknWindowLineLayout Calculator_glass_element_placing_Line_3() { return (*(TCalculator_glass_element_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_glass_element_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
795 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
796 |
inline TAknLayoutTableLimits Calculator_glass_element_placing_Limits() { return (*(TCalculator_glass_element_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_glass_element_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
797 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
798 |
inline TAknWindowLineLayout Calculator_glass_element_placing(TInt aLineIndex) { return (*(TCalculator_glass_element_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Calculator_glass_element_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
799 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
800 |
inline TAknWindowLineLayout Scalingon_background_images__general__Line_1() { return (*(TScalingon_background_images__general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_background_images__general__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
801 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
802 |
inline TAknWindowLineLayout Scalingon_background_images__general__Line_2() { return (*(TScalingon_background_images__general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_background_images__general__Line_2)))(); } |
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 TAknLayoutTableLimits Scalingon_background_images__general__Limits() { return (*(TScalingon_background_images__general__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_background_images__general__Limits)))(); } |
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 TAknWindowLineLayout Scalingon_background_images__general_(TInt aLineIndex) { return (*(TScalingon_background_images__general__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_background_images__general_)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_status_area_background__general__Line_2(TInt aCommon1) { return (*(TScaling_on_status_area_background__general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__general__Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scaling_on_status_area_background__general__Limits() { return (*(TScaling_on_status_area_background__general__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__general__Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_status_area_background__general_(TInt aLineIndex, TInt aCommon1) { return (*(TScaling_on_status_area_background__general__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__general_)))(aLineIndex, aCommon1); } |
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 TAknWindowLineLayout Scaling_on_status_area_background__idle__Line_2(TInt aCommon1) { return (*(TScaling_on_status_area_background__idle__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__idle__Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scaling_on_status_area_background__idle__Limits() { return (*(TScaling_on_status_area_background__idle__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__idle__Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_status_area_background__idle_(TInt aLineIndex, TInt aCommon1) { return (*(TScaling_on_status_area_background__idle__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_status_area_background__idle_)))(aLineIndex, aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
819 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
820 |
inline TAknWindowLineLayout Scalingon_navipane_background_images_Line_1() { return (*(TScalingon_navipane_background_images_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_navipane_background_images_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
821 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
822 |
inline TAknWindowLineLayout Scalingon_navipane_background_images_Line_2() { return (*(TScalingon_navipane_background_images_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_navipane_background_images_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
823 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
824 |
inline TAknLayoutTableLimits Scalingon_navipane_background_images_Limits() { return (*(TScalingon_navipane_background_images_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_navipane_background_images_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
825 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
826 |
inline TAknWindowLineLayout Scalingon_navipane_background_images(TInt aLineIndex) { return (*(TScalingon_navipane_background_images_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_navipane_background_images)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
827 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
828 |
inline TAknWindowLineLayout Scalingon_tab_graphics_Line_1() { return (*(TScalingon_tab_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_tab_graphics_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
829 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
830 |
inline TAknWindowLineLayout Scalingon_tab_graphics_Line_2() { return (*(TScalingon_tab_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_tab_graphics_Line_2)))(); } |
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 TAknLayoutTableLimits Scalingon_tab_graphics_Limits() { return (*(TScalingon_tab_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_tab_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
833 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
834 |
inline TAknWindowLineLayout Scalingon_tab_graphics(TInt aLineIndex) { return (*(TScalingon_tab_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_tab_graphics)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
835 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
836 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_1(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_1)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
837 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
838 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_2(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_2)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
839 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
840 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_3(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_3)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
841 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
842 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_4(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_4)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_5(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_5)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_6(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_6)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_7(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_7)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_8(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_8)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_9(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_9)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_10(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_10)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_11(TInt aIndex_l) { return (*(TScalinon_volume_area_values_Line_11_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Line_11)))(aIndex_l); } |
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 TAknLayoutTableLimits Scalinon_volume_area_values_Limits() { return (*(TScalinon_volume_area_values_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values_Limits)))(); } |
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 TAknWindowLineLayout Scalinon_volume_area_values(TInt aLineIndex, TInt aIndex_l) { return (*(TScalinon_volume_area_values_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalinon_volume_area_values)))(aLineIndex, aIndex_l); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_1() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_2() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_2)))(); } |
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 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_3() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
867 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
868 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_4() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
869 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
870 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_5() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
871 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
872 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_6() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
873 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
874 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_7() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
875 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
876 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_8() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
877 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
878 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_9() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
879 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
880 |
inline TAknLayoutTableLimits Scalingon_setting_list_item_skin_elements__value_background__Limits() { return (*(TScalingon_setting_list_item_skin_elements__value_background__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
881 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
882 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background_(TInt aLineIndex) { return (*(TScalingon_setting_list_item_skin_elements__value_background__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_elements__value_background_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
883 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
884 |
inline TAknWindowLineLayout Scalingon_setting_list_volume_skin_elements_Line_1(TInt aCommon1) { return (*(TScalingon_setting_list_volume_skin_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_volume_skin_elements_Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
885 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
886 |
inline TAknWindowLineLayout Scalingon_setting_list_volume_skin_elements_Line_2(TInt aCommon1) { return (*(TScalingon_setting_list_volume_skin_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_volume_skin_elements_Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scalingon_setting_list_volume_skin_elements_Limits() { return (*(TScalingon_setting_list_volume_skin_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_volume_skin_elements_Limits)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_volume_skin_elements(TInt aLineIndex, TInt aCommon1) { return (*(TScalingon_setting_list_volume_skin_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_volume_skin_elements)))(aLineIndex, aCommon1); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_placing_Line_1() { return (*(TScalingon_setting_list_item_skin_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_placing_Line_2() { return (*(TScalingon_setting_list_item_skin_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_placing_Line_2)))(); } |
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 TAknLayoutTableLimits Scalingon_setting_list_item_skin_placing_Limits() { return (*(TScalingon_setting_list_item_skin_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_placing_Limits)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_placing(TInt aLineIndex) { return (*(TScalingon_setting_list_item_skin_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_list_item_skin_placing)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_1(const TRect& aParentRect) { return (*(TScaling_on_list_highlight_skin_placing__general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_2() { return (*(TScaling_on_list_highlight_skin_placing__general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_2)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_3() { return (*(TScaling_on_list_highlight_skin_placing__general__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_3)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_4() { return (*(TScaling_on_list_highlight_skin_placing__general__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_4)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_5() { return (*(TScaling_on_list_highlight_skin_placing__general__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_5)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_6() { return (*(TScaling_on_list_highlight_skin_placing__general__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_6)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_7() { return (*(TScaling_on_list_highlight_skin_placing__general__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
913 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
914 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_8(const TRect& aParentRect) { return (*(TScaling_on_list_highlight_skin_placing__general__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
915 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
916 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_9(const TRect& aParentRect) { return (*(TScaling_on_list_highlight_skin_placing__general__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
917 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
918 |
inline TAknLayoutTableLimits Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_Limits() { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
919 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
920 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0(TInt aLineIndex) { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
921 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
922 |
inline TAknLayoutTableLimits Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_Limits() { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
923 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
924 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
925 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
926 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_1() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
927 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
928 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_2() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
929 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
930 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_3() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
931 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
932 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_4() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
933 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
934 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_5() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
935 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
936 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_6() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
937 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
938 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_7() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
939 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
940 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_8() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
941 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
942 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_9() { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
943 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
944 |
inline TAknLayoutTableLimits Scaling_on_list_highlight_skin_placing__settings__Limits() { return (*(TScaling_on_list_highlight_skin_placing__settings__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
945 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
946 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings_(TInt aLineIndex) { return (*(TScaling_on_list_highlight_skin_placing__settings__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_list_highlight_skin_placing__settings_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
947 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
948 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_1() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
949 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
950 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_2() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
951 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
952 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_3() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
953 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
954 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_4() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
955 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
956 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_5() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
957 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
958 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_6() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
959 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
960 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_7() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
961 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
962 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_8() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
963 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
964 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_9() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
965 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
966 |
inline TAknLayoutTableLimits Scalingon_edited_settings_item_skin_placing__background_highlight__Limits() { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
967 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
968 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight_(TInt aLineIndex) { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
969 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
970 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_1(const TRect& aParentRect) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
971 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
972 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_2() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
973 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
974 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_3() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
975 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
976 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_4() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
977 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
978 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_5(TInt aIndex_r) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_5)))(aIndex_r); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
979 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
980 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_6() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_6)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_7() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
983 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
984 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_8(const TRect& aParentRect) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
985 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
986 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_9(const TRect& aParentRect) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
987 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
988 |
inline TAknLayoutTableLimits Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_Limits() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
989 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
990 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0(TInt aLineIndex) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_Limits() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
993 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
994 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1(TInt aLineIndex) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1)))(aLineIndex); } |
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 TAknLayoutTableLimits Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_Limits() { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2(TInt aLineIndex, const TRect& aParentRect) { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Scalingon_setting_volume_skin_Line_1(TInt aCommon1) { return (*(TScalingon_setting_volume_skin_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_volume_skin_Line_1)))(aCommon1); } |
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 TAknWindowLineLayout Scalingon_setting_volume_skin_Line_2(TInt aCommon1) { return (*(TScalingon_setting_volume_skin_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_volume_skin_Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scalingon_setting_volume_skin_Limits() { return (*(TScalingon_setting_volume_skin_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_volume_skin_Limits)))(); } |
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 TAknWindowLineLayout Scalingon_setting_volume_skin(TInt aLineIndex, TInt aCommon1) { return (*(TScalingon_setting_volume_skin_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_setting_volume_skin)))(aLineIndex, aCommon1); } |
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 TAknWindowLineLayout Scaling_on_setting_volume_skin_sizes_Line_2() { return (*(TScaling_on_setting_volume_skin_sizes_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_setting_volume_skin_sizes_Line_2)))(); } |
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 TAknLayoutTableLimits Scaling_on_setting_volume_skin_sizes_Limits() { return (*(TScaling_on_setting_volume_skin_sizes_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_setting_volume_skin_sizes_Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_setting_volume_skin_sizes(TInt aLineIndex) { return (*(TScaling_on_setting_volume_skin_sizes_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_setting_volume_skin_sizes)))(aLineIndex); } |
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 TAknWindowLineLayout Scalingon_pop_up_windows_skin_placing__dimming__Line_1() { return (*(TScalingon_pop_up_windows_skin_placing__dimming__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_pop_up_windows_skin_placing__dimming__Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_pop_up_windows_skin_placing__dimming__Line_2() { return (*(TScalingon_pop_up_windows_skin_placing__dimming__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_pop_up_windows_skin_placing__dimming__Line_2)))(); } |
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 TAknLayoutTableLimits Scalingon_pop_up_windows_skin_placing__dimming__Limits() { return (*(TScalingon_pop_up_windows_skin_placing__dimming__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_pop_up_windows_skin_placing__dimming__Limits)))(); } |
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 TAknWindowLineLayout Scalingon_pop_up_windows_skin_placing__dimming_(TInt aLineIndex) { return (*(TScalingon_pop_up_windows_skin_placing__dimming__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_pop_up_windows_skin_placing__dimming_)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_1(const TRect& aParentRect) { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_2() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_2)))(); } |
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 TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_3() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_3)))(); } |
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 TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_4() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_4)))(); } |
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 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_5() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1031 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1032 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_6() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1033 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1034 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_7() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1035 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1036 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_8(const TRect& aParentRect) { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1037 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1038 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_9(const TRect& aParentRect) { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1039 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1040 |
inline TAknLayoutTableLimits Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_Limits() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1041 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1042 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0(TInt aLineIndex) { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1043 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1044 |
inline TAknLayoutTableLimits Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_Limits() { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1045 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1046 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1047 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1048 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_1() { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1049 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1050 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_2() { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1051 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1052 |
inline TAknLayoutTableLimits Scaling_on_ending_graphics_for_fast_application_swappingwindow_Limits() { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1053 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1054 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swappingwindow(TInt aLineIndex) { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1055 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1056 |
inline TAknWindowLineLayout Scaling_on_power_save_state_skin_element_size_Line_2() { return (*(TScaling_on_power_save_state_skin_element_size_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_power_save_state_skin_element_size_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1057 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1058 |
inline TAknLayoutTableLimits Scaling_on_power_save_state_skin_element_size_Limits() { return (*(TScaling_on_power_save_state_skin_element_size_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_power_save_state_skin_element_size_Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_power_save_state_skin_element_size(TInt aLineIndex) { return (*(TScaling_on_power_save_state_skin_element_size_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_power_save_state_skin_element_size)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_1() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_1)))(); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_2() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_2)))(); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_3() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_3)))(); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_4() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1069 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1070 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_5() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1071 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1072 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_6() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1073 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1074 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_7() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1075 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1076 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_8() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_8)))(); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_9() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_9)))(); } |
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 TAknLayoutTableLimits Scaling_on_calendar_skin_element_placing_and_size__dayweek__Limits() { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek_(TInt aLineIndex) { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek_)))(aLineIndex); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_1() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_2() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_2)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_3() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_3)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_4() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_4)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_5() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_5)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_6() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_6)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_7() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_7)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_8() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_8)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_9() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_9)))(); } |
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 TAknLayoutTableLimits Scalingon_calendar_skin_element_placing_and_size__month__Limits() { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Limits)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month_(TInt aLineIndex) { return (*(TScalingon_calendar_skin_element_placing_and_size__month__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scalingon_calendar_skin_element_placing_and_size__month_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1105 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1106 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_1() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1107 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1108 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_2() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1109 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1110 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_3() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1111 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1112 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_4() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1113 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1114 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_5() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1115 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1116 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_6() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1117 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1118 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_7() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_7_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1119 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1120 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_8() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_8_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_8)))(); } |
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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_9() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_9_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1123 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1124 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_10() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_10_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_10)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1125 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1126 |
inline TAknLayoutTableLimits Scaling_on_favourites_skin_sizes_and_placing_Limits() { return (*(TScaling_on_favourites_skin_sizes_and_placing_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1127 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1128 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing(TInt aLineIndex) { return (*(TScaling_on_favourites_skin_sizes_and_placing_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Scaling_on_favourites_skin_sizes_and_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1129 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1130 |
|
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 |
class CInstance : public CCdlInstance |
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 |
public: |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1135 |
enum { ETypeId = KCdlInterfaceUidValue }; |
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 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
|
1138 |
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
|
1139 |
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
|
1140 |
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
|
1141 |
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
|
1142 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1143 |
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
|
1144 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1145 |
// CDL API functions, as defined in skinlayout.cdl |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1146 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1147 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_1() const { return (*(TxInput_field_skin_placing__find_list__Line_1_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1148 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1149 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_2() const { return (*(TxInput_field_skin_placing__find_list__Line_2_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1150 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1151 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_3() const { return (*(TxInput_field_skin_placing__find_list__Line_3_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1152 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1153 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_4() const { return (*(TxInput_field_skin_placing__find_list__Line_4_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1154 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1155 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_5() const { return (*(TxInput_field_skin_placing__find_list__Line_5_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1156 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1157 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_6() const { return (*(TxInput_field_skin_placing__find_list__Line_6_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1158 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1159 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_7() const { return (*(TxInput_field_skin_placing__find_list__Line_7_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1160 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1161 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_8() const { return (*(TxInput_field_skin_placing__find_list__Line_8_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1162 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1163 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list__Line_9() const { return (*(TxInput_field_skin_placing__find_list__Line_9_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1164 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1165 |
inline TAknLayoutTableLimits xInput_field_skin_placing__find_list__Limits() const { return (*(TxInput_field_skin_placing__find_list__Limits_sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1166 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1167 |
inline TAknWindowLineLayout xInput_field_skin_placing__find_list_(TInt aLineIndex) const { return (*(TxInput_field_skin_placing__find_list__sig*)(GetFunction(EApiId_xInput_field_skin_placing__find_list_)))(aLineIndex); } |
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 TAknWindowLineLayout Screen_background_skin_placing_Line_1() const { return (*(TScreen_background_skin_placing_Line_1_sig*)(GetFunction(EApiId_Screen_background_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Area_background_skin_placing_Line_1() const { return (*(TArea_background_skin_placing_Line_1_sig*)(GetFunction(EApiId_Area_background_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Area_background_skin_placing_Line_2(TInt aIndex_t, TInt aIndex_H) const { return (*(TArea_background_skin_placing_Line_2_sig*)(GetFunction(EApiId_Area_background_skin_placing_Line_2)))(aIndex_t, aIndex_H); } |
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 TAknWindowLineLayout Area_background_skin_placing_Line_3() const { return (*(TArea_background_skin_placing_Line_3_sig*)(GetFunction(EApiId_Area_background_skin_placing_Line_3)))(); } |
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 TAknWindowLineLayout Pane_background_skin_naming_Line_1() const { return (*(TPane_background_skin_naming_Line_1_sig*)(GetFunction(EApiId_Pane_background_skin_naming_Line_1)))(); } |
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 TAknWindowLineLayout Navi_pane_background_stripe_skin_placing_Line_1(TInt aCommon1) const { return (*(TNavi_pane_background_stripe_skin_placing_Line_1_sig*)(GetFunction(EApiId_Navi_pane_background_stripe_skin_placing_Line_1)))(aCommon1); } |
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 TAknWindowLineLayout Navi_pane_background_stripe_skin_placing_Line_2() const { return (*(TNavi_pane_background_stripe_skin_placing_Line_2_sig*)(GetFunction(EApiId_Navi_pane_background_stripe_skin_placing_Line_2)))(); } |
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 TAknWindowLineLayout Volume_level_skin_placing_Line_1(TInt aIndex_l) const { return (*(TVolume_level_skin_placing_Line_1_sig*)(GetFunction(EApiId_Volume_level_skin_placing_Line_1)))(aIndex_l); } |
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 TAknWindowLineLayout Volume_level_skin_placing_Line_2(TInt aIndex_l) const { return (*(TVolume_level_skin_placing_Line_2_sig*)(GetFunction(EApiId_Volume_level_skin_placing_Line_2)))(aIndex_l); } |
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 TAknLayoutTableLimits Volume_level_skin_placing_Limits() const { return (*(TVolume_level_skin_placing_Limits_sig*)(GetFunction(EApiId_Volume_level_skin_placing_Limits)))(); } |
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 TAknWindowLineLayout Volume_level_skin_placing(TInt aLineIndex, TInt aIndex_l) const { return (*(TVolume_level_skin_placing_sig*)(GetFunction(EApiId_Volume_level_skin_placing)))(aLineIndex, aIndex_l); } |
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 TAknWindowLineLayout Volume_area_values_Line_1(TInt aIndex_l) const { return (*(TVolume_area_values_Line_1_sig*)(GetFunction(EApiId_Volume_area_values_Line_1)))(aIndex_l); } |
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 TAknWindowLineLayout Volume_area_values_Line_2(TInt aIndex_l) const { return (*(TVolume_area_values_Line_2_sig*)(GetFunction(EApiId_Volume_area_values_Line_2)))(aIndex_l); } |
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 TAknWindowLineLayout Volume_area_values_Line_3(TInt aIndex_l) const { return (*(TVolume_area_values_Line_3_sig*)(GetFunction(EApiId_Volume_area_values_Line_3)))(aIndex_l); } |
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 TAknWindowLineLayout Volume_area_values_Line_4(TInt aIndex_l) const { return (*(TVolume_area_values_Line_4_sig*)(GetFunction(EApiId_Volume_area_values_Line_4)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1198 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1199 |
inline TAknWindowLineLayout Volume_area_values_Line_5(TInt aIndex_l) const { return (*(TVolume_area_values_Line_5_sig*)(GetFunction(EApiId_Volume_area_values_Line_5)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1200 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1201 |
inline TAknWindowLineLayout Volume_area_values_Line_6(TInt aIndex_l) const { return (*(TVolume_area_values_Line_6_sig*)(GetFunction(EApiId_Volume_area_values_Line_6)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1202 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1203 |
inline TAknWindowLineLayout Volume_area_values_Line_7(TInt aIndex_l) const { return (*(TVolume_area_values_Line_7_sig*)(GetFunction(EApiId_Volume_area_values_Line_7)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1204 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1205 |
inline TAknWindowLineLayout Volume_area_values_Line_8(TInt aIndex_l) const { return (*(TVolume_area_values_Line_8_sig*)(GetFunction(EApiId_Volume_area_values_Line_8)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1206 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1207 |
inline TAknWindowLineLayout Volume_area_values_Line_9(TInt aIndex_l) const { return (*(TVolume_area_values_Line_9_sig*)(GetFunction(EApiId_Volume_area_values_Line_9)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1208 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1209 |
inline TAknWindowLineLayout Volume_area_values_Line_10(TInt aIndex_l) const { return (*(TVolume_area_values_Line_10_sig*)(GetFunction(EApiId_Volume_area_values_Line_10)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1210 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1211 |
inline TAknWindowLineLayout Volume_area_values_Line_11(TInt aIndex_l) const { return (*(TVolume_area_values_Line_11_sig*)(GetFunction(EApiId_Volume_area_values_Line_11)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1212 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1213 |
inline TAknLayoutTableLimits Volume_area_values_Limits() const { return (*(TVolume_area_values_Limits_sig*)(GetFunction(EApiId_Volume_area_values_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1214 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1215 |
inline TAknWindowLineLayout Volume_area_values(TInt aLineIndex, TInt aIndex_l) const { return (*(TVolume_area_values_sig*)(GetFunction(EApiId_Volume_area_values)))(aLineIndex, aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1216 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1217 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_1() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_1_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1218 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1219 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_2() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_2_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1220 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1221 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_3() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_3_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1222 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1223 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_4() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_4_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1224 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1225 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_5() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_5_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1226 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1227 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_6() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_6_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1228 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1229 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing_Line_7() const { return (*(TColumn_background_and_list_slice_skin_placing_Line_7_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1230 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1231 |
inline TAknLayoutTableLimits Column_background_and_list_slice_skin_placing_Limits() const { return (*(TColumn_background_and_list_slice_skin_placing_Limits_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1232 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1233 |
inline TAknWindowLineLayout Column_background_and_list_slice_skin_placing(TInt aLineIndex) const { return (*(TColumn_background_and_list_slice_skin_placing_sig*)(GetFunction(EApiId_Column_background_and_list_slice_skin_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1234 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1235 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_1() const { return (*(TSetting_list_item_skin_elements__value_background__Line_1_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1236 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1237 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_2() const { return (*(TSetting_list_item_skin_elements__value_background__Line_2_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_2)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_3() const { return (*(TSetting_list_item_skin_elements__value_background__Line_3_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_3)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_4() const { return (*(TSetting_list_item_skin_elements__value_background__Line_4_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_4)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_5() const { return (*(TSetting_list_item_skin_elements__value_background__Line_5_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_5)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_6() const { return (*(TSetting_list_item_skin_elements__value_background__Line_6_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_6)))(); } |
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 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_7() const { return (*(TSetting_list_item_skin_elements__value_background__Line_7_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1248 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1249 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_8() const { return (*(TSetting_list_item_skin_elements__value_background__Line_8_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1250 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1251 |
inline TAknWindowLineLayout Setting_list_item_skin_elements__value_background__Line_9() const { return (*(TSetting_list_item_skin_elements__value_background__Line_9_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1252 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1253 |
inline TAknLayoutTableLimits Setting_list_item_skin_elements__value_background__Limits() const { return (*(TSetting_list_item_skin_elements__value_background__Limits_sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background__Limits)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_elements__value_background_(TInt aLineIndex) const { return (*(TSetting_list_item_skin_elements__value_background__sig*)(GetFunction(EApiId_Setting_list_item_skin_elements__value_background_)))(aLineIndex); } |
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 TAknWindowLineLayout Setting_list_item_skin_placing__volume__Line_1() const { return (*(TSetting_list_item_skin_placing__volume__Line_1_sig*)(GetFunction(EApiId_Setting_list_item_skin_placing__volume__Line_1)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_placing__volume__Line_2() const { return (*(TSetting_list_item_skin_placing__volume__Line_2_sig*)(GetFunction(EApiId_Setting_list_item_skin_placing__volume__Line_2)))(); } |
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 TAknLayoutTableLimits Setting_list_item_skin_placing__volume__Limits() const { return (*(TSetting_list_item_skin_placing__volume__Limits_sig*)(GetFunction(EApiId_Setting_list_item_skin_placing__volume__Limits)))(); } |
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 TAknWindowLineLayout Setting_list_item_skin_placing__volume_(TInt aLineIndex) const { return (*(TSetting_list_item_skin_placing__volume__sig*)(GetFunction(EApiId_Setting_list_item_skin_placing__volume_)))(aLineIndex); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_1() const { return (*(TSettings_volume_area_values_Line_1_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_1)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_2() const { return (*(TSettings_volume_area_values_Line_2_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_2)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_3() const { return (*(TSettings_volume_area_values_Line_3_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_3)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_4() const { return (*(TSettings_volume_area_values_Line_4_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_4)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_5() const { return (*(TSettings_volume_area_values_Line_5_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_5)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_6() const { return (*(TSettings_volume_area_values_Line_6_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_6)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_7() const { return (*(TSettings_volume_area_values_Line_7_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_7)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_8() const { return (*(TSettings_volume_area_values_Line_8_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_8)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_9() const { return (*(TSettings_volume_area_values_Line_9_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_9)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_10() const { return (*(TSettings_volume_area_values_Line_10_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_10)))(); } |
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 TAknWindowLineLayout Settings_volume_area_values_Line_11() const { return (*(TSettings_volume_area_values_Line_11_sig*)(GetFunction(EApiId_Settings_volume_area_values_Line_11)))(); } |
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 TAknLayoutTableLimits Settings_volume_area_values_Limits() const { return (*(TSettings_volume_area_values_Limits_sig*)(GetFunction(EApiId_Settings_volume_area_values_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 TAknWindowLineLayout Settings_volume_area_values(TInt aLineIndex) const { return (*(TSettings_volume_area_values_sig*)(GetFunction(EApiId_Settings_volume_area_values)))(aLineIndex); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_1(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__general__Line_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_2() const { return (*(TList_highlight_skin_placing__general__Line_2_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_2)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_3() const { return (*(TList_highlight_skin_placing__general__Line_3_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1296 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1297 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_4() const { return (*(TList_highlight_skin_placing__general__Line_4_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1298 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1299 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_5() const { return (*(TList_highlight_skin_placing__general__Line_5_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1300 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1301 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_6() const { return (*(TList_highlight_skin_placing__general__Line_6_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1302 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1303 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__Line_7() const { return (*(TList_highlight_skin_placing__general__Line_7_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_7)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_8(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__general__Line_8_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__Line_9(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__general__Line_9_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__general__SUB_TABLE_0_Limits() const { return (*(TList_highlight_skin_placing__general__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__general__SUB_TABLE_0(TInt aLineIndex) const { return (*(TList_highlight_skin_placing__general__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__SUB_TABLE_0)))(aLineIndex); } |
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 |
inline TAknLayoutTableLimits List_highlight_skin_placing__general__SUB_TABLE_1_Limits() const { return (*(TList_highlight_skin_placing__general__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1314 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1315 |
inline TAknWindowLineLayout List_highlight_skin_placing__general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__general__SUB_TABLE_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1316 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1317 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_1() const { return (*(TList_highlight_skin_placing__settings__Line_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1318 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1319 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_2() const { return (*(TList_highlight_skin_placing__settings__Line_2_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1320 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1321 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_3() const { return (*(TList_highlight_skin_placing__settings__Line_3_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1322 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1323 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_4() const { return (*(TList_highlight_skin_placing__settings__Line_4_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1324 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1325 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_5() const { return (*(TList_highlight_skin_placing__settings__Line_5_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1326 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1327 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_6() const { return (*(TList_highlight_skin_placing__settings__Line_6_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1328 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1329 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_7() const { return (*(TList_highlight_skin_placing__settings__Line_7_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1330 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1331 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_8() const { return (*(TList_highlight_skin_placing__settings__Line_8_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1332 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1333 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings__Line_9() const { return (*(TList_highlight_skin_placing__settings__Line_9_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1334 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1335 |
inline TAknLayoutTableLimits List_highlight_skin_placing__settings__Limits() const { return (*(TList_highlight_skin_placing__settings__Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1336 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1337 |
inline TAknWindowLineLayout List_highlight_skin_placing__settings_(TInt aLineIndex) const { return (*(TList_highlight_skin_placing__settings__sig*)(GetFunction(EApiId_List_highlight_skin_placing__settings_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1338 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1339 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_1(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__apps_specific__Line_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1340 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1341 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_2() const { return (*(TList_highlight_skin_placing__apps_specific__Line_2_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1342 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1343 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_3() const { return (*(TList_highlight_skin_placing__apps_specific__Line_3_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1344 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1345 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_4() const { return (*(TList_highlight_skin_placing__apps_specific__Line_4_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1346 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1347 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_5() const { return (*(TList_highlight_skin_placing__apps_specific__Line_5_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1348 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1349 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_6(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__apps_specific__Line_6_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1350 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1351 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_7(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__apps_specific__Line_7_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1352 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1353 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_8(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__apps_specific__Line_8_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1354 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1355 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__Line_9(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__apps_specific__Line_9_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1356 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1357 |
inline TAknLayoutTableLimits List_highlight_skin_placing__apps_specific__SUB_TABLE_0_Limits() const { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1358 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1359 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__SUB_TABLE_0(TInt aLineIndex) const { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__apps_specific__SUB_TABLE_1_Limits() const { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_1_Limits)))(); } |
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 |
inline TAknWindowLineLayout List_highlight_skin_placing__apps_specific__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__apps_specific__SUB_TABLE_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__apps_specific__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1364 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1365 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_1(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_specific__Line_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1366 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1367 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_2() const { return (*(TList_highlight_skin_placing__popup_specific__Line_2_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1368 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1369 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_3() const { return (*(TList_highlight_skin_placing__popup_specific__Line_3_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1370 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1371 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_4() const { return (*(TList_highlight_skin_placing__popup_specific__Line_4_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1372 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1373 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_5() const { return (*(TList_highlight_skin_placing__popup_specific__Line_5_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1374 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1375 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_6(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_specific__Line_6_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1376 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1377 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_7(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_specific__Line_7_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1378 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1379 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_8(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_specific__Line_8_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1380 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1381 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__Line_9(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_specific__Line_9_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1382 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1383 |
inline TAknLayoutTableLimits List_highlight_skin_placing__popup_specific__SUB_TABLE_0_Limits() const { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1384 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1385 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_specific__SUB_TABLE_0(TInt aLineIndex) const { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits List_highlight_skin_placing__popup_specific__SUB_TABLE_1_Limits() const { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_specific__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_specific__SUB_TABLE_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_specific__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_1(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_windows__Line_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_2() const { return (*(TList_highlight_skin_placing__popup_windows__Line_2_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_2)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_3() const { return (*(TList_highlight_skin_placing__popup_windows__Line_3_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_3)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_4() const { return (*(TList_highlight_skin_placing__popup_windows__Line_4_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_4)))(); } |
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 TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_5() const { return (*(TList_highlight_skin_placing__popup_windows__Line_5_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1400 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1401 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_6(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_windows__Line_6_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1402 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1403 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_7(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_windows__Line_7_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1404 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1405 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_8(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_windows__Line_8_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1406 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1407 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__Line_9(const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_windows__Line_9_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1408 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1409 |
inline TAknLayoutTableLimits List_highlight_skin_placing__popup_windows__SUB_TABLE_0_Limits() const { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1410 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1411 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__SUB_TABLE_0(TInt aLineIndex) const { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_0_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1412 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1413 |
inline TAknLayoutTableLimits List_highlight_skin_placing__popup_windows__SUB_TABLE_1_Limits() const { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1414 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1415 |
inline TAknWindowLineLayout List_highlight_skin_placing__popup_windows__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TList_highlight_skin_placing__popup_windows__SUB_TABLE_1_sig*)(GetFunction(EApiId_List_highlight_skin_placing__popup_windows__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1416 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1417 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_1(const TRect& aParentRect) const { return (*(THighlight_skin_placing__grid__Line_1_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1418 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1419 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_2() const { return (*(THighlight_skin_placing__grid__Line_2_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1420 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1421 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_3() const { return (*(THighlight_skin_placing__grid__Line_3_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1422 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1423 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_4() const { return (*(THighlight_skin_placing__grid__Line_4_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1424 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1425 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_5() const { return (*(THighlight_skin_placing__grid__Line_5_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_5)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__grid__Line_6(const TRect& aParentRect) const { return (*(THighlight_skin_placing__grid__Line_6_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_6)))(aParentRect); } |
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 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_7(const TRect& aParentRect) const { return (*(THighlight_skin_placing__grid__Line_7_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1430 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1431 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_8(const TRect& aParentRect) const { return (*(THighlight_skin_placing__grid__Line_8_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1432 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1433 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__Line_9(const TRect& aParentRect) const { return (*(THighlight_skin_placing__grid__Line_9_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__Line_9)))(aParentRect); } |
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 |
inline TAknLayoutTableLimits Highlight_skin_placing__grid__SUB_TABLE_0_Limits() const { return (*(THighlight_skin_placing__grid__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1436 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1437 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__SUB_TABLE_0(TInt aLineIndex) const { return (*(THighlight_skin_placing__grid__SUB_TABLE_0_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1438 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1439 |
inline TAknLayoutTableLimits Highlight_skin_placing__grid__SUB_TABLE_1_Limits() const { return (*(THighlight_skin_placing__grid__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1440 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1441 |
inline TAknWindowLineLayout Highlight_skin_placing__grid__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(THighlight_skin_placing__grid__SUB_TABLE_1_sig*)(GetFunction(EApiId_Highlight_skin_placing__grid__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1442 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1443 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_1(const TRect& aParentRect) const { return (*(THighlight_skin_placing__form_popup_field__Line_1_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1444 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1445 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_2() const { return (*(THighlight_skin_placing__form_popup_field__Line_2_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_2)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_3() const { return (*(THighlight_skin_placing__form_popup_field__Line_3_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_3)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_4() const { return (*(THighlight_skin_placing__form_popup_field__Line_4_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_4)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_5() const { return (*(THighlight_skin_placing__form_popup_field__Line_5_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_5)))(); } |
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 TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_6(const TRect& aParentRect) const { return (*(THighlight_skin_placing__form_popup_field__Line_6_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1454 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1455 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_7(const TRect& aParentRect) const { return (*(THighlight_skin_placing__form_popup_field__Line_7_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1456 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1457 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_8(const TRect& aParentRect) const { return (*(THighlight_skin_placing__form_popup_field__Line_8_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1458 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1459 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__Line_9(const TRect& aParentRect) const { return (*(THighlight_skin_placing__form_popup_field__Line_9_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1460 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1461 |
inline TAknLayoutTableLimits Highlight_skin_placing__form_popup_field__SUB_TABLE_0_Limits() const { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1462 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1463 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__SUB_TABLE_0(TInt aLineIndex) const { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_0_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1464 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1465 |
inline TAknLayoutTableLimits Highlight_skin_placing__form_popup_field__SUB_TABLE_1_Limits() const { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1466 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1467 |
inline TAknWindowLineLayout Highlight_skin_placing__form_popup_field__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(THighlight_skin_placing__form_popup_field__SUB_TABLE_1_sig*)(GetFunction(EApiId_Highlight_skin_placing__form_popup_field__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1468 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1469 |
inline TAknWindowLineLayout xFind_pop_up_window_elements_Line_1() const { return (*(TxFind_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_xFind_pop_up_window_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1470 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1471 |
inline TAknWindowLineLayout xFind_pop_up_window_elements_Line_2() const { return (*(TxFind_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_xFind_pop_up_window_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1472 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1473 |
inline TAknWindowLineLayout xFind_pop_up_window_elements_Line_3() const { return (*(TxFind_pop_up_window_elements_Line_3_sig*)(GetFunction(EApiId_xFind_pop_up_window_elements_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1474 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1475 |
inline TAknLayoutTableLimits xFind_pop_up_window_elements_Limits() const { return (*(TxFind_pop_up_window_elements_Limits_sig*)(GetFunction(EApiId_xFind_pop_up_window_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1476 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1477 |
inline TAknWindowLineLayout xFind_pop_up_window_elements(TInt aLineIndex) const { return (*(TxFind_pop_up_window_elements_sig*)(GetFunction(EApiId_xFind_pop_up_window_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1478 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1479 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_1() const { return (*(TInput_field_skin_placing__general__Line_1_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_1)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_2() const { return (*(TInput_field_skin_placing__general__Line_2_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_2)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_3() const { return (*(TInput_field_skin_placing__general__Line_3_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_3)))(); } |
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 TAknWindowLineLayout Input_field_skin_placing__general__Line_4() const { return (*(TInput_field_skin_placing__general__Line_4_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_4)))(); } |
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 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_5() const { return (*(TInput_field_skin_placing__general__Line_5_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1488 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1489 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_6() const { return (*(TInput_field_skin_placing__general__Line_6_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1490 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1491 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_7() const { return (*(TInput_field_skin_placing__general__Line_7_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_7)))(); } |
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 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_8() const { return (*(TInput_field_skin_placing__general__Line_8_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1494 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1495 |
inline TAknWindowLineLayout Input_field_skin_placing__general__Line_9() const { return (*(TInput_field_skin_placing__general__Line_9_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1496 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1497 |
inline TAknLayoutTableLimits Input_field_skin_placing__general__Limits() const { return (*(TInput_field_skin_placing__general__Limits_sig*)(GetFunction(EApiId_Input_field_skin_placing__general__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1498 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1499 |
inline TAknWindowLineLayout Input_field_skin_placing__general_(TInt aLineIndex) const { return (*(TInput_field_skin_placing__general__sig*)(GetFunction(EApiId_Input_field_skin_placing__general_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1500 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1501 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_1() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_1_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1502 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1503 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_2() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_2_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1504 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1505 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_3() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_3_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1506 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1507 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_4() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_4_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1508 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1509 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_5() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_5_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1510 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1511 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_6() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_6_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1512 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1513 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_7() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_7_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1514 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1515 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_8() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_8_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_8)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight__Line_9() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Line_9_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Line_9)))(); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__background_highlight__Limits() const { return (*(TEdited_settings_item_skin_placing__background_highlight__Limits_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1520 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1521 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__background_highlight_(TInt aLineIndex) const { return (*(TEdited_settings_item_skin_placing__background_highlight__sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__background_highlight_)))(aLineIndex); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_1(const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__value_background__Line_1_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_2() const { return (*(TEdited_settings_item_skin_placing__value_background__Line_2_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_2)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_3() const { return (*(TEdited_settings_item_skin_placing__value_background__Line_3_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_3)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_4() const { return (*(TEdited_settings_item_skin_placing__value_background__Line_4_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_4)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_5() const { return (*(TEdited_settings_item_skin_placing__value_background__Line_5_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_5)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_6() const { return (*(TEdited_settings_item_skin_placing__value_background__Line_6_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_6)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_7() const { return (*(TEdited_settings_item_skin_placing__value_background__Line_7_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_7)))(); } |
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 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_8(const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__value_background__Line_8_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1538 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1539 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__Line_9(const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__value_background__Line_9_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1540 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1541 |
inline TAknLayoutTableLimits Edited_settings_item_skin_placing__value_background__SUB_TABLE_0_Limits() const { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1542 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1543 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__SUB_TABLE_0(TInt aLineIndex) const { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_0_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1544 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1545 |
inline TAknLayoutTableLimits Edited_settings_item_skin_placing__value_background__SUB_TABLE_1_Limits() const { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1546 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1547 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__value_background__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__value_background__SUB_TABLE_1_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__value_background__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1548 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1549 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_1(const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__input__Line_1_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1550 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1551 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_2() const { return (*(TEdited_settings_item_skin_placing__input__Line_2_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1552 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1553 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_3() const { return (*(TEdited_settings_item_skin_placing__input__Line_3_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1554 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1555 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_4() const { return (*(TEdited_settings_item_skin_placing__input__Line_4_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1556 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1557 |
inline TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_5() const { return (*(TEdited_settings_item_skin_placing__input__Line_5_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_5)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_6() const { return (*(TEdited_settings_item_skin_placing__input__Line_6_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_6)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_7() const { return (*(TEdited_settings_item_skin_placing__input__Line_7_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_7)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_8(const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__input__Line_8_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__Line_9(const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__input__Line_9_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__input__SUB_TABLE_0_Limits() const { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__SUB_TABLE_0(TInt aLineIndex) const { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_0_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Edited_settings_item_skin_placing__input__SUB_TABLE_1_Limits() const { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout Edited_settings_item_skin_placing__input__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TEdited_settings_item_skin_placing__input__SUB_TABLE_1_sig*)(GetFunction(EApiId_Edited_settings_item_skin_placing__input__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Setting_volume_skin_placing_Line_1() const { return (*(TSetting_volume_skin_placing_Line_1_sig*)(GetFunction(EApiId_Setting_volume_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Setting_volume_skin_placing_Line_2() const { return (*(TSetting_volume_skin_placing_Line_2_sig*)(GetFunction(EApiId_Setting_volume_skin_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1578 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1579 |
inline TAknLayoutTableLimits Setting_volume_skin_placing_Limits() const { return (*(TSetting_volume_skin_placing_Limits_sig*)(GetFunction(EApiId_Setting_volume_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1580 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1581 |
inline TAknWindowLineLayout Setting_volume_skin_placing(TInt aLineIndex) const { return (*(TSetting_volume_skin_placing_sig*)(GetFunction(EApiId_Setting_volume_skin_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1582 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1583 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_1() const { return (*(TSettings_volume_area_values_dup_Line_1_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1584 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1585 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_2() const { return (*(TSettings_volume_area_values_dup_Line_2_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1586 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1587 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_3() const { return (*(TSettings_volume_area_values_dup_Line_3_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1588 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1589 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_4() const { return (*(TSettings_volume_area_values_dup_Line_4_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1590 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1591 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_5() const { return (*(TSettings_volume_area_values_dup_Line_5_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1592 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1593 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_6() const { return (*(TSettings_volume_area_values_dup_Line_6_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1594 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1595 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_7() const { return (*(TSettings_volume_area_values_dup_Line_7_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1596 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1597 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_8() const { return (*(TSettings_volume_area_values_dup_Line_8_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1598 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1599 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_9() const { return (*(TSettings_volume_area_values_dup_Line_9_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1600 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1601 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_10() const { return (*(TSettings_volume_area_values_dup_Line_10_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_10)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1602 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1603 |
inline TAknWindowLineLayout Settings_volume_area_values_dup_Line_11() const { return (*(TSettings_volume_area_values_dup_Line_11_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Line_11)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1604 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1605 |
inline TAknLayoutTableLimits Settings_volume_area_values_dup_Limits() const { return (*(TSettings_volume_area_values_dup_Limits_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1606 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1607 |
inline TAknWindowLineLayout Settings_volume_area_values_dup(TInt aLineIndex) const { return (*(TSettings_volume_area_values_dup_sig*)(GetFunction(EApiId_Settings_volume_area_values_dup)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1608 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1609 |
inline TAknWindowLineLayout Popup_windows_skin_placing__dimming__Line_1() const { return (*(TPopup_windows_skin_placing__dimming__Line_1_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__dimming__Line_1)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__background_slice__Line_1(const TRect& aParentRect) const { return (*(TPopup_windows_skin_placing__background_slice__Line_1_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__background_slice__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__background_slice__Line_2() const { return (*(TPopup_windows_skin_placing__background_slice__Line_2_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__background_slice__Line_2)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_1(const TRect& aParentRect) const { return (*(TPopup_windows_skin_placing__frame_general__Line_1_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_2() const { return (*(TPopup_windows_skin_placing__frame_general__Line_2_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_2)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_3() const { return (*(TPopup_windows_skin_placing__frame_general__Line_3_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_3)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_4() const { return (*(TPopup_windows_skin_placing__frame_general__Line_4_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_4)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_5() const { return (*(TPopup_windows_skin_placing__frame_general__Line_5_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_5)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_6() const { return (*(TPopup_windows_skin_placing__frame_general__Line_6_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_6)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_7() const { return (*(TPopup_windows_skin_placing__frame_general__Line_7_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_7)))(); } |
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 TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_8(const TRect& aParentRect) const { return (*(TPopup_windows_skin_placing__frame_general__Line_8_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1630 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1631 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__Line_9(const TRect& aParentRect) const { return (*(TPopup_windows_skin_placing__frame_general__Line_9_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1632 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1633 |
inline TAknLayoutTableLimits Popup_windows_skin_placing__frame_general__SUB_TABLE_0_Limits() const { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1634 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1635 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__SUB_TABLE_0(TInt aLineIndex) const { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_0_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1636 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1637 |
inline TAknLayoutTableLimits Popup_windows_skin_placing__frame_general__SUB_TABLE_1_Limits() const { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1638 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1639 |
inline TAknWindowLineLayout Popup_windows_skin_placing__frame_general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TPopup_windows_skin_placing__frame_general__SUB_TABLE_1_sig*)(GetFunction(EApiId_Popup_windows_skin_placing__frame_general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1640 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1641 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_1(const TRect& aParentRect) const { return (*(TSubmenu_skin_placing_Line_1_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1642 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1643 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_2() const { return (*(TSubmenu_skin_placing_Line_2_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1644 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1645 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_3() const { return (*(TSubmenu_skin_placing_Line_3_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1646 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1647 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_4() const { return (*(TSubmenu_skin_placing_Line_4_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1648 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1649 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_5() const { return (*(TSubmenu_skin_placing_Line_5_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1650 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1651 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_6(const TRect& aParentRect) const { return (*(TSubmenu_skin_placing_Line_6_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_6)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1652 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1653 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_7(const TRect& aParentRect) const { return (*(TSubmenu_skin_placing_Line_7_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_7)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1654 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1655 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_8(const TRect& aParentRect) const { return (*(TSubmenu_skin_placing_Line_8_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1656 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1657 |
inline TAknWindowLineLayout Submenu_skin_placing_Line_9(const TRect& aParentRect) const { return (*(TSubmenu_skin_placing_Line_9_sig*)(GetFunction(EApiId_Submenu_skin_placing_Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1658 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1659 |
inline TAknLayoutTableLimits Submenu_skin_placing_SUB_TABLE_0_Limits() const { return (*(TSubmenu_skin_placing_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Submenu_skin_placing_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1660 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1661 |
inline TAknWindowLineLayout Submenu_skin_placing_SUB_TABLE_0(TInt aLineIndex) const { return (*(TSubmenu_skin_placing_SUB_TABLE_0_sig*)(GetFunction(EApiId_Submenu_skin_placing_SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Submenu_skin_placing_SUB_TABLE_1_Limits() const { return (*(TSubmenu_skin_placing_SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Submenu_skin_placing_SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1664 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1665 |
inline TAknWindowLineLayout Submenu_skin_placing_SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TSubmenu_skin_placing_SUB_TABLE_1_sig*)(GetFunction(EApiId_Submenu_skin_placing_SUB_TABLE_1)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Slice_skin_placing__fastapps__Line_1() const { return (*(TSlice_skin_placing__fastapps__Line_1_sig*)(GetFunction(EApiId_Slice_skin_placing__fastapps__Line_1)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_1(const TRect& aParentRect) const { return (*(TFast_application_swapping_skin_placing_Line_1_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_2() const { return (*(TFast_application_swapping_skin_placing_Line_2_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_2)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_3() const { return (*(TFast_application_swapping_skin_placing_Line_3_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_3)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_4() const { return (*(TFast_application_swapping_skin_placing_Line_4_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_4)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_5() const { return (*(TFast_application_swapping_skin_placing_Line_5_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_5)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_6() const { return (*(TFast_application_swapping_skin_placing_Line_6_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_6)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_7() const { return (*(TFast_application_swapping_skin_placing_Line_7_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_7)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_8(const TRect& aParentRect) const { return (*(TFast_application_swapping_skin_placing_Line_8_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_9(const TRect& aParentRect) const { return (*(TFast_application_swapping_skin_placing_Line_9_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_9)))(aParentRect); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_Line_10(const TRect& aParentRect) const { return (*(TFast_application_swapping_skin_placing_Line_10_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_Line_10)))(aParentRect); } |
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 TAknLayoutTableLimits Fast_application_swapping_skin_placing_SUB_TABLE_0_Limits() const { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout Fast_application_swapping_skin_placing_SUB_TABLE_0(TInt aLineIndex) const { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_0_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1692 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1693 |
inline TAknLayoutTableLimits Fast_application_swapping_skin_placing_SUB_TABLE_1_Limits() const { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1694 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1695 |
inline TAknWindowLineLayout Fast_application_swapping_skin_placing_SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TFast_application_swapping_skin_placing_SUB_TABLE_1_sig*)(GetFunction(EApiId_Fast_application_swapping_skin_placing_SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1696 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1697 |
inline TAknWindowLineLayout wallpaper_pane() const { return (*(Twallpaper_pane_sig*)(GetFunction(EApiId_wallpaper_pane)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1698 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1699 |
inline TAknWindowLineLayout Changes_to_existing_elements__idle_wallpaper__Line_2(const TRect& aParentRect, TInt aIndex_t, TInt aIndex_H) const { return (*(TChanges_to_existing_elements__idle_wallpaper__Line_2_sig*)(GetFunction(EApiId_Changes_to_existing_elements__idle_wallpaper__Line_2)))(aParentRect, aIndex_t, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1700 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1701 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_1() const { return (*(TIdle_clock_skin_placing___analogue__Line_1_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1702 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1703 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_2() const { return (*(TIdle_clock_skin_placing___analogue__Line_2_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1704 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1705 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_3() const { return (*(TIdle_clock_skin_placing___analogue__Line_3_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1706 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1707 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_4() const { return (*(TIdle_clock_skin_placing___analogue__Line_4_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1708 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1709 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue__Line_5() const { return (*(TIdle_clock_skin_placing___analogue__Line_5_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1710 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1711 |
inline TAknLayoutTableLimits Idle_clock_skin_placing___analogue__Limits() const { return (*(TIdle_clock_skin_placing___analogue__Limits_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1712 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1713 |
inline TAknWindowLineLayout Idle_clock_skin_placing___analogue_(TInt aLineIndex) const { return (*(TIdle_clock_skin_placing___analogue__sig*)(GetFunction(EApiId_Idle_clock_skin_placing___analogue_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1714 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1715 |
inline TAknWindowLineLayout Idle_clock_skin_placing___digital__Line_1(TInt aIndex_l) const { return (*(TIdle_clock_skin_placing___digital__Line_1_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___digital__Line_1)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1716 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1717 |
inline TAknWindowLineLayout Idle_clock_skin_placing___digital__Line_2(TInt aIndex_l) const { return (*(TIdle_clock_skin_placing___digital__Line_2_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___digital__Line_2)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1718 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1719 |
inline TAknWindowLineLayout Idle_clock_skin_placing___digital__Line_3(const TRect& aParentRect) const { return (*(TIdle_clock_skin_placing___digital__Line_3_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___digital__Line_3)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1720 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1721 |
inline TAknLayoutTableLimits Idle_clock_skin_placing___digital__SUB_TABLE_0_Limits() const { return (*(TIdle_clock_skin_placing___digital__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___digital__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1722 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1723 |
inline TAknWindowLineLayout Idle_clock_skin_placing___digital__SUB_TABLE_0(TInt aLineIndex, TInt aIndex_l) const { return (*(TIdle_clock_skin_placing___digital__SUB_TABLE_0_sig*)(GetFunction(EApiId_Idle_clock_skin_placing___digital__SUB_TABLE_0)))(aLineIndex, aIndex_l); } |
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 TAknWindowLineLayout Power_save_state_skin_placing_Line_1() const { return (*(TPower_save_state_skin_placing_Line_1_sig*)(GetFunction(EApiId_Power_save_state_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_1() const { return (*(TCalendar_skin_elements__general__dup_Line_1_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_1)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_2() const { return (*(TCalendar_skin_elements__general__dup_Line_2_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_2)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_3() const { return (*(TCalendar_skin_elements__general__dup_Line_3_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_3)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_4() const { return (*(TCalendar_skin_elements__general__dup_Line_4_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_4)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_5() const { return (*(TCalendar_skin_elements__general__dup_Line_5_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_5)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_6() const { return (*(TCalendar_skin_elements__general__dup_Line_6_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_6)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_7() const { return (*(TCalendar_skin_elements__general__dup_Line_7_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_7)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_8() const { return (*(TCalendar_skin_elements__general__dup_Line_8_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_8)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup_Line_9() const { return (*(TCalendar_skin_elements__general__dup_Line_9_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Line_9)))(); } |
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 TAknLayoutTableLimits Calendar_skin_elements__general__dup_Limits() const { return (*(TCalendar_skin_elements__general__dup_Limits_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup_Limits)))(); } |
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 TAknWindowLineLayout Calendar_skin_elements__general__dup(TInt aLineIndex) const { return (*(TCalendar_skin_elements__general__dup_sig*)(GetFunction(EApiId_Calendar_skin_elements__general__dup)))(aLineIndex); } |
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 TAknWindowLineLayout Slice_skin_placing__pinb__Line_1() const { return (*(TSlice_skin_placing__pinb__Line_1_sig*)(GetFunction(EApiId_Slice_skin_placing__pinb__Line_1)))(); } |
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 TAknWindowLineLayout Favorites_skin_placing_Line_1() const { return (*(TFavorites_skin_placing_Line_1_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Favorites_skin_placing_Line_2() const { return (*(TFavorites_skin_placing_Line_2_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_2)))(); } |
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 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_3() const { return (*(TFavorites_skin_placing_Line_3_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1756 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1757 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_4() const { return (*(TFavorites_skin_placing_Line_4_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1758 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1759 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_5() const { return (*(TFavorites_skin_placing_Line_5_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1760 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1761 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_6() const { return (*(TFavorites_skin_placing_Line_6_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1762 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1763 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_7() const { return (*(TFavorites_skin_placing_Line_7_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1764 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1765 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_8() const { return (*(TFavorites_skin_placing_Line_8_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1766 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1767 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_9() const { return (*(TFavorites_skin_placing_Line_9_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1768 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1769 |
inline TAknWindowLineLayout Favorites_skin_placing_Line_10() const { return (*(TFavorites_skin_placing_Line_10_sig*)(GetFunction(EApiId_Favorites_skin_placing_Line_10)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1770 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1771 |
inline TAknLayoutTableLimits Favorites_skin_placing_Limits() const { return (*(TFavorites_skin_placing_Limits_sig*)(GetFunction(EApiId_Favorites_skin_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1772 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1773 |
inline TAknWindowLineLayout Favorites_skin_placing(TInt aLineIndex) const { return (*(TFavorites_skin_placing_sig*)(GetFunction(EApiId_Favorites_skin_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1774 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1775 |
inline TAknWindowLineLayout Screen_saver_skin_placing_Line_1() const { return (*(TScreen_saver_skin_placing_Line_1_sig*)(GetFunction(EApiId_Screen_saver_skin_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1776 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1777 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__Line_1(TInt aIndex_l, TInt aIndex_t) const { return (*(TColour_palette_preview_screen_element_placing__main_area__Line_1_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__Line_1)))(aIndex_l, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1778 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1779 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_1() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_1_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1780 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1781 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_2() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_2_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1782 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1783 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_3() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_3_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1784 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1785 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_4() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_4_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_4)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_5() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_5_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_5)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_6() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_6_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_6)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_7() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_7_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_7)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_8() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_8_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_8)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_9() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_9_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_9)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_10() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_10_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_10)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_11() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_11_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_11)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_12() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_12_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_12)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_13() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_13_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_13)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_14() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_14_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_14)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_15() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_15_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_15)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_16() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_16_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_16)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_17() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_17_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_17)))(); } |
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 TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup_Line_18() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Line_18_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Line_18)))(); } |
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 TAknLayoutTableLimits Colour_palette_preview_screen_element_placing__main_area__dup_Limits() const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_Limits_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1816 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1817 |
inline TAknWindowLineLayout Colour_palette_preview_screen_element_placing__main_area__dup(TInt aLineIndex) const { return (*(TColour_palette_preview_screen_element_placing__main_area__dup_sig*)(GetFunction(EApiId_Colour_palette_preview_screen_element_placing__main_area__dup)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1818 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1819 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_lines_Line_1(TInt aPaneLayout) const { return (*(TChinese_FEP_pop_up_window_lines_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_lines_Line_1)))(aPaneLayout); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1820 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1821 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_lines_Line_2() const { return (*(TChinese_FEP_pop_up_window_lines_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_lines_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1822 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1823 |
inline TAknWindowLineLayout Scaling_on_background_images__general__Line_1() const { return (*(TScaling_on_background_images__general__Line_1_sig*)(GetFunction(EApiId_Scaling_on_background_images__general__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1824 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1825 |
inline TAknWindowLineLayout Scaling_on_status_area_background__general__Line_1(TInt aCommon1) const { return (*(TScaling_on_status_area_background__general__Line_1_sig*)(GetFunction(EApiId_Scaling_on_status_area_background__general__Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1826 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1827 |
inline TAknWindowLineLayout Scaling_on_status_area_background__idle__Line_1(TInt aCommon1) const { return (*(TScaling_on_status_area_background__idle__Line_1_sig*)(GetFunction(EApiId_Scaling_on_status_area_background__idle__Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1828 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1829 |
inline TAknWindowLineLayout Scaling_on_navi_pane_background_images_Line_1() const { return (*(TScaling_on_navi_pane_background_images_Line_1_sig*)(GetFunction(EApiId_Scaling_on_navi_pane_background_images_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1830 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1831 |
inline TAknWindowLineLayout Scaling_on_tab_graphics_Line_1() const { return (*(TScaling_on_tab_graphics_Line_1_sig*)(GetFunction(EApiId_Scaling_on_tab_graphics_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1832 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1833 |
inline TAknWindowLineLayout Scaling_on_setting_list_volume_skin_elements_Line_1(TInt aCommon1) const { return (*(TScaling_on_setting_list_volume_skin_elements_Line_1_sig*)(GetFunction(EApiId_Scaling_on_setting_list_volume_skin_elements_Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1834 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1835 |
inline TAknWindowLineLayout Scaling_on_setting_volume_skin_Line_1(TInt aCommon1) const { return (*(TScaling_on_setting_volume_skin_Line_1_sig*)(GetFunction(EApiId_Scaling_on_setting_volume_skin_Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1836 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1837 |
inline TAknWindowLineLayout Scaling_on_setting_volume_skin_sizes_Line_1() const { return (*(TScaling_on_setting_volume_skin_sizes_Line_1_sig*)(GetFunction(EApiId_Scaling_on_setting_volume_skin_sizes_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1838 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1839 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__dimming__Line_1() const { return (*(TScaling_on_pop_up_windows_skin_placing__dimming__Line_1_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__dimming__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1840 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1841 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swapping_window_Line_1() const { return (*(TScaling_on_ending_graphics_for_fast_application_swapping_window_Line_1_sig*)(GetFunction(EApiId_Scaling_on_ending_graphics_for_fast_application_swapping_window_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1842 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1843 |
inline TAknWindowLineLayout Scaling_on_power_save_state_skin_element_size_Line_1() const { return (*(TScaling_on_power_save_state_skin_element_size_Line_1_sig*)(GetFunction(EApiId_Scaling_on_power_save_state_skin_element_size_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1844 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1845 |
inline TAknWindowLineLayout Scaling_on_screensaver_skin_size_Line_1() const { return (*(TScaling_on_screensaver_skin_size_Line_1_sig*)(GetFunction(EApiId_Scaling_on_screensaver_skin_size_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1846 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1847 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_1() const { return (*(TNotepad_skin_element_placing_Line_1_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1848 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1849 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_2() const { return (*(TNotepad_skin_element_placing_Line_2_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1850 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1851 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_3() const { return (*(TNotepad_skin_element_placing_Line_3_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1852 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1853 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_4() const { return (*(TNotepad_skin_element_placing_Line_4_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1854 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1855 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_5() const { return (*(TNotepad_skin_element_placing_Line_5_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1856 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1857 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_6() const { return (*(TNotepad_skin_element_placing_Line_6_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1858 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1859 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_7() const { return (*(TNotepad_skin_element_placing_Line_7_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1860 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1861 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_8() const { return (*(TNotepad_skin_element_placing_Line_8_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1862 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1863 |
inline TAknWindowLineLayout Notepad_skin_element_placing_Line_9() const { return (*(TNotepad_skin_element_placing_Line_9_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1864 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1865 |
inline TAknLayoutTableLimits Notepad_skin_element_placing_Limits() const { return (*(TNotepad_skin_element_placing_Limits_sig*)(GetFunction(EApiId_Notepad_skin_element_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1866 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1867 |
inline TAknWindowLineLayout Notepad_skin_element_placing(TInt aLineIndex) const { return (*(TNotepad_skin_element_placing_sig*)(GetFunction(EApiId_Notepad_skin_element_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1868 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1869 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_1() const { return (*(TCalculator_paper_skin_element_placing_Line_1_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1870 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1871 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_2() const { return (*(TCalculator_paper_skin_element_placing_Line_2_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1872 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1873 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_3() const { return (*(TCalculator_paper_skin_element_placing_Line_3_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1874 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1875 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_4() const { return (*(TCalculator_paper_skin_element_placing_Line_4_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1876 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1877 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_5() const { return (*(TCalculator_paper_skin_element_placing_Line_5_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1878 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1879 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_6() const { return (*(TCalculator_paper_skin_element_placing_Line_6_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1880 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1881 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_7() const { return (*(TCalculator_paper_skin_element_placing_Line_7_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1882 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1883 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_8() const { return (*(TCalculator_paper_skin_element_placing_Line_8_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1884 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1885 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing_Line_9() const { return (*(TCalculator_paper_skin_element_placing_Line_9_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1886 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1887 |
inline TAknLayoutTableLimits Calculator_paper_skin_element_placing_Limits() const { return (*(TCalculator_paper_skin_element_placing_Limits_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1888 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1889 |
inline TAknWindowLineLayout Calculator_paper_skin_element_placing(TInt aLineIndex) const { return (*(TCalculator_paper_skin_element_placing_sig*)(GetFunction(EApiId_Calculator_paper_skin_element_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1890 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1891 |
inline TAknWindowLineLayout Calculator_glass_element_placing_Line_1() const { return (*(TCalculator_glass_element_placing_Line_1_sig*)(GetFunction(EApiId_Calculator_glass_element_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1892 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1893 |
inline TAknWindowLineLayout Calculator_glass_element_placing_Line_2() const { return (*(TCalculator_glass_element_placing_Line_2_sig*)(GetFunction(EApiId_Calculator_glass_element_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1894 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1895 |
inline TAknWindowLineLayout Calculator_glass_element_placing_Line_3() const { return (*(TCalculator_glass_element_placing_Line_3_sig*)(GetFunction(EApiId_Calculator_glass_element_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1896 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1897 |
inline TAknLayoutTableLimits Calculator_glass_element_placing_Limits() const { return (*(TCalculator_glass_element_placing_Limits_sig*)(GetFunction(EApiId_Calculator_glass_element_placing_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1898 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1899 |
inline TAknWindowLineLayout Calculator_glass_element_placing(TInt aLineIndex) const { return (*(TCalculator_glass_element_placing_sig*)(GetFunction(EApiId_Calculator_glass_element_placing)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1900 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1901 |
inline TAknWindowLineLayout Scalingon_background_images__general__Line_1() const { return (*(TScalingon_background_images__general__Line_1_sig*)(GetFunction(EApiId_Scalingon_background_images__general__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1902 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1903 |
inline TAknWindowLineLayout Scalingon_background_images__general__Line_2() const { return (*(TScalingon_background_images__general__Line_2_sig*)(GetFunction(EApiId_Scalingon_background_images__general__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1904 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1905 |
inline TAknLayoutTableLimits Scalingon_background_images__general__Limits() const { return (*(TScalingon_background_images__general__Limits_sig*)(GetFunction(EApiId_Scalingon_background_images__general__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1906 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1907 |
inline TAknWindowLineLayout Scalingon_background_images__general_(TInt aLineIndex) const { return (*(TScalingon_background_images__general__sig*)(GetFunction(EApiId_Scalingon_background_images__general_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1908 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1909 |
inline TAknWindowLineLayout Scaling_on_status_area_background__general__Line_2(TInt aCommon1) const { return (*(TScaling_on_status_area_background__general__Line_2_sig*)(GetFunction(EApiId_Scaling_on_status_area_background__general__Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scaling_on_status_area_background__general__Limits() const { return (*(TScaling_on_status_area_background__general__Limits_sig*)(GetFunction(EApiId_Scaling_on_status_area_background__general__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1912 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1913 |
inline TAknWindowLineLayout Scaling_on_status_area_background__general_(TInt aLineIndex, TInt aCommon1) const { return (*(TScaling_on_status_area_background__general__sig*)(GetFunction(EApiId_Scaling_on_status_area_background__general_)))(aLineIndex, aCommon1); } |
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 TAknWindowLineLayout Scaling_on_status_area_background__idle__Line_2(TInt aCommon1) const { return (*(TScaling_on_status_area_background__idle__Line_2_sig*)(GetFunction(EApiId_Scaling_on_status_area_background__idle__Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scaling_on_status_area_background__idle__Limits() const { return (*(TScaling_on_status_area_background__idle__Limits_sig*)(GetFunction(EApiId_Scaling_on_status_area_background__idle__Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_status_area_background__idle_(TInt aLineIndex, TInt aCommon1) const { return (*(TScaling_on_status_area_background__idle__sig*)(GetFunction(EApiId_Scaling_on_status_area_background__idle_)))(aLineIndex, aCommon1); } |
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 TAknWindowLineLayout Scalingon_navipane_background_images_Line_1() const { return (*(TScalingon_navipane_background_images_Line_1_sig*)(GetFunction(EApiId_Scalingon_navipane_background_images_Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_navipane_background_images_Line_2() const { return (*(TScalingon_navipane_background_images_Line_2_sig*)(GetFunction(EApiId_Scalingon_navipane_background_images_Line_2)))(); } |
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 TAknLayoutTableLimits Scalingon_navipane_background_images_Limits() const { return (*(TScalingon_navipane_background_images_Limits_sig*)(GetFunction(EApiId_Scalingon_navipane_background_images_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1926 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1927 |
inline TAknWindowLineLayout Scalingon_navipane_background_images(TInt aLineIndex) const { return (*(TScalingon_navipane_background_images_sig*)(GetFunction(EApiId_Scalingon_navipane_background_images)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1928 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1929 |
inline TAknWindowLineLayout Scalingon_tab_graphics_Line_1() const { return (*(TScalingon_tab_graphics_Line_1_sig*)(GetFunction(EApiId_Scalingon_tab_graphics_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1930 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1931 |
inline TAknWindowLineLayout Scalingon_tab_graphics_Line_2() const { return (*(TScalingon_tab_graphics_Line_2_sig*)(GetFunction(EApiId_Scalingon_tab_graphics_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1932 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1933 |
inline TAknLayoutTableLimits Scalingon_tab_graphics_Limits() const { return (*(TScalingon_tab_graphics_Limits_sig*)(GetFunction(EApiId_Scalingon_tab_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1934 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1935 |
inline TAknWindowLineLayout Scalingon_tab_graphics(TInt aLineIndex) const { return (*(TScalingon_tab_graphics_sig*)(GetFunction(EApiId_Scalingon_tab_graphics)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1936 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1937 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_1(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_1_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_1)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1938 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1939 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_2(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_2_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_2)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1940 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1941 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_3(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_3_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_3)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1942 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1943 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_4(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_4_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_4)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1944 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1945 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_5(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_5_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_5)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1946 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1947 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_6(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_6_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_6)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_7(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_7_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_7)))(aIndex_l); } |
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 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_8(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_8_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_8)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1952 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1953 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_9(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_9_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_9)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1954 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1955 |
inline TAknWindowLineLayout Scalinon_volume_area_values_Line_10(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_10_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_10)))(aIndex_l); } |
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 TAknWindowLineLayout Scalinon_volume_area_values_Line_11(TInt aIndex_l) const { return (*(TScalinon_volume_area_values_Line_11_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Line_11)))(aIndex_l); } |
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 TAknLayoutTableLimits Scalinon_volume_area_values_Limits() const { return (*(TScalinon_volume_area_values_Limits_sig*)(GetFunction(EApiId_Scalinon_volume_area_values_Limits)))(); } |
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 TAknWindowLineLayout Scalinon_volume_area_values(TInt aLineIndex, TInt aIndex_l) const { return (*(TScalinon_volume_area_values_sig*)(GetFunction(EApiId_Scalinon_volume_area_values)))(aLineIndex, aIndex_l); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_1() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_1_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_2() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_2_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1966 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1967 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_3() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_3_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1968 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1969 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_4() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_4_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1970 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1971 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_5() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_5_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1972 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1973 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_6() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_6_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1974 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1975 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_7() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_7_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1976 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1977 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_8() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_8_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1978 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1979 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background__Line_9() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Line_9_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1980 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1981 |
inline TAknLayoutTableLimits Scalingon_setting_list_item_skin_elements__value_background__Limits() const { return (*(TScalingon_setting_list_item_skin_elements__value_background__Limits_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1982 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1983 |
inline TAknWindowLineLayout Scalingon_setting_list_item_skin_elements__value_background_(TInt aLineIndex) const { return (*(TScalingon_setting_list_item_skin_elements__value_background__sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_elements__value_background_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1984 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1985 |
inline TAknWindowLineLayout Scalingon_setting_list_volume_skin_elements_Line_1(TInt aCommon1) const { return (*(TScalingon_setting_list_volume_skin_elements_Line_1_sig*)(GetFunction(EApiId_Scalingon_setting_list_volume_skin_elements_Line_1)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1986 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1987 |
inline TAknWindowLineLayout Scalingon_setting_list_volume_skin_elements_Line_2(TInt aCommon1) const { return (*(TScalingon_setting_list_volume_skin_elements_Line_2_sig*)(GetFunction(EApiId_Scalingon_setting_list_volume_skin_elements_Line_2)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1988 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1989 |
inline TAknLayoutTableLimits Scalingon_setting_list_volume_skin_elements_Limits() const { return (*(TScalingon_setting_list_volume_skin_elements_Limits_sig*)(GetFunction(EApiId_Scalingon_setting_list_volume_skin_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1990 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1991 |
inline TAknWindowLineLayout Scalingon_setting_list_volume_skin_elements(TInt aLineIndex, TInt aCommon1) const { return (*(TScalingon_setting_list_volume_skin_elements_sig*)(GetFunction(EApiId_Scalingon_setting_list_volume_skin_elements)))(aLineIndex, aCommon1); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_placing_Line_1() const { return (*(TScalingon_setting_list_item_skin_placing_Line_1_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_placing_Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_placing_Line_2() const { return (*(TScalingon_setting_list_item_skin_placing_Line_2_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_placing_Line_2)))(); } |
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 TAknLayoutTableLimits Scalingon_setting_list_item_skin_placing_Limits() const { return (*(TScalingon_setting_list_item_skin_placing_Limits_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_placing_Limits)))(); } |
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 TAknWindowLineLayout Scalingon_setting_list_item_skin_placing(TInt aLineIndex) const { return (*(TScalingon_setting_list_item_skin_placing_sig*)(GetFunction(EApiId_Scalingon_setting_list_item_skin_placing)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_1(const TRect& aParentRect) const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_1_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_2() const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_2_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_2)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_3() const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_3_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_3)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_4() const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_4_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_4)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_5() const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_5_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_5)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_6() const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_6_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_6)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_7() const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_7_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_7)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_8(const TRect& aParentRect) const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_8_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__Line_9(const TRect& aParentRect) const { return (*(TScaling_on_list_highlight_skin_placing__general__Line_9_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_Limits() const { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0(TInt aLineIndex) const { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_0_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_0)))(aLineIndex); } |
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 |
inline TAknLayoutTableLimits Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_Limits() const { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2024 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2025 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TScaling_on_list_highlight_skin_placing__general__SUB_TABLE_1_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2026 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2027 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_1() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_1_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_1)))(); } |
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 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_2() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_2_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2030 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2031 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_3() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_3_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2032 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2033 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_4() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_4_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2034 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2035 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_5() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_5_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2036 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2037 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_6() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_6_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2038 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2039 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_7() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_7_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2040 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2041 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_8() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_8_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2042 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2043 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings__Line_9() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Line_9_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Line_9)))(); } |
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 TAknLayoutTableLimits Scaling_on_list_highlight_skin_placing__settings__Limits() const { return (*(TScaling_on_list_highlight_skin_placing__settings__Limits_sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2046 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2047 |
inline TAknWindowLineLayout Scaling_on_list_highlight_skin_placing__settings_(TInt aLineIndex) const { return (*(TScaling_on_list_highlight_skin_placing__settings__sig*)(GetFunction(EApiId_Scaling_on_list_highlight_skin_placing__settings_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2048 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2049 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_1() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_1_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2050 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2051 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_2() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_2_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2052 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2053 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_3() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_3_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2054 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2055 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_4() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_4_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2056 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2057 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_5() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_5_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2058 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2059 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_6() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_6_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2060 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2061 |
inline TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_7() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_7_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_7)))(); } |
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 TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_8() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_8_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_8)))(); } |
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 TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight__Line_9() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Line_9_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Line_9)))(); } |
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 TAknLayoutTableLimits Scalingon_edited_settings_item_skin_placing__background_highlight__Limits() const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__Limits_sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight__Limits)))(); } |
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 TAknWindowLineLayout Scalingon_edited_settings_item_skin_placing__background_highlight_(TInt aLineIndex) const { return (*(TScalingon_edited_settings_item_skin_placing__background_highlight__sig*)(GetFunction(EApiId_Scalingon_edited_settings_item_skin_placing__background_highlight_)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_1(const TRect& aParentRect) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_1_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_2() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_2_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_2)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_3() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_3_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_3)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_4() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_4_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_4)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_5(TInt aIndex_r) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_5_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_5)))(aIndex_r); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_6() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_6_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_6)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_7() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_7_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_7)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_8(const TRect& aParentRect) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_8_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_8)))(aParentRect); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_9(const TRect& aParentRect) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__Line_9_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__Line_9)))(aParentRect); } |
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 TAknLayoutTableLimits Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_Limits() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2090 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2091 |
inline TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0(TInt aLineIndex) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_0)))(aLineIndex); } |
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 TAknLayoutTableLimits Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_Limits() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1(TInt aLineIndex) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_1)))(aLineIndex); } |
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 TAknLayoutTableLimits Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_Limits() const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_Limits_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2(TInt aLineIndex, const TRect& aParentRect) const { return (*(TScaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2_sig*)(GetFunction(EApiId_Scaling_on_edited_settings_item_skin_placing__valuebackground__SUB_TABLE_2)))(aLineIndex, aParentRect); } |
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 TAknWindowLineLayout Scalingon_setting_volume_skin_Line_1(TInt aCommon1) const { return (*(TScalingon_setting_volume_skin_Line_1_sig*)(GetFunction(EApiId_Scalingon_setting_volume_skin_Line_1)))(aCommon1); } |
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 TAknWindowLineLayout Scalingon_setting_volume_skin_Line_2(TInt aCommon1) const { return (*(TScalingon_setting_volume_skin_Line_2_sig*)(GetFunction(EApiId_Scalingon_setting_volume_skin_Line_2)))(aCommon1); } |
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 TAknLayoutTableLimits Scalingon_setting_volume_skin_Limits() const { return (*(TScalingon_setting_volume_skin_Limits_sig*)(GetFunction(EApiId_Scalingon_setting_volume_skin_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2106 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2107 |
inline TAknWindowLineLayout Scalingon_setting_volume_skin(TInt aLineIndex, TInt aCommon1) const { return (*(TScalingon_setting_volume_skin_sig*)(GetFunction(EApiId_Scalingon_setting_volume_skin)))(aLineIndex, aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2108 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2109 |
inline TAknWindowLineLayout Scaling_on_setting_volume_skin_sizes_Line_2() const { return (*(TScaling_on_setting_volume_skin_sizes_Line_2_sig*)(GetFunction(EApiId_Scaling_on_setting_volume_skin_sizes_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2110 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2111 |
inline TAknLayoutTableLimits Scaling_on_setting_volume_skin_sizes_Limits() const { return (*(TScaling_on_setting_volume_skin_sizes_Limits_sig*)(GetFunction(EApiId_Scaling_on_setting_volume_skin_sizes_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2112 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2113 |
inline TAknWindowLineLayout Scaling_on_setting_volume_skin_sizes(TInt aLineIndex) const { return (*(TScaling_on_setting_volume_skin_sizes_sig*)(GetFunction(EApiId_Scaling_on_setting_volume_skin_sizes)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2114 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2115 |
inline TAknWindowLineLayout Scalingon_pop_up_windows_skin_placing__dimming__Line_1() const { return (*(TScalingon_pop_up_windows_skin_placing__dimming__Line_1_sig*)(GetFunction(EApiId_Scalingon_pop_up_windows_skin_placing__dimming__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2116 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2117 |
inline TAknWindowLineLayout Scalingon_pop_up_windows_skin_placing__dimming__Line_2() const { return (*(TScalingon_pop_up_windows_skin_placing__dimming__Line_2_sig*)(GetFunction(EApiId_Scalingon_pop_up_windows_skin_placing__dimming__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2118 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2119 |
inline TAknLayoutTableLimits Scalingon_pop_up_windows_skin_placing__dimming__Limits() const { return (*(TScalingon_pop_up_windows_skin_placing__dimming__Limits_sig*)(GetFunction(EApiId_Scalingon_pop_up_windows_skin_placing__dimming__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2120 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2121 |
inline TAknWindowLineLayout Scalingon_pop_up_windows_skin_placing__dimming_(TInt aLineIndex) const { return (*(TScalingon_pop_up_windows_skin_placing__dimming__sig*)(GetFunction(EApiId_Scalingon_pop_up_windows_skin_placing__dimming_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2122 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2123 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_1(const TRect& aParentRect) const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_1_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2124 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2125 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_2() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_2_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2126 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2127 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_3() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_3_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2128 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2129 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_4() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_4_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2130 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2131 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_5() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_5_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2132 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2133 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_6() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_6_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2134 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2135 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_7() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_7_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2136 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2137 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_8(const TRect& aParentRect) const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_8_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_8)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2138 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2139 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__Line_9(const TRect& aParentRect) const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__Line_9_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__Line_9)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2140 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2141 |
inline TAknLayoutTableLimits Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_Limits() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2142 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2143 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0(TInt aLineIndex) const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2144 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2145 |
inline TAknLayoutTableLimits Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_Limits() const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2146 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2147 |
inline TAknWindowLineLayout Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1(TInt aLineIndex, const TRect& aParentRect) const { return (*(TScaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1_sig*)(GetFunction(EApiId_Scaling_on_pop_up_windows_skin_placing__frame_general__SUB_TABLE_1)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2148 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2149 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_1() const { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_Line_1_sig*)(GetFunction(EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2150 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2151 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_2() const { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_Line_2_sig*)(GetFunction(EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2152 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2153 |
inline TAknLayoutTableLimits Scaling_on_ending_graphics_for_fast_application_swappingwindow_Limits() const { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_Limits_sig*)(GetFunction(EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2154 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2155 |
inline TAknWindowLineLayout Scaling_on_ending_graphics_for_fast_application_swappingwindow(TInt aLineIndex) const { return (*(TScaling_on_ending_graphics_for_fast_application_swappingwindow_sig*)(GetFunction(EApiId_Scaling_on_ending_graphics_for_fast_application_swappingwindow)))(aLineIndex); } |
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 TAknWindowLineLayout Scaling_on_power_save_state_skin_element_size_Line_2() const { return (*(TScaling_on_power_save_state_skin_element_size_Line_2_sig*)(GetFunction(EApiId_Scaling_on_power_save_state_skin_element_size_Line_2)))(); } |
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 TAknLayoutTableLimits Scaling_on_power_save_state_skin_element_size_Limits() const { return (*(TScaling_on_power_save_state_skin_element_size_Limits_sig*)(GetFunction(EApiId_Scaling_on_power_save_state_skin_element_size_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2160 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2161 |
inline TAknWindowLineLayout Scaling_on_power_save_state_skin_element_size(TInt aLineIndex) const { return (*(TScaling_on_power_save_state_skin_element_size_sig*)(GetFunction(EApiId_Scaling_on_power_save_state_skin_element_size)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2162 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2163 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_1() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_1_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2164 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2165 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_2() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_2_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2166 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2167 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_3() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_3_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2168 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2169 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_4() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_4_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2170 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2171 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_5() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_5_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2172 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2173 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_6() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_6_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2174 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2175 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_7() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_7_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2176 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2177 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_8() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_8_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2178 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2179 |
inline TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_9() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Line_9_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Line_9)))(); } |
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 TAknLayoutTableLimits Scaling_on_calendar_skin_element_placing_and_size__dayweek__Limits() const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__Limits_sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek__Limits)))(); } |
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 TAknWindowLineLayout Scaling_on_calendar_skin_element_placing_and_size__dayweek_(TInt aLineIndex) const { return (*(TScaling_on_calendar_skin_element_placing_and_size__dayweek__sig*)(GetFunction(EApiId_Scaling_on_calendar_skin_element_placing_and_size__dayweek_)))(aLineIndex); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_1() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_1_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_1)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_2() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_2_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_2)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_3() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_3_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_3)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_4() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_4_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_4)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_5() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_5_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_5)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_6() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_6_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2196 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2197 |
inline TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_7() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_7_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_7)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2198 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2199 |
inline TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_8() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_8_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_8)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2200 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2201 |
inline TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month__Line_9() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Line_9_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Line_9)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2202 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2203 |
inline TAknLayoutTableLimits Scalingon_calendar_skin_element_placing_and_size__month__Limits() const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__Limits_sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month__Limits)))(); } |
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 TAknWindowLineLayout Scalingon_calendar_skin_element_placing_and_size__month_(TInt aLineIndex) const { return (*(TScalingon_calendar_skin_element_placing_and_size__month__sig*)(GetFunction(EApiId_Scalingon_calendar_skin_element_placing_and_size__month_)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2206 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2207 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_1() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_1_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2208 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2209 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_2() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_2_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2210 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2211 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_3() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_3_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2212 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2213 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_4() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_4_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2214 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2215 |
inline TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_5() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_5_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_5)))(); } |
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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_6() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_6_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_6)))(); } |
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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_7() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_7_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_7)))(); } |
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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_8() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_8_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_8)))(); } |
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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_9() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_9_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_9)))(); } |
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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing_Line_10() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Line_10_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_Line_10)))(); } |
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 TAknLayoutTableLimits Scaling_on_favourites_skin_sizes_and_placing_Limits() const { return (*(TScaling_on_favourites_skin_sizes_and_placing_Limits_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing_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 TAknWindowLineLayout Scaling_on_favourites_skin_sizes_and_placing(TInt aLineIndex) const { return (*(TScaling_on_favourites_skin_sizes_and_placing_sig*)(GetFunction(EApiId_Scaling_on_favourites_skin_sizes_and_placing)))(aLineIndex); } |
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 |
private: |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2232 |
CInstance(); |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2233 |
}; |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2234 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2235 |
} // end of namespace SkinLayout |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2236 |
#endif // SKINLAYOUT_CDL |