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.

<?xml version="1.0" encoding="UTF-8"?>
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
<!-- All rights reserved. -->
<!-- This component and the accompanying materials are made available -->
<!-- under the terms of the License "Eclipse Public License v1.0" -->
<!-- which accompanies this distribution, and is available -->
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->

	<!-- This component is the abstract base component for
	     all Series 60 control components
	 -->


	<compoundPropertyDeclaration qualifiedName="com.nokia.sdt.test.locationProperty">
		<property name="x" type="integer"/>
		<property name="y" type="integer"/>
	</compoundPropertyDeclaration>
	<compoundPropertyDeclaration qualifiedName="com.nokia.sdt.test.sizeProperty">
		<property name="width" type="integer"/>
		<property name="height" type="integer"/>
	</compoundPropertyDeclaration>

	<compoundPropertyDeclaration 
		qualifiedName="com.nokia.sdt.symbian.test.imageProperty"
		converterClass="com.nokia.sdt.symbian.images.SymbianImageValueConverter"
		>
		<property name="bmpfile" displayName="multi-image file" type="string" readOnly="true"/>
		<property name="bmpid" displayName="image id" type="string" readOnly="true"/>
		<property name="bmpmask" displayName="image mask id" type="string" readOnly="true"/>
	</compoundPropertyDeclaration>

	<compoundPropertyDeclaration 
		qualifiedName="com.nokia.carbide.uiq.ImageProperty"
		converterClass="com.nokia.sdt.symbian.images.UIQImageValueConverter">
		<property name="bmpfile" displayName="multi-image file" type="string" readOnly="true"/>
		<property name="bmpid" displayName="image id" type="string" readOnly="true"/>
		<property name="bmpmask" displayName="image mask id" type="string" readOnly="true"/>
		<property name="uri" displayName="uri" type="string" readOnly="true"/>
	</compoundPropertyDeclaration>


	<component 
			friendlyName="" 
			qualifiedName="com.nokia.sdt.test.testControlBase" 
			abstract="true"
			version="0.1">
		<attributes>
			<attribute key="is-layout-object">true</attribute>
		</attributes>
		<properties>
			<property category="Design" name="name" displayName="%name" type="uniqueName"/>
			<compoundProperty category="Layout" name="location" displayName="%location" 
				type="com.nokia.sdt.test.locationProperty"
				/>
			<compoundProperty category="Layout" name="size" displayName="%size" 
			type="com.nokia.sdt.test.sizeProperty"
				/>
		</properties>

	</component>
</componentDefinition>