uidesigner/com.nokia.sdt.component.symbian.test/data/scripting/fixture.nxd
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 13:41:27 -0500
branchRCL_2_0
changeset 67 47ecdc260147
parent 2 d760517a8095
permissions -rw-r--r--
updated release date
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
<designerData>
cawthron
parents:
diff changeset
     3
  <component id="com.nokia.examples.base">
cawthron
parents:
diff changeset
     4
      <property id="name">obj0</property>
cawthron
parents:
diff changeset
     5
   	  <compoundProperty id="size">
cawthron
parents:
diff changeset
     6
   	  	<property id="width">100</property>
cawthron
parents:
diff changeset
     7
   	  	<property id="height">200</property>
cawthron
parents:
diff changeset
     8
   	  </compoundProperty>
cawthron
parents:
diff changeset
     9
cawthron
parents:
diff changeset
    10
	  <component id="com.nokia.examples.base">
cawthron
parents:
diff changeset
    11
	      <property id="name">obj1</property>
cawthron
parents:
diff changeset
    12
	   	  <compoundProperty id="size">
cawthron
parents:
diff changeset
    13
	   	  	<property id="width">10</property>
cawthron
parents:
diff changeset
    14
	   	  	<property id="height">20</property>
cawthron
parents:
diff changeset
    15
	   	  </compoundProperty>
cawthron
parents:
diff changeset
    16
cawthron
parents:
diff changeset
    17
		  <component id="com.nokia.examples.base">
cawthron
parents:
diff changeset
    18
		      <property id="name">obj2</property>
cawthron
parents:
diff changeset
    19
		   	  <compoundProperty id="size">
cawthron
parents:
diff changeset
    20
		   	  	<property id="width">1</property>
cawthron
parents:
diff changeset
    21
		   	  	<property id="height">2</property>
cawthron
parents:
diff changeset
    22
		   	  </compoundProperty>
cawthron
parents:
diff changeset
    23
		  </component>  
cawthron
parents:
diff changeset
    24
cawthron
parents:
diff changeset
    25
	  </component>  
cawthron
parents:
diff changeset
    26
cawthron
parents:
diff changeset
    27
	  <component id="com.nokia.examples.derived">
cawthron
parents:
diff changeset
    28
	      <property id="name">objD</property>
cawthron
parents:
diff changeset
    29
	   	  <compoundProperty id="size">
cawthron
parents:
diff changeset
    30
	   	  	<property id="width">5</property>
cawthron
parents:
diff changeset
    31
	   	  	<property id="height">6</property>
cawthron
parents:
diff changeset
    32
	   	  </compoundProperty>
cawthron
parents:
diff changeset
    33
	  </component>  
cawthron
parents:
diff changeset
    34
	
cawthron
parents:
diff changeset
    35
	  <component id="com.nokia.test.arrayTest">
cawthron
parents:
diff changeset
    36
	      <property id="name">emptyTest</property>
cawthron
parents:
diff changeset
    37
	  </component>  
cawthron
parents:
diff changeset
    38
cawthron
parents:
diff changeset
    39
	  <component id="com.nokia.test.arrayTest">
cawthron
parents:
diff changeset
    40
	      <property id="name">arrayTest</property>
cawthron
parents:
diff changeset
    41
	      <sequenceProperty id="ints">
cawthron
parents:
diff changeset
    42
	      	<element>2</element>
cawthron
parents:
diff changeset
    43
	      	<element>3</element>
cawthron
parents:
diff changeset
    44
	      	<element>5</element>
cawthron
parents:
diff changeset
    45
	      </sequenceProperty>
cawthron
parents:
diff changeset
    46
	      <sequenceProperty id="strs">
cawthron
parents:
diff changeset
    47
	      	<element>One</element>
cawthron
parents:
diff changeset
    48
	      	<element>Two</element>
cawthron
parents:
diff changeset
    49
	      </sequenceProperty>
cawthron
parents:
diff changeset
    50
	      <sequenceProperty id="foos">
cawthron
parents:
diff changeset
    51
	      	<compoundElement>
cawthron
parents:
diff changeset
    52
	      		<property id="f1">456</property>
cawthron
parents:
diff changeset
    53
	      		<property id="f2">true</property>
cawthron
parents:
diff changeset
    54
	      	</compoundElement>
cawthron
parents:
diff changeset
    55
	      </sequenceProperty>
cawthron
parents:
diff changeset
    56
	      
cawthron
parents:
diff changeset
    57
	  </component>  
cawthron
parents:
diff changeset
    58
cawthron
parents:
diff changeset
    59
	  <component id="com.nokia.examples.base">
cawthron
parents:
diff changeset
    60
	      <property id="name">event0</property>
cawthron
parents:
diff changeset
    61
	      <property id="className">MyClass</property>
cawthron
parents:
diff changeset
    62
	      <eventBinding id="eventChanged" handlerDisplay="HandleThingyChanged"
cawthron
parents:
diff changeset
    63
	      	handlerSymbol="MyClass::HandleThingyChanged" />
cawthron
parents:
diff changeset
    64
	      
cawthron
parents:
diff changeset
    65
	  </component>
cawthron
parents:
diff changeset
    66
cawthron
parents:
diff changeset
    67
	  <component id="com.nokia.examples.derived">
cawthron
parents:
diff changeset
    68
	      <property id="name">event1</property>
cawthron
parents:
diff changeset
    69
	      <property id="className">MyClass</property>
cawthron
parents:
diff changeset
    70
	      <eventBinding id="eventCreated" handlerDisplay="SuperFunction"
cawthron
parents:
diff changeset
    71
	      	handlerSymbol="MyClass::SuperFunction" />
cawthron
parents:
diff changeset
    72
	      <eventBinding id="eventFrobbed" handlerDisplay="HandleThingyFrobbed"
cawthron
parents:
diff changeset
    73
	      	handlerSymbol="MyClass::HandleThingyFrobbed" />
cawthron
parents:
diff changeset
    74
	      
cawthron
parents:
diff changeset
    75
	  </component>
cawthron
parents:
diff changeset
    76
  
cawthron
parents:
diff changeset
    77
  </component>  
cawthron
parents:
diff changeset
    78
</designerData>