2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!-- Copyright (c) 2006 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 the License "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 |
<!DOCTYPE componentDefinition [
|
|
10 |
<!ENTITY CommonMacros SYSTEM "../CommonMacros.inc">
|
|
11 |
]>
|
|
12 |
|
|
13 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
14 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
15 |
|
|
16 |
<!-- This component is the abstract base component for
|
|
17 |
all Series 60 layout components
|
|
18 |
-->
|
|
19 |
|
|
20 |
<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.CGraphicsContext.BrushStyle">
|
|
21 |
<enumElement value="ENullBrush" displayValue="none"/>
|
|
22 |
<enumElement value="ESolidBrush" displayValue="solid"/>
|
|
23 |
<enumElement value="EPatternedBrush" displayValue="patterned"/>
|
|
24 |
<enumElement value="EVerticalHatchBrush" displayValue="vertical hatch"/>
|
|
25 |
<enumElement value="EForwardDiagonalHatchBrush" displayValue="forward diagonal hatch"/>
|
|
26 |
<enumElement value="EHorizontalHatchBrush" displayValue="horizontal hatch"/>
|
|
27 |
<enumElement value="ERearwardDiagonalHatchBrush" displayValue="rearward diagonal hatch"/>
|
|
28 |
<enumElement value="ESquareCrossHatchBrush" displayValue="square cross hatch"/>
|
|
29 |
<enumElement value="EDiamondCrossHatchBrush" displayValue="diamond cross hatch"/>
|
|
30 |
</enumPropertyDeclaration>
|
|
31 |
<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.CEikonEnv.SystemFont">
|
|
32 |
<enumElement value="NormalFont" displayValue="normal"/>
|
|
33 |
<enumElement value="AnnotationFont" displayValue="annotation"/>
|
|
34 |
<enumElement value="TitleFont" displayValue="title"/>
|
|
35 |
<enumElement value="LegendFont" displayValue="legend"/>
|
|
36 |
<enumElement value="SymbolFont" displayValue="symbol"/>
|
|
37 |
<enumElement value="DenseFont" displayValue="dense"/>
|
|
38 |
</enumPropertyDeclaration>
|
|
39 |
|
|
40 |
<component
|
|
41 |
friendlyName=""
|
|
42 |
qualifiedName="com.nokia.sdt.series60.ControlBase"
|
|
43 |
baseComponent="com.nokia.sdt.series60.CommonBase"
|
|
44 |
abstract="true"
|
|
45 |
version="1.0">
|
|
46 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"/>
|
|
47 |
<attributes>
|
|
48 |
<attribute key="is-layout-object">true</attribute>
|
|
49 |
</attributes>
|
|
50 |
<properties>
|
|
51 |
<compoundProperty category="Layout" name="location" displayName="%location"
|
|
52 |
type="com.nokia.sdt.series60.locationProperty"
|
|
53 |
editorClass="com.nokia.sdt.symbian.ui.editors.ReadOnlySummaryEditorFactory"
|
|
54 |
descriptionKey="locationDescription" />
|
|
55 |
<compoundProperty category="Layout" name="size" displayName="%size" type="com.nokia.sdt.series60.sizeProperty"
|
|
56 |
editorClass="com.nokia.sdt.symbian.ui.editors.ReadOnlySummaryEditorFactory"
|
|
57 |
descriptionKey="sizeDescription"/>
|
|
58 |
</properties>
|
|
59 |
|
|
60 |
<implementations>
|
|
61 |
<implementation>
|
|
62 |
<interface id="com.nokia.sdt.datamodel.adapter.IPropertyExtenders"/>
|
|
63 |
<code class="com.nokia.sdt.series60.component.DefaultPropertyExtenderFactory"/>
|
|
64 |
</implementation>
|
|
65 |
</implementations>
|
|
66 |
|
|
67 |
</component>
|
|
68 |
</componentDefinition>
|