Initial commit
This commit is contained in:
		
							
								
								
									
										201
									
								
								docs/model/sm-buttonstate.uxf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										201
									
								
								docs/model/sm-buttonstate.uxf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,201 @@ | ||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||||
| <diagram program="umlet" version="14.2"> | ||||
|   <help_text> | ||||
|  | ||||
| // Uncomment the following line to change the fontsize and font: | ||||
| // fontsize=14 | ||||
| // fontfamily=SansSerif //possible: SansSerif,Serif,Monospaced | ||||
|  | ||||
|  | ||||
| ////////////////////////////////////////////////////////////////////////////////////////////// | ||||
| // Welcome to UMLet! | ||||
| // | ||||
| // Double-click on elements to add them to the diagram, or to copy them | ||||
| // Edit elements by modifying the text in this panel | ||||
| // Hold Ctrl to select multiple elements | ||||
| // Use Ctrl+mouse to select via lasso | ||||
| // | ||||
| // Use +/- or Ctrl+mouse wheel to zoom | ||||
| // Drag a whole relation at its central square icon | ||||
| // | ||||
| // Press Ctrl+C to copy the whole diagram to the system clipboard (then just paste it to, eg, Word) | ||||
| // Edit the files in the "palettes" directory to create your own element palettes | ||||
| // | ||||
| // Select "Custom Elements > New..." to create new element types | ||||
| ////////////////////////////////////////////////////////////////////////////////////////////// | ||||
|  | ||||
|  | ||||
| // This text will be stored with each diagram;  use it for notes.</help_text> | ||||
|   <zoom_level>9</zoom_level> | ||||
|   <element> | ||||
|     <id>Text</id> | ||||
|     <coordinates> | ||||
|       <x>144</x> | ||||
|       <y>0</y> | ||||
|       <w>522</w> | ||||
|       <h>36</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>*Button State - State-Machine* | ||||
|  | ||||
| style=wordwrap | ||||
| fontsize=22</panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>135</x> | ||||
|       <y>18</y> | ||||
|       <w>306</w> | ||||
|       <h>27</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=- | ||||
| lw=2.5</panel_attributes> | ||||
|     <additional_attributes>10.0;10.0;320.0;10.0</additional_attributes> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>UMLClass</id> | ||||
|     <coordinates> | ||||
|       <x>144</x> | ||||
|       <y>729</y> | ||||
|       <w>882</w> | ||||
|       <h>27</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=.. | ||||
| halign=right | ||||
| 2019-02-25</panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>UMLSpecialState</id> | ||||
|     <coordinates> | ||||
|       <x>360</x> | ||||
|       <y>171</y> | ||||
|       <w>18</w> | ||||
|       <h>18</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>type=initial</panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>369</x> | ||||
|       <y>171</y> | ||||
|       <w>81</w> | ||||
|       <h>27</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=-></panel_attributes> | ||||
|     <additional_attributes>10.0;10.0;70.0;10.0</additional_attributes> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>UMLState</id> | ||||
|     <coordinates> | ||||
|       <x>432</x> | ||||
|       <y>162</y> | ||||
|       <w>207</w> | ||||
|       <h>81</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>WAIT_BUTTON_PRESSED</panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>522</x> | ||||
|       <y>234</y> | ||||
|       <w>117</w> | ||||
|       <h>90</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=-> | ||||
| evButtonPressed</panel_attributes> | ||||
|     <additional_attributes>10.0;10.0;10.0;80.0</additional_attributes> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>UMLState</id> | ||||
|     <coordinates> | ||||
|       <x>423</x> | ||||
|       <y>306</y> | ||||
|       <w>225</w> | ||||
|       <h>81</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>BUTTON_PRESSED</panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>UMLState</id> | ||||
|     <coordinates> | ||||
|       <x>207</x> | ||||
|       <y>450</y> | ||||
|       <w>297</w> | ||||
|       <h>72</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>BUTTON_SHORT_PRESSED | ||||
| -- | ||||
|  | ||||
| entry / doNotifyButtonShortPressed(buttonIndex) | ||||
| </panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>UMLState</id> | ||||
|     <coordinates> | ||||
|       <x>567</x> | ||||
|       <y>450</y> | ||||
|       <w>288</w> | ||||
|       <h>72</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>BUTTON_LONG_PRESSED | ||||
| -- | ||||
|  | ||||
| entry / doNotifyButtonLongPressed(buttonIndex) | ||||
| </panel_attributes> | ||||
|     <additional_attributes/> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>441</x> | ||||
|       <y>378</y> | ||||
|       <w>126</w> | ||||
|       <h>90</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=-> | ||||
| evButtonReleased</panel_attributes> | ||||
|     <additional_attributes>10.0;10.0;10.0;80.0</additional_attributes> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>594</x> | ||||
|       <y>378</y> | ||||
|       <w>90</w> | ||||
|       <h>90</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=-> | ||||
| after(1000)</panel_attributes> | ||||
|     <additional_attributes>10.0;10.0;10.0;80.0</additional_attributes> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>630</x> | ||||
|       <y>207</y> | ||||
|       <w>99</w> | ||||
|       <h>261</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=-></panel_attributes> | ||||
|     <additional_attributes>90.0;270.0;90.0;10.0;10.0;10.0</additional_attributes> | ||||
|   </element> | ||||
|   <element> | ||||
|     <id>Relation</id> | ||||
|     <coordinates> | ||||
|       <x>360</x> | ||||
|       <y>207</y> | ||||
|       <w>90</w> | ||||
|       <h>261</h> | ||||
|     </coordinates> | ||||
|     <panel_attributes>lt=-></panel_attributes> | ||||
|     <additional_attributes>10.0;270.0;10.0;10.0;80.0;10.0</additional_attributes> | ||||
|   </element> | ||||
| </diagram> | ||||
		Reference in New Issue
	
	Block a user