Mod uitsplitsen

Simon De Backer
2020-08-08 17:45:05 +02:00
parent 592c95fa6c
commit 37b3abf5a1
4 changed files with 106 additions and 97 deletions

@@ -12,26 +12,13 @@ Example:
[attribute](definition_attribute)
### uuid
parent : definition
### child elements
[uuid](child_uuid)
[names](child_names)
[informations](child_informations)
[description](child_description)
Example:
`<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>`
attribute : uuid
* Uuid used to compare two elements
### names
Example:
`<names>`
parent : definition
attribute : none
children : name
> Example:
> `<name lang="en">fuse</name>`
### elementInformations
see [definition attribute link type](definition_attribute#link-type) when used
@@ -48,84 +35,5 @@ children : elementInformation
### kindInformations
see [definition attribute link type](definition_attribute#link-type) when used
### informations
Example:
`<informations>Author: The QElectroTech team
License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE</informations>`
parent : definition
attribute : none
### description
Example:
`<description>`
parent : definition
attribute : none
#### polygon
Example: `<polygon x1="-1" y2="4" x4="-1" x2="-1" style="line-style:normal;line-weight:normal;filling:black;color:black" y4="-4" y1="-4" antialias="true" x3="9" y3="0" closed="false"/>`
parent : description
attribute :
#### line
Example: `<line x1="9" y2="0" end1="none" length2="1.5" x2="12" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y1="0" antialias="false"/>`
parent : description
attribute :
#### rectangle
Example: ``
parent : description
attribute :
#### ellipse
Example: ``
parent : description
attribute :
#### polygon
Example: ``
parent : description
attribute :
#### text
Example: ``
parent : description
attribute :
#### arc
Example: ``
parent : description
attribute :
#### dynamic_text
Example: `<dynamic_text text_from="UserText" Valignment="AlignTop" z="3" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-44" uuid="{8b32ab87-b8ec-4564-bdec-c3ea4036a492}" y="-11.5" Halignment="AlignLeft" frame="false" rotation="0">`
parent : description
attribute :
##### text
Example: `<text>/</text>`
parent : dynamic_text
attribute : none
#### terminal
waar de verbinding gemaakt wordt.
Example: `<terminal name="" x="13" uuid="{6db93440-be5c-4e83-bae3-34a68cb24127}" y="0" orientation="e"/>`
parent : description
attribute :

72
child_description.md Normal file

@@ -0,0 +1,72 @@
### description
Example:
`<description>`
parent : definition
attribute : none
#### polygon
Example: `<polygon x1="-1" y2="4" x4="-1" x2="-1" style="line-style:normal;line-weight:normal;filling:black;color:black" y4="-4" y1="-4" antialias="true" x3="9" y3="0" closed="false"/>`
parent : description
attribute :
#### line
Example: `<line x1="9" y2="0" end1="none" length2="1.5" x2="12" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y1="0" antialias="false"/>`
parent : description
attribute :
#### rectangle
Example: ``
parent : description
attribute :
#### ellipse
Example: ``
parent : description
attribute :
#### polygon
Example: ``
parent : description
attribute :
#### text
Example: ``
parent : description
attribute :
#### arc
Example: ``
parent : description
attribute :
#### dynamic_text
Example: `<dynamic_text text_from="UserText" Valignment="AlignTop" z="3" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-44" uuid="{8b32ab87-b8ec-4564-bdec-c3ea4036a492}" y="-11.5" Halignment="AlignLeft" frame="false" rotation="0">`
parent : description
attribute :
##### text
Example: `<text>/</text>`
parent : dynamic_text
attribute : none
#### terminal
waar de verbinding gemaakt wordt.
Example: `<terminal name="" x="13" uuid="{6db93440-be5c-4e83-bae3-34a68cb24127}" y="0" orientation="e"/>`
parent : description
attribute :

9
child_informations.md Normal file

@@ -0,0 +1,9 @@
# informations
Example:
`<informations>Author: The QElectroTech team
License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE</informations>`
parent : definition
attribute : none

20
child_uuid.md Normal file

@@ -0,0 +1,20 @@
# uuid
parent : definition
Example:
`<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>`
attribute : uuid
* Uuid used to compare two elements
### names
Example:
`<names>`
parent : definition
attribute : none
children : name
> Example:
> `<name lang="en">fuse</name>`