uidesigner/com.nokia.sdt.symbian.tests/data/images/components/testControlBase.component
author timkelly
Tue, 21 Apr 2009 14:51:39 -0500
branchRCL_2_0
changeset 109 2a4136280275
parent 2 d760517a8095
permissions -rw-r--r--
Fix again for bug 8902. Give direct access to BuildArgumentsInfo class and deprecate IBuildArgumentsInfo.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
cawthron
parents:
diff changeset
     3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
cawthron
parents:
diff changeset
     4
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     5
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     6
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
     7
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
     8
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
     9
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
    10
cawthron
parents:
diff changeset
    11
	<!-- This component is the abstract base component for
cawthron
parents:
diff changeset
    12
	     all Series 60 control components
cawthron
parents:
diff changeset
    13
	 -->
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
	<compoundPropertyDeclaration qualifiedName="com.nokia.sdt.test.locationProperty">
cawthron
parents:
diff changeset
    17
		<property name="x" type="integer"/>
cawthron
parents:
diff changeset
    18
		<property name="y" type="integer"/>
cawthron
parents:
diff changeset
    19
	</compoundPropertyDeclaration>
cawthron
parents:
diff changeset
    20
	<compoundPropertyDeclaration qualifiedName="com.nokia.sdt.test.sizeProperty">
cawthron
parents:
diff changeset
    21
		<property name="width" type="integer"/>
cawthron
parents:
diff changeset
    22
		<property name="height" type="integer"/>
cawthron
parents:
diff changeset
    23
	</compoundPropertyDeclaration>
cawthron
parents:
diff changeset
    24
cawthron
parents:
diff changeset
    25
	<compoundPropertyDeclaration 
cawthron
parents:
diff changeset
    26
		qualifiedName="com.nokia.sdt.symbian.test.imageProperty"
cawthron
parents:
diff changeset
    27
		converterClass="com.nokia.sdt.symbian.images.SymbianImageValueConverter"
cawthron
parents:
diff changeset
    28
		>
cawthron
parents:
diff changeset
    29
		<property name="bmpfile" displayName="multi-image file" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    30
		<property name="bmpid" displayName="image id" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    31
		<property name="bmpmask" displayName="image mask id" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    32
	</compoundPropertyDeclaration>
cawthron
parents:
diff changeset
    33
cawthron
parents:
diff changeset
    34
	<compoundPropertyDeclaration 
cawthron
parents:
diff changeset
    35
		qualifiedName="com.nokia.carbide.uiq.ImageProperty"
cawthron
parents:
diff changeset
    36
		converterClass="com.nokia.sdt.symbian.images.UIQImageValueConverter">
cawthron
parents:
diff changeset
    37
		<property name="bmpfile" displayName="multi-image file" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    38
		<property name="bmpid" displayName="image id" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    39
		<property name="bmpmask" displayName="image mask id" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    40
		<property name="uri" displayName="uri" type="string" readOnly="true"/>
cawthron
parents:
diff changeset
    41
	</compoundPropertyDeclaration>
cawthron
parents:
diff changeset
    42
cawthron
parents:
diff changeset
    43
cawthron
parents:
diff changeset
    44
	<component 
cawthron
parents:
diff changeset
    45
			friendlyName="" 
cawthron
parents:
diff changeset
    46
			qualifiedName="com.nokia.sdt.test.testControlBase" 
cawthron
parents:
diff changeset
    47
			abstract="true"
cawthron
parents:
diff changeset
    48
			version="0.1">
cawthron
parents:
diff changeset
    49
		<attributes>
cawthron
parents:
diff changeset
    50
			<attribute key="is-layout-object">true</attribute>
cawthron
parents:
diff changeset
    51
		</attributes>
cawthron
parents:
diff changeset
    52
		<properties>
cawthron
parents:
diff changeset
    53
			<property category="Design" name="name" displayName="%name" type="uniqueName"/>
cawthron
parents:
diff changeset
    54
			<compoundProperty category="Layout" name="location" displayName="%location" 
cawthron
parents:
diff changeset
    55
				type="com.nokia.sdt.test.locationProperty"
cawthron
parents:
diff changeset
    56
				/>
cawthron
parents:
diff changeset
    57
			<compoundProperty category="Layout" name="size" displayName="%size" 
cawthron
parents:
diff changeset
    58
			type="com.nokia.sdt.test.sizeProperty"
cawthron
parents:
diff changeset
    59
				/>
cawthron
parents:
diff changeset
    60
		</properties>
cawthron
parents:
diff changeset
    61
cawthron
parents:
diff changeset
    62
	</component>
cawthron
parents:
diff changeset
    63
</componentDefinition>