equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 // LayoutMetaData_defaults generated by |
|
18 // cdlcompiler instance ..\cdl\LayoutMetaData.cdl LayoutMetaData_defaults |
|
19 // This customisation implements the interface defined in LayoutMetaData.cdl |
|
20 |
|
21 #include "layoutmetadata_defaults.h" |
|
22 |
|
23 namespace LayoutMetaData_defaults |
|
24 { |
|
25 |
|
26 TBool IsLandscapeOrientation() |
|
27 { |
|
28 return EFalse; |
|
29 } |
|
30 |
|
31 TBool IsMirrored() |
|
32 { |
|
33 return EFalse; |
|
34 } |
|
35 |
|
36 TBool IsScrollbarEnabled() |
|
37 { |
|
38 return EFalse; |
|
39 } |
|
40 |
|
41 TBool IsAPAC() |
|
42 { |
|
43 return EFalse; |
|
44 } |
|
45 |
|
46 TBool IsPenEnabled() |
|
47 { |
|
48 return EFalse; |
|
49 } |
|
50 |
|
51 TBool IsListStretchingEnabled() |
|
52 { |
|
53 return EFalse; |
|
54 } |
|
55 |
|
56 TBool IsMSKEnabled() |
|
57 { |
|
58 return EFalse; |
|
59 } |
|
60 |
|
61 TBool IsTouchPaneEnabled() |
|
62 { |
|
63 return EFalse; |
|
64 } |
|
65 |
|
66 const Layout_Meta_Data::SCdlImpl KCdlImpl = |
|
67 { |
|
68 &IsLandscapeOrientation, |
|
69 &IsMirrored, |
|
70 &IsScrollbarEnabled, |
|
71 &IsAPAC, |
|
72 &IsPenEnabled, |
|
73 &IsListStretchingEnabled, |
|
74 &IsMSKEnabled, |
|
75 &IsTouchPaneEnabled, |
|
76 }; |
|
77 |
|
78 } // end of namespace LayoutMetaData_defaults |