|
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 // This file was generated from LayoutMetaData.cdl. |
|
18 // It contains the customisation API. |
|
19 // It should not be modified manually. |
|
20 |
|
21 #ifndef LAYOUTMETADATA_CDL_CUSTOM_H |
|
22 #define LAYOUTMETADATA_CDL_CUSTOM_H |
|
23 |
|
24 #include <cdlengdef.h> |
|
25 #include "LayoutMetaData.cdl.common.h" |
|
26 |
|
27 namespace Layout_Meta_Data |
|
28 { |
|
29 |
|
30 // This structure defines the interface to a customisation instance. |
|
31 // A customisation instance must supply an instance of this structure, with the pointer |
|
32 // members either being NULL, or pointing at functions or data of the correct type. |
|
33 |
|
34 #ifdef __WINS__ |
|
35 struct SCdlImpl0 |
|
36 #else |
|
37 struct SCdlImpl |
|
38 #endif |
|
39 { |
|
40 TIsLandscapeOrientation_sig* IsLandscapeOrientation; |
|
41 TIsMirrored_sig* IsMirrored; |
|
42 TIsScrollbarEnabled_sig* IsScrollbarEnabled; |
|
43 TIsAPAC_sig* IsAPAC; |
|
44 TIsPenEnabled_sig* IsPenEnabled; |
|
45 TIsListStretchingEnabled_sig* IsListStretchingEnabled; |
|
46 TIsMSKEnabled_sig* IsMSKEnabled; |
|
47 TIsTouchPaneEnabled_sig* IsTouchPaneEnabled; |
|
48 }; |
|
49 #ifdef __WINS__ |
|
50 struct SCdlImpl |
|
51 { |
|
52 SCdlImpl0 i0; |
|
53 }; |
|
54 #endif |
|
55 |
|
56 } // end of namespace Layout_Meta_Data |
|
57 #endif // LAYOUTMETADATA_CDL_CUSTOM_H |