author | kashif.sayed |
Fri, 26 Mar 2010 02:16:01 +0530 | |
branch | v5backport |
changeset 28 | c98d4e1e5d8e |
parent 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 AKNAPACLAYOUT_CDL |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
22 |
#define AKNAPACLAYOUT_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 <AknApacLayout.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 AknApacLayout |
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 aknapaclayout.cdl |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
45 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
46 |
// LAF Table : Find pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
47 |
inline TAknWindowLineLayout Find_pane_elements_Line_6() { return (*(TFind_pane_elements_Line_6_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pane_elements_Line_6)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
48 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
49 |
// LAF Table : Pop-up windows (main pane as parent) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
50 |
inline TAknWindowLineLayout popup_fep_china_window(TInt aIsShownWithPopupWindows) { return (*(Tpopup_fep_china_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_window)))(aIsShownWithPopupWindows); } |
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 popup_fep_china_pinyin_window(TInt aIndex_H) { return (*(Tpopup_fep_china_pinyin_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_pinyin_window)))(aIndex_H); } |
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 |
// LAF Table : Cursor graphics (16) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
55 |
inline TAknWindowLineLayout Cursor_graphics__16__Line_1() { return (*(TCursor_graphics__16__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cursor_graphics__16__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
56 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
57 |
// LAF Table : Cut copy and paste highlight graphics (16) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
58 |
inline TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__16__Line_1() { return (*(TCut_copy_and_paste_highlight_graphics__16__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cut_copy_and_paste_highlight_graphics__16__Line_1)))(); } |
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 |
// LAF Table : Time and date entry graphics (16) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
61 |
inline TAknWindowLineLayout Time_and_date_entry_graphics__16__Line_1() { return (*(TTime_and_date_entry_graphics__16__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Time_and_date_entry_graphics__16__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
62 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
63 |
// LAF Table : Pop up window grid pane descendants (APAC character) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
64 |
inline TAknWindowLineLayout cell_apac_character_popup_pane(TInt aCommon1) { return (*(Tcell_apac_character_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_cell_apac_character_popup_pane)))(aCommon1); } |
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 |
// LAF Table : Cell pane texts (pop-up APAC character) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
67 |
inline TAknTextLineLayout Cell_pane_texts__pop_up_APAC_character__Line_1() { return (*(TCell_pane_texts__pop_up_APAC_character__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Cell_pane_texts__pop_up_APAC_character__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
68 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
69 |
// LAF Table : APAC character selection pop-up window descendants |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
70 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_descendants_Line_1(TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_descendants_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_descendants_Line_1)))(aIndex_t); } |
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 grid_apac_character_popup_pane(TInt aIndex_t, TInt aIndex_H) { return (*(Tgrid_apac_character_popup_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_grid_apac_character_popup_pane)))(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 |
// LAF Table : APAC character selection pop-up window elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
75 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_elements_Line_1(TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_elements_Line_1)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
76 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
77 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_H) { return (*(TAPAC_character_selection_pop_up_window_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_elements_Line_2)))(aIndex_l, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
78 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
79 |
// LAF Table : APAC character selection pop-up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
80 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect) { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_Line_1)))(aParentRect); } |
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 APAC_character_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_Line_2)))(aParentRect, aIndex_t); } |
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 APAC_character_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_Line_3)))(aParentRect, aIndex_t); } |
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 TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_Line_4)))(aParentRect, aIndex_t); } |
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 APAC_character_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_Line_5)))(aParentRect, aIndex_t); } |
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 TAknLayoutTableLimits APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_Limits() { return (*(TAPAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); } |
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 APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_t) { return (*(TAPAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
93 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
94 |
// LAF Table : Chinese FEP pop-up window elements and descendants panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
95 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_elements_and_descendants_panes_Line_1(TInt aPaneLayout) { return (*(TChinese_FEP_pop_up_window_elements_and_descendants_panes_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_elements_and_descendants_panes_Line_1)))(aPaneLayout); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
96 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
97 |
inline TAknWindowLineLayout fep_china_entry_pane(TInt aPaneLayout) { return (*(Tfep_china_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_entry_pane)))(aPaneLayout); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
98 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
99 |
inline TAknWindowLineLayout fep_china_candidate_pane(TInt aPaneLayout) { return (*(Tfep_china_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_candidate_pane)))(aPaneLayout); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
100 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
101 |
// LAF Table : Chinese FEP entry pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
102 |
inline TAknTextLineLayout Chinese_FEP_entry_pane_texts_Line_1(TInt aIndex_C, TInt aPaneLayout) { return (*(TChinese_FEP_entry_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_entry_pane_texts_Line_1)))(aIndex_C, aPaneLayout); } |
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 |
// LAF Table : Chinese FEP candidate pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
105 |
inline TAknWindowLineLayout Chinese_FEP_candidate_pane_elements_Line_1(TInt aLeftRight) { return (*(TChinese_FEP_candidate_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_elements_Line_1)))(aLeftRight); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
106 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
107 |
inline TAknWindowLineLayout Chinese_FEP_candidate_pane_elements_Line_2() { return (*(TChinese_FEP_candidate_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
108 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
109 |
inline TAknWindowLineLayout Chinese_FEP_candidate_pane_elements_Line_3() { return (*(TChinese_FEP_candidate_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_elements_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
110 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
111 |
inline TAknWindowLineLayout fep_china_highlight_pane(TInt aIndex_l) { return (*(Tfep_china_highlight_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_highlight_pane)))(aIndex_l); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
112 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
113 |
inline TAknLayoutTableLimits Chinese_FEP_candidate_pane_elements_SUB_TABLE_0_Limits() { return (*(TChinese_FEP_candidate_pane_elements_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_elements_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
114 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
115 |
inline TAknWindowLineLayout Chinese_FEP_candidate_pane_elements_SUB_TABLE_0(TInt aLineIndex) { return (*(TChinese_FEP_candidate_pane_elements_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_elements_SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
116 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
117 |
// LAF Table : Chinese FEP candidate pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
118 |
inline TAknTextLineLayout Chinese_FEP_candidate_pane_texts_Line_1(TInt aIndex_C, TInt aCommon1) { return (*(TChinese_FEP_candidate_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_texts_Line_1)))(aIndex_C, aCommon1); } |
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 TAknTextLineLayout Chinese_FEP_candidate_pane_texts_Line_2(TInt aCommon1) { return (*(TChinese_FEP_candidate_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_candidate_pane_texts_Line_2)))(aCommon1); } |
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 |
// LAF Table : Chinese FEP pop up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
123 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics_Line_1(const TRect& aParentRect, TInt aIsShownWithPopupWindows) { return (*(TChinese_FEP_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics_Line_1)))(aParentRect, aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
124 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
125 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIsShownWithPopupWindows) { return (*(TChinese_FEP_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics_Line_2)))(aParentRect, aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
126 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
127 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIsShownWithPopupWindows) { return (*(TChinese_FEP_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics_Line_3)))(aParentRect, aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
128 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
129 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIsShownWithPopupWindows) { return (*(TChinese_FEP_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics_Line_4)))(aParentRect, aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
130 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
131 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIsShownWithPopupWindows) { return (*(TChinese_FEP_pop_up_window_graphics_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics_Line_5)))(aParentRect, aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
132 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
133 |
inline TAknLayoutTableLimits Chinese_FEP_pop_up_window_graphics_Limits() { return (*(TChinese_FEP_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
134 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
135 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect, TInt aIsShownWithPopupWindows) { return (*(TChinese_FEP_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_pop_up_window_graphics)))(aLineIndex, aParentRect, aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
136 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
137 |
// LAF Table : Chinese FEP highlight elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
138 |
inline TAknWindowLineLayout Chinese_FEP_highlight_elements_Line_1() { return (*(TChinese_FEP_highlight_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_highlight_elements_Line_1)))(); } |
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 Chinese_FEP_highlight_elements_Line_2() { return (*(TChinese_FEP_highlight_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_highlight_elements_Line_2)))(); } |
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 Chinese_FEP_highlight_elements_Line_3() { return (*(TChinese_FEP_highlight_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_highlight_elements_Line_3)))(); } |
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 TAknLayoutTableLimits Chinese_FEP_highlight_elements_Limits() { return (*(TChinese_FEP_highlight_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_highlight_elements_Limits)))(); } |
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 Chinese_FEP_highlight_elements(TInt aLineIndex) { return (*(TChinese_FEP_highlight_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_highlight_elements)))(aLineIndex); } |
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 |
// LAF Table : Chinese FEP highlight texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
149 |
inline TAknTextLineLayout Chinese_FEP_highlight_texts_Line_1(TInt aIndex_C) { return (*(TChinese_FEP_highlight_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_highlight_texts_Line_1)))(aIndex_C); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
150 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
151 |
// LAF Table : Unselected string highlight |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
152 |
inline TAknWindowLineLayout Unselected_string_highlight_Line_1(TInt aPaneLayout) { return (*(TUnselected_string_highlight_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Unselected_string_highlight_Line_1)))(aPaneLayout); } |
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 |
// LAF Table : Pinyin T9 candidate pop up window descendants panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
155 |
inline TAknWindowLineLayout list_single_fep_china_pinyin_pane(TInt aIndex_t) { return (*(Tlist_single_fep_china_pinyin_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_fep_china_pinyin_pane)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
156 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
157 |
// LAF Table : List pane texts (fep china) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
158 |
inline TAknTextLineLayout List_pane_texts__fep_china__Line_1(TInt aIndex_C) { return (*(TList_pane_texts__fep_china__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_texts__fep_china__Line_1)))(aIndex_C); } |
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 |
// LAF Table : Pinyin T9 candidate pop up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
161 |
inline TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics_Line_1(const TRect& aParentRect) { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
162 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
163 |
inline TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics_Line_2(const TRect& aParentRect) { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_2)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
164 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
165 |
inline TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics_Line_3(const TRect& aParentRect) { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_3)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
166 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
167 |
inline TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics_Line_4(const TRect& aParentRect) { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_4)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
168 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
169 |
inline TAknLayoutTableLimits Pinyin_T9_candidate_pop_up_window_graphics_Limits() { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
170 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
171 |
inline TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) { return (*(TPinyin_T9_candidate_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_pop_up_window_graphics)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
172 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
173 |
// LAF Table : Pinyin T9 candidate highlight |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
174 |
inline TAknWindowLineLayout Pinyin_T9_candidate_highlight_Line_1(const TRect& aParentRect) { return (*(TPinyin_T9_candidate_highlight_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Pinyin_T9_candidate_highlight_Line_1)))(aParentRect); } |
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 |
// From LAF Table : Pop-up windows (main pane as parent) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
177 |
inline TAknWindowLineLayout popup_grid_apac_character_window(TInt aIndex_H) { return (*(Tpopup_grid_apac_character_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_grid_apac_character_window)))(aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
178 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
179 |
inline TAknWindowLineLayout popup_fep_japan_predictive_window(TInt aIndex_l, TInt aIndex_H) { return (*(Tpopup_fep_japan_predictive_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_predictive_window)))(aIndex_l, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
180 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
181 |
inline TAknWindowLineLayout popup_fep_japan_candidate_window(TInt aIndex_l, TInt aIndex_W, TInt aIndex_H) { return (*(Tpopup_fep_japan_candidate_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_japan_candidate_window)))(aIndex_l, aIndex_W, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
182 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
183 |
// LAF Table : Candidateselection descendant panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
184 |
inline TAknWindowLineLayout candidate_pane(TInt aIndex_W, TInt aIndex_H) { return (*(Tcandidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_candidate_pane)))(aIndex_W, aIndex_H); } |
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 |
// LAF Table : APAC specific list pane placing |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
187 |
inline TAknWindowLineLayout list_single_popup_jap_candidate_pane(TInt aIndex_t, TInt aIndex_W) { return (*(Tlist_single_popup_jap_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_list_single_popup_jap_candidate_pane)))(aIndex_t, aIndex_W); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
188 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
189 |
// LAF Table : Listpane text (single japan fep) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
190 |
inline TAknTextLineLayout List_pane_text__single_japan_fep__Line_1(TInt aIndex_W) { return (*(TList_pane_text__single_japan_fep__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_List_pane_text__single_japan_fep__Line_1)))(aIndex_W); } |
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 |
// LAF Table : Predictive candidate selection list texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
193 |
inline TAknTextLineLayout Predictive_candidate_selection_list_texts_Line_1(TInt aIndex_C, TInt aIndex_B) { return (*(TPredictive_candidate_selection_list_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_list_texts_Line_1)))(aIndex_C, aIndex_B); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
194 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
195 |
inline TAknMultiLineTextLayout Multiline_Predictive_candidate_selection_list_texts_Line_1(TInt aIndex_C, TInt aNumberOfLinesShown) { return (*(TMultiline_Predictive_candidate_selection_list_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Multiline_Predictive_candidate_selection_list_texts_Line_1)))(aIndex_C, aNumberOfLinesShown); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
196 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
197 |
// LAF Table : Predictive candidate selection highlight |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
198 |
inline TAknWindowLineLayout Predictive_candidate_selection_highlight_Line_1() { return (*(TPredictive_candidate_selection_highlight_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_highlight_Line_1)))(); } |
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 |
// LAF Table : Predictive candidate selection popup window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
201 |
inline TAknWindowLineLayout Predictive_candidate_selection_popup_window_graphics_Line_1(const TRect& aParentRect) { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_popup_window_graphics_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
202 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
203 |
inline TAknWindowLineLayout Predictive_candidate_selection_popup_window_graphics_Line_2(const TRect& aParentRect) { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_popup_window_graphics_Line_2)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
204 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
205 |
inline TAknWindowLineLayout Predictive_candidate_selection_popup_window_graphics_Line_3(const TRect& aParentRect) { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_popup_window_graphics_Line_3)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
206 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
207 |
inline TAknWindowLineLayout Predictive_candidate_selection_popup_window_graphics_Line_4(const TRect& aParentRect) { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_popup_window_graphics_Line_4)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
208 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
209 |
inline TAknLayoutTableLimits Predictive_candidate_selection_popup_window_graphics_Limits() { return (*(TPredictive_candidate_selection_popup_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_popup_window_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
210 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
211 |
inline TAknWindowLineLayout Predictive_candidate_selection_popup_window_graphics(TInt aLineIndex, const TRect& aParentRect) { return (*(TPredictive_candidate_selection_popup_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Predictive_candidate_selection_popup_window_graphics)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
212 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
213 |
// LAF Table : Candidate selection list texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
214 |
inline TAknTextLineLayout Candidate_selection_list_texts_Line_1() { return (*(TCandidate_selection_list_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_list_texts_Line_1)))(); } |
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 |
// LAF Table : Candidate selection pop-up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
217 |
inline TAknWindowLineLayout Candidate_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect) { return (*(TCandidate_selection_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_pop_up_window_graphics_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
218 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
219 |
inline TAknWindowLineLayout Candidate_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect) { return (*(TCandidate_selection_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_pop_up_window_graphics_Line_2)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
220 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
221 |
inline TAknWindowLineLayout Candidate_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect) { return (*(TCandidate_selection_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_pop_up_window_graphics_Line_3)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
222 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
223 |
inline TAknWindowLineLayout Candidate_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect) { return (*(TCandidate_selection_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_pop_up_window_graphics_Line_4)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
224 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
225 |
inline TAknLayoutTableLimits Candidate_selection_pop_up_window_graphics_Limits() { return (*(TCandidate_selection_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_pop_up_window_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
226 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
227 |
inline TAknWindowLineLayout Candidate_selection_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) { return (*(TCandidate_selection_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_pop_up_window_graphics)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
228 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
229 |
// LAF Table : Chinese FEP Zi popup window elements and descendants panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
230 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_elements_and_descendants_panes_Line_1() { return (*(TChinese_FEP_Zi_popup_window_elements_and_descendants_panes_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_elements_and_descendants_panes_Line_1)))(); } |
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 fep_china_zi_entry_pane(TInt aIndex_W) { return (*(Tfep_china_zi_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_zi_entry_pane)))(aIndex_W); } |
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 TAknWindowLineLayout fep_china_zi_candidate_pane(TInt aIndex_t) { return (*(Tfep_china_zi_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_zi_candidate_pane)))(aIndex_t); } |
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 |
// LAF Table : Chinese FEP Zi entry pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
237 |
inline TAknWindowLineLayout Chinese_FEP_Zi_entry_pane_elements_Line_1() { return (*(TChinese_FEP_Zi_entry_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_entry_pane_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
238 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
239 |
inline TAknWindowLineLayout Chinese_FEP_Zi_entry_pane_elements_Line_2() { return (*(TChinese_FEP_Zi_entry_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_entry_pane_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
240 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
241 |
inline TAknLayoutTableLimits Chinese_FEP_Zi_entry_pane_elements_Limits() { return (*(TChinese_FEP_Zi_entry_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_entry_pane_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
242 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
243 |
inline TAknWindowLineLayout Chinese_FEP_Zi_entry_pane_elements(TInt aLineIndex) { return (*(TChinese_FEP_Zi_entry_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_entry_pane_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
244 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
245 |
// LAF Table : Chinese FEP Zi entry pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
246 |
inline TAknTextLineLayout Chinese_FEP_Zi_entry_pane_texts_Line_1(TInt aIndex_C) { return (*(TChinese_FEP_Zi_entry_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_entry_pane_texts_Line_1)))(aIndex_C); } |
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 |
// LAF Table : Chinese FEP Zi candidate pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
249 |
inline TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements_Line_1() { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
250 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
251 |
inline TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements_Line_2() { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
252 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
253 |
inline TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements_Line_3() { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
254 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
255 |
inline TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements_Line_4() { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
256 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
257 |
inline TAknWindowLineLayout fep_china_zi_highlight_pane() { return (*(Tfep_china_zi_highlight_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_zi_highlight_pane)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
258 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
259 |
inline TAknLayoutTableLimits Chinese_FEP_Zi_candidate_pane_elements_Limits() { return (*(TChinese_FEP_Zi_candidate_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
260 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
261 |
inline TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements(TInt aLineIndex) { return (*(TChinese_FEP_Zi_candidate_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
262 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
263 |
// LAF Table : Chinese FEP Zi candidate pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
264 |
inline TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts_Line_1() { return (*(TChinese_FEP_Zi_candidate_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_texts_Line_1)))(); } |
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 TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts_Line_2() { return (*(TChinese_FEP_Zi_candidate_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_texts_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 TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts_Line_3() { return (*(TChinese_FEP_Zi_candidate_pane_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_texts_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 TAknLayoutTableLimits Chinese_FEP_Zi_candidate_pane_texts_Limits() { return (*(TChinese_FEP_Zi_candidate_pane_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_texts_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
271 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
272 |
inline TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts(TInt aLineIndex) { return (*(TChinese_FEP_Zi_candidate_pane_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_candidate_pane_texts)))(aLineIndex); } |
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 |
// LAF Table : Chinese FEP Zi popup window graphics (part 1) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
275 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_1() { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
276 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
277 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_2(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_2)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
278 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
279 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_3(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_3)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
280 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
281 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_4() { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
282 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
283 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_5() { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
284 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
285 |
inline TAknLayoutTableLimits Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_Limits() { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
286 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
287 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0(TInt aLineIndex, TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0)))(aLineIndex, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
288 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
289 |
inline TAknLayoutTableLimits Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_Limits() { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
290 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
291 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1(TInt aLineIndex) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
292 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
293 |
// LAF Table : Chinese FEP Zi popup window graphics (part 2) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
294 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2__Line_1(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_1)))(aIndex_t); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_2__Line_2(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_2)))(aIndex_t); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_2__Line_3(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_3)))(aIndex_t); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_2__Line_4(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_4)))(aIndex_t); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_2__Line_5(TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_5)))(aIndex_t); } |
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 TAknLayoutTableLimits Chinese_FEP_Zi_popup_window_graphics__part_2__Limits() { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Limits)))(); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_2_(TInt aLineIndex, TInt aIndex_t) { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2_)))(aLineIndex, aIndex_t); } |
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 |
// LAF Table : Input highlight elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
309 |
inline TAknWindowLineLayout Input_highlight_elements_Line_1() { return (*(TInput_highlight_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_highlight_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
310 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
311 |
// LAF Table : Candidate selection |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
312 |
inline TAknWindowLineLayout Candidate_selection_Line_1(const TRect& aParentRect) { return (*(TCandidate_selection_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_Line_1)))(aParentRect); } |
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 Candidate_selection_Line_2(const TRect& aParentRect) { return (*(TCandidate_selection_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_Line_2)))(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 TAknLayoutTableLimits Candidate_selection_Limits() { return (*(TCandidate_selection_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_Limits)))(); } |
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 Candidate_selection(TInt aLineIndex, const TRect& aParentRect) { return (*(TCandidate_selection_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection)))(aLineIndex, aParentRect); } |
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 |
// From LAF Table : Pop-up windows (main pane as parent) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
321 |
inline TAknWindowLineLayout popup_fep_china_zi_window(TInt aCommon1) { return (*(Tpopup_fep_china_zi_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_zi_window)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
322 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
323 |
// LAF Table : Find pop-up window elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
324 |
inline TAknWindowLineLayout Find_pop_up_window_elements_Line_5() { return (*(TFind_pop_up_window_elements_Line_5_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Find_pop_up_window_elements_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 Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_Line_1() { return (*(TChinese_universal_FEP_pop_up_window_elements_and_descendants_panes_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_Line_1)))(); } |
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 fep_china_uni_entry_pane() { return (*(Tfep_china_uni_entry_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_entry_pane)))(); } |
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 fep_china_uni_candidate_pane(TInt aIndex_t) { return (*(Tfep_china_uni_candidate_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_china_uni_candidate_pane)))(aIndex_t); } |
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 TAknLayoutTableLimits Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_Limits() { return (*(TChinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
333 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
334 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0(TInt aLineIndex) { return (*(TChinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0)))(aLineIndex); } |
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 Chinese_universal_FEP_entry_pane_elements_Line_1() { return (*(TChinese_universal_FEP_entry_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_entry_pane_elements_Line_1)))(); } |
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 TAknWindowLineLayout Chinese_universal_FEP_entry_pane_elements_Line_2() { return (*(TChinese_universal_FEP_entry_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_entry_pane_elements_Line_2)))(); } |
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 fep_entry_item_pane() { return (*(Tfep_entry_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_entry_item_pane)))(); } |
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 TAknLayoutTableLimits Chinese_universal_FEP_entry_pane_elements_Limits() { return (*(TChinese_universal_FEP_entry_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_entry_pane_elements_Limits)))(); } |
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 Chinese_universal_FEP_entry_pane_elements(TInt aLineIndex) { return (*(TChinese_universal_FEP_entry_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_entry_pane_elements)))(aLineIndex); } |
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 TAknTextLineLayout Chinese_universal_FEP_entry_pane_texts_Line_1(TInt aIndex_C) { return (*(TChinese_universal_FEP_entry_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_entry_pane_texts_Line_1)))(aIndex_C); } |
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 Chinese_universal_FEPcandidate_pane_elements_Line_1() { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_1)))(); } |
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 Chinese_universal_FEPcandidate_pane_elements_Line_2() { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_2)))(); } |
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 Chinese_universal_FEPcandidate_pane_elements_Line_3() { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_3)))(); } |
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 Chinese_universal_FEPcandidate_pane_elements_Line_4() { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_4)))(); } |
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 fep_candidate_item_pane() { return (*(Tfep_candidate_item_pane_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_fep_candidate_item_pane)))(); } |
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 TAknLayoutTableLimits Chinese_universal_FEPcandidate_pane_elements_Limits() { return (*(TChinese_universal_FEPcandidate_pane_elements_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEPcandidate_pane_elements_Limits)))(); } |
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 TAknWindowLineLayout Chinese_universal_FEPcandidate_pane_elements(TInt aLineIndex) { return (*(TChinese_universal_FEPcandidate_pane_elements_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEPcandidate_pane_elements)))(aLineIndex); } |
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 TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts_Line_1() { return (*(TChinese_universal_FEP_candidate_pane_texts_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_candidate_pane_texts_Line_1)))(); } |
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 TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts_Line_2() { return (*(TChinese_universal_FEP_candidate_pane_texts_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_candidate_pane_texts_Line_2)))(); } |
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 TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts_Line_3() { return (*(TChinese_universal_FEP_candidate_pane_texts_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_candidate_pane_texts_Line_3)))(); } |
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 TAknLayoutTableLimits Chinese_universal_FEP_candidate_pane_texts_Limits() { return (*(TChinese_universal_FEP_candidate_pane_texts_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_candidate_pane_texts_Limits)))(); } |
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 TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts(TInt aLineIndex) { return (*(TChinese_universal_FEP_candidate_pane_texts_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_candidate_pane_texts)))(aLineIndex); } |
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 Chinese_universal_FEP_pop_up_window_graphics_Line_1(const TRect& aParentRect) { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_1)))(aParentRect); } |
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 TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_graphics_Line_2(const TRect& aParentRect) { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_2)))(aParentRect); } |
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 Chinese_universal_FEP_pop_up_window_graphics_Line_3(const TRect& aParentRect) { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_3_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_3)))(aParentRect); } |
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 Chinese_universal_FEP_pop_up_window_graphics_Line_4(const TRect& aParentRect) { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_4_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_4)))(aParentRect); } |
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 TAknLayoutTableLimits Chinese_universal_FEP_pop_up_window_graphics_Limits() { return (*(TChinese_universal_FEP_pop_up_window_graphics_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_graphics_Limits)))(); } |
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 Chinese_universal_FEP_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) { return (*(TChinese_universal_FEP_pop_up_window_graphics_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Chinese_universal_FEP_pop_up_window_graphics)))(aLineIndex, aParentRect); } |
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_highlight_Line_1(const TRect& aParentRect) { return (*(TInput_highlight_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Input_highlight_Line_1)))(aParentRect); } |
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 Candidate_selection_highlight_Line_1(const TRect& aParentRect) { return (*(TCandidate_selection_highlight_Line_1_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_highlight_Line_1)))(aParentRect); } |
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 Candidate_selection_highlight_Line_2(const TRect& aParentRect) { return (*(TCandidate_selection_highlight_Line_2_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_highlight_Line_2)))(aParentRect); } |
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 TAknLayoutTableLimits Candidate_selection_highlight_Limits() { return (*(TCandidate_selection_highlight_Limits_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_highlight_Limits)))(); } |
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 Candidate_selection_highlight(TInt aLineIndex, const TRect& aParentRect) { return (*(TCandidate_selection_highlight_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_Candidate_selection_highlight)))(aLineIndex, aParentRect); } |
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 popup_fep_china_uni_window(TInt aIndex_l, TInt aIndex_H) { return (*(Tpopup_fep_china_uni_window_sig*)(CdlEngine::GetFunction(KCdlInterfaceUid, EApiId_popup_fep_china_uni_window)))(aIndex_l, aIndex_H); } |
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 |
|
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 |
class CInstance : public CCdlInstance |
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 |
public: |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
401 |
enum { ETypeId = KCdlInterfaceUidValue }; |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
402 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
403 |
inline 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
|
404 |
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
|
405 |
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
|
406 |
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
|
407 |
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
|
408 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
409 |
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
|
410 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
411 |
// CDL API functions, as defined in aknapaclayout.cdl |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
412 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
413 |
// LAF Table : Find pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
414 |
inline TAknWindowLineLayout Find_pane_elements_Line_6() const { return (*(TFind_pane_elements_Line_6_sig*)(GetFunction(EApiId_Find_pane_elements_Line_6)))(); } |
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 |
// LAF Table : Pop-up windows (main pane as parent) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
417 |
inline TAknWindowLineLayout popup_fep_china_window(TInt aIsShownWithPopupWindows) const { return (*(Tpopup_fep_china_window_sig*)(GetFunction(EApiId_popup_fep_china_window)))(aIsShownWithPopupWindows); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
418 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
419 |
inline TAknWindowLineLayout popup_fep_china_pinyin_window(TInt aIndex_H) const { return (*(Tpopup_fep_china_pinyin_window_sig*)(GetFunction(EApiId_popup_fep_china_pinyin_window)))(aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
420 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
421 |
// LAF Table : Cursor graphics (16) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
422 |
inline TAknWindowLineLayout Cursor_graphics__16__Line_1() const { return (*(TCursor_graphics__16__Line_1_sig*)(GetFunction(EApiId_Cursor_graphics__16__Line_1)))(); } |
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 |
// LAF Table : Cut copy and paste highlight graphics (16) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
425 |
inline TAknWindowLineLayout Cut_copy_and_paste_highlight_graphics__16__Line_1() const { return (*(TCut_copy_and_paste_highlight_graphics__16__Line_1_sig*)(GetFunction(EApiId_Cut_copy_and_paste_highlight_graphics__16__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
426 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
427 |
// LAF Table : Time and date entry graphics (16) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
428 |
inline TAknWindowLineLayout Time_and_date_entry_graphics__16__Line_1() const { return (*(TTime_and_date_entry_graphics__16__Line_1_sig*)(GetFunction(EApiId_Time_and_date_entry_graphics__16__Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
429 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
430 |
// LAF Table : Pop up window grid pane descendants (APAC character) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
431 |
inline TAknWindowLineLayout cell_apac_character_popup_pane(TInt aCommon1) const { return (*(Tcell_apac_character_popup_pane_sig*)(GetFunction(EApiId_cell_apac_character_popup_pane)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
432 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
433 |
// LAF Table : Cell pane texts (pop-up APAC character) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
434 |
inline TAknTextLineLayout Cell_pane_texts__pop_up_APAC_character__Line_1() const { return (*(TCell_pane_texts__pop_up_APAC_character__Line_1_sig*)(GetFunction(EApiId_Cell_pane_texts__pop_up_APAC_character__Line_1)))(); } |
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 |
// LAF Table : APAC character selection pop-up window descendants |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
437 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_descendants_Line_1(TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_descendants_Line_1_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_descendants_Line_1)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
438 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
439 |
inline TAknWindowLineLayout grid_apac_character_popup_pane(TInt aIndex_t, TInt aIndex_H) const { return (*(Tgrid_apac_character_popup_pane_sig*)(GetFunction(EApiId_grid_apac_character_popup_pane)))(aIndex_t, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
440 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
441 |
// LAF Table : APAC character selection pop-up window elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
442 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_elements_Line_1(TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_elements_Line_1_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_elements_Line_1)))(aIndex_t); } |
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 TAknWindowLineLayout APAC_character_selection_pop_up_window_elements_Line_2(TInt aIndex_l, TInt aIndex_H) const { return (*(TAPAC_character_selection_pop_up_window_elements_Line_2_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_elements_Line_2)))(aIndex_l, aIndex_H); } |
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 |
// LAF Table : APAC character selection pop-up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
447 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect) const { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
448 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
449 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_Line_2)))(aParentRect, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
450 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
451 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_Line_3)))(aParentRect, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
452 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
453 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_Line_4)))(aParentRect, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
454 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
455 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_Line_5)))(aParentRect, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
456 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
457 |
inline TAknLayoutTableLimits APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_Limits() const { return (*(TAPAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
458 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
459 |
inline TAknWindowLineLayout APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0(TInt aLineIndex, const TRect& aParentRect, TInt aIndex_t) const { return (*(TAPAC_character_selection_pop_up_window_graphics_SUB_TABLE_0_sig*)(GetFunction(EApiId_APAC_character_selection_pop_up_window_graphics_SUB_TABLE_0)))(aLineIndex, aParentRect, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
460 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
461 |
// LAF Table : Chinese FEP pop-up window elements and descendants panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
462 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_elements_and_descendants_panes_Line_1(TInt aPaneLayout) const { return (*(TChinese_FEP_pop_up_window_elements_and_descendants_panes_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_elements_and_descendants_panes_Line_1)))(aPaneLayout); } |
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 fep_china_entry_pane(TInt aPaneLayout) const { return (*(Tfep_china_entry_pane_sig*)(GetFunction(EApiId_fep_china_entry_pane)))(aPaneLayout); } |
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 TAknWindowLineLayout fep_china_candidate_pane(TInt aPaneLayout) const { return (*(Tfep_china_candidate_pane_sig*)(GetFunction(EApiId_fep_china_candidate_pane)))(aPaneLayout); } |
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 |
// LAF Table : Chinese FEP entry pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
469 |
inline TAknTextLineLayout Chinese_FEP_entry_pane_texts_Line_1(TInt aIndex_C, TInt aPaneLayout) const { return (*(TChinese_FEP_entry_pane_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_entry_pane_texts_Line_1)))(aIndex_C, aPaneLayout); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
470 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
471 |
// LAF Table : Chinese FEP candidate pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
472 |
inline TAknWindowLineLayout Chinese_FEP_candidate_pane_elements_Line_1(TInt aLeftRight) const { return (*(TChinese_FEP_candidate_pane_elements_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_elements_Line_1)))(aLeftRight); } |
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 Chinese_FEP_candidate_pane_elements_Line_2() const { return (*(TChinese_FEP_candidate_pane_elements_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_elements_Line_2)))(); } |
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 Chinese_FEP_candidate_pane_elements_Line_3() const { return (*(TChinese_FEP_candidate_pane_elements_Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_elements_Line_3)))(); } |
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 TAknWindowLineLayout fep_china_highlight_pane(TInt aIndex_l) const { return (*(Tfep_china_highlight_pane_sig*)(GetFunction(EApiId_fep_china_highlight_pane)))(aIndex_l); } |
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 TAknLayoutTableLimits Chinese_FEP_candidate_pane_elements_SUB_TABLE_0_Limits() const { return (*(TChinese_FEP_candidate_pane_elements_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_elements_SUB_TABLE_0_Limits)))(); } |
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 Chinese_FEP_candidate_pane_elements_SUB_TABLE_0(TInt aLineIndex) const { return (*(TChinese_FEP_candidate_pane_elements_SUB_TABLE_0_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_elements_SUB_TABLE_0)))(aLineIndex); } |
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 |
// LAF Table : Chinese FEP candidate pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
485 |
inline TAknTextLineLayout Chinese_FEP_candidate_pane_texts_Line_1(TInt aIndex_C, TInt aCommon1) const { return (*(TChinese_FEP_candidate_pane_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_texts_Line_1)))(aIndex_C, aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
486 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
487 |
inline TAknTextLineLayout Chinese_FEP_candidate_pane_texts_Line_2(TInt aCommon1) const { return (*(TChinese_FEP_candidate_pane_texts_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_candidate_pane_texts_Line_2)))(aCommon1); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
488 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
489 |
// LAF Table : Chinese FEP pop up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
490 |
inline TAknWindowLineLayout Chinese_FEP_pop_up_window_graphics_Line_1(const TRect& aParentRect, TInt aIsShownWithPopupWindows) const { return (*(TChinese_FEP_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics_Line_1)))(aParentRect, aIsShownWithPopupWindows); } |
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 Chinese_FEP_pop_up_window_graphics_Line_2(const TRect& aParentRect, TInt aIsShownWithPopupWindows) const { return (*(TChinese_FEP_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics_Line_2)))(aParentRect, aIsShownWithPopupWindows); } |
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 Chinese_FEP_pop_up_window_graphics_Line_3(const TRect& aParentRect, TInt aIsShownWithPopupWindows) const { return (*(TChinese_FEP_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics_Line_3)))(aParentRect, aIsShownWithPopupWindows); } |
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 Chinese_FEP_pop_up_window_graphics_Line_4(const TRect& aParentRect, TInt aIsShownWithPopupWindows) const { return (*(TChinese_FEP_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics_Line_4)))(aParentRect, aIsShownWithPopupWindows); } |
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 Chinese_FEP_pop_up_window_graphics_Line_5(const TRect& aParentRect, TInt aIsShownWithPopupWindows) const { return (*(TChinese_FEP_pop_up_window_graphics_Line_5_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics_Line_5)))(aParentRect, aIsShownWithPopupWindows); } |
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 TAknLayoutTableLimits Chinese_FEP_pop_up_window_graphics_Limits() const { return (*(TChinese_FEP_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics_Limits)))(); } |
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 Chinese_FEP_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect, TInt aIsShownWithPopupWindows) const { return (*(TChinese_FEP_pop_up_window_graphics_sig*)(GetFunction(EApiId_Chinese_FEP_pop_up_window_graphics)))(aLineIndex, aParentRect, aIsShownWithPopupWindows); } |
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 |
// LAF Table : Chinese FEP highlight elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
505 |
inline TAknWindowLineLayout Chinese_FEP_highlight_elements_Line_1() const { return (*(TChinese_FEP_highlight_elements_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_highlight_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
506 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
507 |
inline TAknWindowLineLayout Chinese_FEP_highlight_elements_Line_2() const { return (*(TChinese_FEP_highlight_elements_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_highlight_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
508 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
509 |
inline TAknWindowLineLayout Chinese_FEP_highlight_elements_Line_3() const { return (*(TChinese_FEP_highlight_elements_Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_highlight_elements_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
510 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
511 |
inline TAknLayoutTableLimits Chinese_FEP_highlight_elements_Limits() const { return (*(TChinese_FEP_highlight_elements_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_highlight_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
512 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
513 |
inline TAknWindowLineLayout Chinese_FEP_highlight_elements(TInt aLineIndex) const { return (*(TChinese_FEP_highlight_elements_sig*)(GetFunction(EApiId_Chinese_FEP_highlight_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
514 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
515 |
// LAF Table : Chinese FEP highlight texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
516 |
inline TAknTextLineLayout Chinese_FEP_highlight_texts_Line_1(TInt aIndex_C) const { return (*(TChinese_FEP_highlight_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_highlight_texts_Line_1)))(aIndex_C); } |
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 |
// LAF Table : Unselected string highlight |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
519 |
inline TAknWindowLineLayout Unselected_string_highlight_Line_1(TInt aPaneLayout) const { return (*(TUnselected_string_highlight_Line_1_sig*)(GetFunction(EApiId_Unselected_string_highlight_Line_1)))(aPaneLayout); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
520 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
521 |
// LAF Table : Pinyin T9 candidate pop up window descendants panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
522 |
inline TAknWindowLineLayout list_single_fep_china_pinyin_pane(TInt aIndex_t) const { return (*(Tlist_single_fep_china_pinyin_pane_sig*)(GetFunction(EApiId_list_single_fep_china_pinyin_pane)))(aIndex_t); } |
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 |
// LAF Table : List pane texts (fep china) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
525 |
inline TAknTextLineLayout List_pane_texts__fep_china__Line_1(TInt aIndex_C) const { return (*(TList_pane_texts__fep_china__Line_1_sig*)(GetFunction(EApiId_List_pane_texts__fep_china__Line_1)))(aIndex_C); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
526 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
527 |
// LAF Table : Pinyin T9 candidate pop up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
528 |
inline TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics_Line_1(const TRect& aParentRect) const { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_1)))(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 Pinyin_T9_candidate_pop_up_window_graphics_Line_2(const TRect& aParentRect) const { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_2)))(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 TAknWindowLineLayout Pinyin_T9_candidate_pop_up_window_graphics_Line_3(const TRect& aParentRect) const { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_3)))(aParentRect); } |
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 Pinyin_T9_candidate_pop_up_window_graphics_Line_4(const TRect& aParentRect) const { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_pop_up_window_graphics_Line_4)))(aParentRect); } |
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 Pinyin_T9_candidate_pop_up_window_graphics_Limits() const { return (*(TPinyin_T9_candidate_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_pop_up_window_graphics_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 Pinyin_T9_candidate_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const { return (*(TPinyin_T9_candidate_pop_up_window_graphics_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_pop_up_window_graphics)))(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 |
// LAF Table : Pinyin T9 candidate highlight |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
541 |
inline TAknWindowLineLayout Pinyin_T9_candidate_highlight_Line_1(const TRect& aParentRect) const { return (*(TPinyin_T9_candidate_highlight_Line_1_sig*)(GetFunction(EApiId_Pinyin_T9_candidate_highlight_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
542 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
543 |
// From LAF Table : Pop-up windows (main pane as parent) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
544 |
inline TAknWindowLineLayout popup_grid_apac_character_window(TInt aIndex_H) const { return (*(Tpopup_grid_apac_character_window_sig*)(GetFunction(EApiId_popup_grid_apac_character_window)))(aIndex_H); } |
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 popup_fep_japan_predictive_window(TInt aIndex_l, TInt aIndex_H) const { return (*(Tpopup_fep_japan_predictive_window_sig*)(GetFunction(EApiId_popup_fep_japan_predictive_window)))(aIndex_l, aIndex_H); } |
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 popup_fep_japan_candidate_window(TInt aIndex_l, TInt aIndex_W, TInt aIndex_H) const { return (*(Tpopup_fep_japan_candidate_window_sig*)(GetFunction(EApiId_popup_fep_japan_candidate_window)))(aIndex_l, aIndex_W, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
549 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
550 |
// LAF Table : Candidateselection descendant panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
551 |
inline TAknWindowLineLayout candidate_pane(TInt aIndex_W, TInt aIndex_H) const { return (*(Tcandidate_pane_sig*)(GetFunction(EApiId_candidate_pane)))(aIndex_W, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
552 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
553 |
// LAF Table : APAC specific list pane placing |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
554 |
inline TAknWindowLineLayout list_single_popup_jap_candidate_pane(TInt aIndex_t, TInt aIndex_W) const { return (*(Tlist_single_popup_jap_candidate_pane_sig*)(GetFunction(EApiId_list_single_popup_jap_candidate_pane)))(aIndex_t, aIndex_W); } |
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 |
// LAF Table : Listpane text (single japan fep) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
557 |
inline TAknTextLineLayout List_pane_text__single_japan_fep__Line_1(TInt aIndex_W) const { return (*(TList_pane_text__single_japan_fep__Line_1_sig*)(GetFunction(EApiId_List_pane_text__single_japan_fep__Line_1)))(aIndex_W); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
558 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
559 |
// LAF Table : Predictive candidate selection list texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
560 |
inline TAknTextLineLayout Predictive_candidate_selection_list_texts_Line_1(TInt aIndex_C, TInt aIndex_B) const { return (*(TPredictive_candidate_selection_list_texts_Line_1_sig*)(GetFunction(EApiId_Predictive_candidate_selection_list_texts_Line_1)))(aIndex_C, aIndex_B); } |
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 TAknMultiLineTextLayout Multiline_Predictive_candidate_selection_list_texts_Line_1(TInt aIndex_C, TInt aNumberOfLinesShown) const { return (*(TMultiline_Predictive_candidate_selection_list_texts_Line_1_sig*)(GetFunction(EApiId_Multiline_Predictive_candidate_selection_list_texts_Line_1)))(aIndex_C, aNumberOfLinesShown); } |
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 |
// LAF Table : Predictive candidate selection highlight |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
565 |
inline TAknWindowLineLayout Predictive_candidate_selection_highlight_Line_1() const { return (*(TPredictive_candidate_selection_highlight_Line_1_sig*)(GetFunction(EApiId_Predictive_candidate_selection_highlight_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
566 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
567 |
// LAF Table : Predictive candidate selection popup window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
568 |
inline TAknWindowLineLayout Predictive_candidate_selection_popup_window_graphics_Line_1(const TRect& aParentRect) const { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_1_sig*)(GetFunction(EApiId_Predictive_candidate_selection_popup_window_graphics_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 Predictive_candidate_selection_popup_window_graphics_Line_2(const TRect& aParentRect) const { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_2_sig*)(GetFunction(EApiId_Predictive_candidate_selection_popup_window_graphics_Line_2)))(aParentRect); } |
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 Predictive_candidate_selection_popup_window_graphics_Line_3(const TRect& aParentRect) const { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_3_sig*)(GetFunction(EApiId_Predictive_candidate_selection_popup_window_graphics_Line_3)))(aParentRect); } |
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 Predictive_candidate_selection_popup_window_graphics_Line_4(const TRect& aParentRect) const { return (*(TPredictive_candidate_selection_popup_window_graphics_Line_4_sig*)(GetFunction(EApiId_Predictive_candidate_selection_popup_window_graphics_Line_4)))(aParentRect); } |
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 TAknLayoutTableLimits Predictive_candidate_selection_popup_window_graphics_Limits() const { return (*(TPredictive_candidate_selection_popup_window_graphics_Limits_sig*)(GetFunction(EApiId_Predictive_candidate_selection_popup_window_graphics_Limits)))(); } |
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 Predictive_candidate_selection_popup_window_graphics(TInt aLineIndex, const TRect& aParentRect) const { return (*(TPredictive_candidate_selection_popup_window_graphics_sig*)(GetFunction(EApiId_Predictive_candidate_selection_popup_window_graphics)))(aLineIndex, aParentRect); } |
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 |
// LAF Table : Candidate selection list texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
581 |
inline TAknTextLineLayout Candidate_selection_list_texts_Line_1() const { return (*(TCandidate_selection_list_texts_Line_1_sig*)(GetFunction(EApiId_Candidate_selection_list_texts_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
582 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
583 |
// LAF Table : Candidate selection pop-up window graphics |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
584 |
inline TAknWindowLineLayout Candidate_selection_pop_up_window_graphics_Line_1(const TRect& aParentRect) const { return (*(TCandidate_selection_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Candidate_selection_pop_up_window_graphics_Line_1)))(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 Candidate_selection_pop_up_window_graphics_Line_2(const TRect& aParentRect) const { return (*(TCandidate_selection_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Candidate_selection_pop_up_window_graphics_Line_2)))(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 TAknWindowLineLayout Candidate_selection_pop_up_window_graphics_Line_3(const TRect& aParentRect) const { return (*(TCandidate_selection_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Candidate_selection_pop_up_window_graphics_Line_3)))(aParentRect); } |
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 Candidate_selection_pop_up_window_graphics_Line_4(const TRect& aParentRect) const { return (*(TCandidate_selection_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Candidate_selection_pop_up_window_graphics_Line_4)))(aParentRect); } |
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 Candidate_selection_pop_up_window_graphics_Limits() const { return (*(TCandidate_selection_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Candidate_selection_pop_up_window_graphics_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 Candidate_selection_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const { return (*(TCandidate_selection_pop_up_window_graphics_sig*)(GetFunction(EApiId_Candidate_selection_pop_up_window_graphics)))(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 |
// LAF Table : Chinese FEP Zi popup window elements and descendants panes |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
597 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_elements_and_descendants_panes_Line_1() const { return (*(TChinese_FEP_Zi_popup_window_elements_and_descendants_panes_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_elements_and_descendants_panes_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
598 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
599 |
inline TAknWindowLineLayout fep_china_zi_entry_pane(TInt aIndex_W) const { return (*(Tfep_china_zi_entry_pane_sig*)(GetFunction(EApiId_fep_china_zi_entry_pane)))(aIndex_W); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
600 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
601 |
inline TAknWindowLineLayout fep_china_zi_candidate_pane(TInt aIndex_t) const { return (*(Tfep_china_zi_candidate_pane_sig*)(GetFunction(EApiId_fep_china_zi_candidate_pane)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
602 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
603 |
// LAF Table : Chinese FEP Zi entry pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
604 |
inline TAknWindowLineLayout Chinese_FEP_Zi_entry_pane_elements_Line_1() const { return (*(TChinese_FEP_Zi_entry_pane_elements_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_entry_pane_elements_Line_1)))(); } |
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 Chinese_FEP_Zi_entry_pane_elements_Line_2() const { return (*(TChinese_FEP_Zi_entry_pane_elements_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_entry_pane_elements_Line_2)))(); } |
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 TAknLayoutTableLimits Chinese_FEP_Zi_entry_pane_elements_Limits() const { return (*(TChinese_FEP_Zi_entry_pane_elements_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_entry_pane_elements_Limits)))(); } |
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 TAknWindowLineLayout Chinese_FEP_Zi_entry_pane_elements(TInt aLineIndex) const { return (*(TChinese_FEP_Zi_entry_pane_elements_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_entry_pane_elements)))(aLineIndex); } |
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 |
// LAF Table : Chinese FEP Zi entry pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
613 |
inline TAknTextLineLayout Chinese_FEP_Zi_entry_pane_texts_Line_1(TInt aIndex_C) const { return (*(TChinese_FEP_Zi_entry_pane_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_entry_pane_texts_Line_1)))(aIndex_C); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
614 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
615 |
// LAF Table : Chinese FEP Zi candidate pane elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
616 |
inline TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements_Line_1() const { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_1)))(); } |
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 Chinese_FEP_Zi_candidate_pane_elements_Line_2() const { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_2)))(); } |
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 TAknWindowLineLayout Chinese_FEP_Zi_candidate_pane_elements_Line_3() const { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_3)))(); } |
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 Chinese_FEP_Zi_candidate_pane_elements_Line_4() const { return (*(TChinese_FEP_Zi_candidate_pane_elements_Line_4_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_elements_Line_4)))(); } |
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 fep_china_zi_highlight_pane() const { return (*(Tfep_china_zi_highlight_pane_sig*)(GetFunction(EApiId_fep_china_zi_highlight_pane)))(); } |
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 TAknLayoutTableLimits Chinese_FEP_Zi_candidate_pane_elements_Limits() const { return (*(TChinese_FEP_Zi_candidate_pane_elements_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_elements_Limits)))(); } |
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 Chinese_FEP_Zi_candidate_pane_elements(TInt aLineIndex) const { return (*(TChinese_FEP_Zi_candidate_pane_elements_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_elements)))(aLineIndex); } |
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 |
// LAF Table : Chinese FEP Zi candidate pane texts |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
631 |
inline TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts_Line_1() const { return (*(TChinese_FEP_Zi_candidate_pane_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_texts_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
632 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
633 |
inline TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts_Line_2() const { return (*(TChinese_FEP_Zi_candidate_pane_texts_Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_texts_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
634 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
635 |
inline TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts_Line_3() const { return (*(TChinese_FEP_Zi_candidate_pane_texts_Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_texts_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
636 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
637 |
inline TAknLayoutTableLimits Chinese_FEP_Zi_candidate_pane_texts_Limits() const { return (*(TChinese_FEP_Zi_candidate_pane_texts_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_texts_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
638 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
639 |
inline TAknTextLineLayout Chinese_FEP_Zi_candidate_pane_texts(TInt aLineIndex) const { return (*(TChinese_FEP_Zi_candidate_pane_texts_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_candidate_pane_texts)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
640 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
641 |
// LAF Table : Chinese FEP Zi popup window graphics (part 1) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
642 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_1() const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_1)))(); } |
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 TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_1__Line_2(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_2)))(aIndex_t); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_1__Line_3(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_3)))(aIndex_t); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_1__Line_4() const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_4_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_4)))(); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_1__Line_5() const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__Line_5_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__Line_5)))(); } |
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 TAknLayoutTableLimits Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_Limits() const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_Limits)))(); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0(TInt aLineIndex, TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_0)))(aLineIndex, aIndex_t); } |
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 TAknLayoutTableLimits Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_Limits() const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_Limits_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_Limits)))(); } |
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 Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1(TInt aLineIndex) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_1__SUB_TABLE_1)))(aLineIndex); } |
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 |
// LAF Table : Chinese FEP Zi popup window graphics (part 2) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
661 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2__Line_1(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_1_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_1)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
662 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
663 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2__Line_2(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_2_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_2)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
664 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
665 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2__Line_3(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_3_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_3)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
666 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
667 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2__Line_4(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_4_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_4)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
668 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
669 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2__Line_5(TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Line_5_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Line_5)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
670 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
671 |
inline TAknLayoutTableLimits Chinese_FEP_Zi_popup_window_graphics__part_2__Limits() const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__Limits_sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2__Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
672 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
673 |
inline TAknWindowLineLayout Chinese_FEP_Zi_popup_window_graphics__part_2_(TInt aLineIndex, TInt aIndex_t) const { return (*(TChinese_FEP_Zi_popup_window_graphics__part_2__sig*)(GetFunction(EApiId_Chinese_FEP_Zi_popup_window_graphics__part_2_)))(aLineIndex, aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
674 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
675 |
// LAF Table : Input highlight elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
676 |
inline TAknWindowLineLayout Input_highlight_elements_Line_1() const { return (*(TInput_highlight_elements_Line_1_sig*)(GetFunction(EApiId_Input_highlight_elements_Line_1)))(); } |
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 |
// LAF Table : Candidate selection |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
679 |
inline TAknWindowLineLayout Candidate_selection_Line_1(const TRect& aParentRect) const { return (*(TCandidate_selection_Line_1_sig*)(GetFunction(EApiId_Candidate_selection_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
680 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
681 |
inline TAknWindowLineLayout Candidate_selection_Line_2(const TRect& aParentRect) const { return (*(TCandidate_selection_Line_2_sig*)(GetFunction(EApiId_Candidate_selection_Line_2)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
682 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
683 |
inline TAknLayoutTableLimits Candidate_selection_Limits() const { return (*(TCandidate_selection_Limits_sig*)(GetFunction(EApiId_Candidate_selection_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
684 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
685 |
inline TAknWindowLineLayout Candidate_selection(TInt aLineIndex, const TRect& aParentRect) const { return (*(TCandidate_selection_sig*)(GetFunction(EApiId_Candidate_selection)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
686 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
687 |
// From LAF Table : Pop-up windows (main pane as parent) |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
688 |
inline TAknWindowLineLayout popup_fep_china_zi_window(TInt aCommon1) const { return (*(Tpopup_fep_china_zi_window_sig*)(GetFunction(EApiId_popup_fep_china_zi_window)))(aCommon1); } |
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 |
// LAF Table : Find pop-up window elements |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
691 |
inline TAknWindowLineLayout Find_pop_up_window_elements_Line_5() const { return (*(TFind_pop_up_window_elements_Line_5_sig*)(GetFunction(EApiId_Find_pop_up_window_elements_Line_5)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
692 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
693 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_Line_1() const { return (*(TChinese_universal_FEP_pop_up_window_elements_and_descendants_panes_Line_1_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
694 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
695 |
inline TAknWindowLineLayout fep_china_uni_entry_pane() const { return (*(Tfep_china_uni_entry_pane_sig*)(GetFunction(EApiId_fep_china_uni_entry_pane)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
696 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
697 |
inline TAknWindowLineLayout fep_china_uni_candidate_pane(TInt aIndex_t) const { return (*(Tfep_china_uni_candidate_pane_sig*)(GetFunction(EApiId_fep_china_uni_candidate_pane)))(aIndex_t); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
698 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
699 |
inline TAknLayoutTableLimits Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_Limits() const { return (*(TChinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_Limits_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
700 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
701 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0(TInt aLineIndex) const { return (*(TChinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_elements_and_descendants_panes_SUB_TABLE_0)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
702 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
703 |
inline TAknWindowLineLayout Chinese_universal_FEP_entry_pane_elements_Line_1() const { return (*(TChinese_universal_FEP_entry_pane_elements_Line_1_sig*)(GetFunction(EApiId_Chinese_universal_FEP_entry_pane_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
704 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
705 |
inline TAknWindowLineLayout Chinese_universal_FEP_entry_pane_elements_Line_2() const { return (*(TChinese_universal_FEP_entry_pane_elements_Line_2_sig*)(GetFunction(EApiId_Chinese_universal_FEP_entry_pane_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
706 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
707 |
inline TAknWindowLineLayout fep_entry_item_pane() const { return (*(Tfep_entry_item_pane_sig*)(GetFunction(EApiId_fep_entry_item_pane)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
708 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
709 |
inline TAknLayoutTableLimits Chinese_universal_FEP_entry_pane_elements_Limits() const { return (*(TChinese_universal_FEP_entry_pane_elements_Limits_sig*)(GetFunction(EApiId_Chinese_universal_FEP_entry_pane_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
710 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
711 |
inline TAknWindowLineLayout Chinese_universal_FEP_entry_pane_elements(TInt aLineIndex) const { return (*(TChinese_universal_FEP_entry_pane_elements_sig*)(GetFunction(EApiId_Chinese_universal_FEP_entry_pane_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
712 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
713 |
inline TAknTextLineLayout Chinese_universal_FEP_entry_pane_texts_Line_1(TInt aIndex_C) const { return (*(TChinese_universal_FEP_entry_pane_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_universal_FEP_entry_pane_texts_Line_1)))(aIndex_C); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
714 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
715 |
inline TAknWindowLineLayout Chinese_universal_FEPcandidate_pane_elements_Line_1() const { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_1_sig*)(GetFunction(EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
716 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
717 |
inline TAknWindowLineLayout Chinese_universal_FEPcandidate_pane_elements_Line_2() const { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_2_sig*)(GetFunction(EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
718 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
719 |
inline TAknWindowLineLayout Chinese_universal_FEPcandidate_pane_elements_Line_3() const { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_3_sig*)(GetFunction(EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
720 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
721 |
inline TAknWindowLineLayout Chinese_universal_FEPcandidate_pane_elements_Line_4() const { return (*(TChinese_universal_FEPcandidate_pane_elements_Line_4_sig*)(GetFunction(EApiId_Chinese_universal_FEPcandidate_pane_elements_Line_4)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
722 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
723 |
inline TAknWindowLineLayout fep_candidate_item_pane() const { return (*(Tfep_candidate_item_pane_sig*)(GetFunction(EApiId_fep_candidate_item_pane)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
724 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
725 |
inline TAknLayoutTableLimits Chinese_universal_FEPcandidate_pane_elements_Limits() const { return (*(TChinese_universal_FEPcandidate_pane_elements_Limits_sig*)(GetFunction(EApiId_Chinese_universal_FEPcandidate_pane_elements_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
726 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
727 |
inline TAknWindowLineLayout Chinese_universal_FEPcandidate_pane_elements(TInt aLineIndex) const { return (*(TChinese_universal_FEPcandidate_pane_elements_sig*)(GetFunction(EApiId_Chinese_universal_FEPcandidate_pane_elements)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
728 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
729 |
inline TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts_Line_1() const { return (*(TChinese_universal_FEP_candidate_pane_texts_Line_1_sig*)(GetFunction(EApiId_Chinese_universal_FEP_candidate_pane_texts_Line_1)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
730 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
731 |
inline TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts_Line_2() const { return (*(TChinese_universal_FEP_candidate_pane_texts_Line_2_sig*)(GetFunction(EApiId_Chinese_universal_FEP_candidate_pane_texts_Line_2)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
732 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
733 |
inline TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts_Line_3() const { return (*(TChinese_universal_FEP_candidate_pane_texts_Line_3_sig*)(GetFunction(EApiId_Chinese_universal_FEP_candidate_pane_texts_Line_3)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
734 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
735 |
inline TAknLayoutTableLimits Chinese_universal_FEP_candidate_pane_texts_Limits() const { return (*(TChinese_universal_FEP_candidate_pane_texts_Limits_sig*)(GetFunction(EApiId_Chinese_universal_FEP_candidate_pane_texts_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
736 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
737 |
inline TAknTextLineLayout Chinese_universal_FEP_candidate_pane_texts(TInt aLineIndex) const { return (*(TChinese_universal_FEP_candidate_pane_texts_sig*)(GetFunction(EApiId_Chinese_universal_FEP_candidate_pane_texts)))(aLineIndex); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
738 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
739 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_graphics_Line_1(const TRect& aParentRect) const { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_1_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
740 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
741 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_graphics_Line_2(const TRect& aParentRect) const { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_2_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_2)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
742 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
743 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_graphics_Line_3(const TRect& aParentRect) const { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_3_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_3)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
744 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
745 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_graphics_Line_4(const TRect& aParentRect) const { return (*(TChinese_universal_FEP_pop_up_window_graphics_Line_4_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_graphics_Line_4)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
746 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
747 |
inline TAknLayoutTableLimits Chinese_universal_FEP_pop_up_window_graphics_Limits() const { return (*(TChinese_universal_FEP_pop_up_window_graphics_Limits_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_graphics_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
748 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
749 |
inline TAknWindowLineLayout Chinese_universal_FEP_pop_up_window_graphics(TInt aLineIndex, const TRect& aParentRect) const { return (*(TChinese_universal_FEP_pop_up_window_graphics_sig*)(GetFunction(EApiId_Chinese_universal_FEP_pop_up_window_graphics)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
750 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
751 |
inline TAknWindowLineLayout Input_highlight_Line_1(const TRect& aParentRect) const { return (*(TInput_highlight_Line_1_sig*)(GetFunction(EApiId_Input_highlight_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
752 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
753 |
inline TAknWindowLineLayout Candidate_selection_highlight_Line_1(const TRect& aParentRect) const { return (*(TCandidate_selection_highlight_Line_1_sig*)(GetFunction(EApiId_Candidate_selection_highlight_Line_1)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
754 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
755 |
inline TAknWindowLineLayout Candidate_selection_highlight_Line_2(const TRect& aParentRect) const { return (*(TCandidate_selection_highlight_Line_2_sig*)(GetFunction(EApiId_Candidate_selection_highlight_Line_2)))(aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
756 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
757 |
inline TAknLayoutTableLimits Candidate_selection_highlight_Limits() const { return (*(TCandidate_selection_highlight_Limits_sig*)(GetFunction(EApiId_Candidate_selection_highlight_Limits)))(); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
758 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
759 |
inline TAknWindowLineLayout Candidate_selection_highlight(TInt aLineIndex, const TRect& aParentRect) const { return (*(TCandidate_selection_highlight_sig*)(GetFunction(EApiId_Candidate_selection_highlight)))(aLineIndex, aParentRect); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
760 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
761 |
inline TAknWindowLineLayout popup_fep_china_uni_window(TInt aIndex_l, TInt aIndex_H) const { return (*(Tpopup_fep_china_uni_window_sig*)(GetFunction(EApiId_popup_fep_china_uni_window)))(aIndex_l, aIndex_H); } |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
762 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
763 |
private: |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
764 |
CInstance(); |
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 |
|
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
767 |
} // end of namespace AknApacLayout |
11157e26c4a7
added dependencies for homescreen package
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
768 |
#endif // AKNAPACLAYOUT_CDL |