Mod link

Simon De Backer
2020-08-08 22:47:24 +02:00
parent a878faf45c
commit 568c84feda
11 changed files with 68 additions and 66 deletions

@@ -1,5 +1,6 @@
[Home](Home) [Home](Home)
[tools](tools) [tools](tools)
* [XML-elements](elements_XML) * [XML-elements](elements_XML)
* [attribute](elements_definition_attribute) * [attribute](elements_definition_attribute)
* child elements * child elements
@@ -8,8 +9,17 @@
* [name](elements_child_name) * [name](elements_child_name)
* [informations](elements_child_informations) * [informations](elements_child_informations)
* [description](elements_child_description) * [description](elements_child_description)
* [polygon](elements_description_child_polygon)
* [line](elements_description_child_line)
* [rectangle](elements_description_child_rectangle)
* [ellipse](elements_description_child_ellipse)
* [text](elements_description_child_text)
* [arc](elements_description_child_arc)
* [dynamic_text](elements_description_child_dynamic_text)
* [terminal](elements_description_child_terminal)
* [kindInformations](elements_child_kindInformations) * [kindInformations](elements_child_kindInformations)
* [elementInformations](elements_child_elementInformations) * [elementInformations](elements_child_elementInformations)
* [XML-project](project_XML) * [XML-project](project_XML)
* child elements * child elements
* [properties](project_child_properties) * [properties](project_child_properties)

@@ -2,56 +2,56 @@
Example: Example:
`<description>` `<description>`
parent : definition parent : [definition](elements_XML)
attribute : none attribute : none
#### polygon #### 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"/>` 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 parent : [description](elements_child_description)
attribute : attribute :
#### line #### 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"/>` 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 parent : [description](elements_child_description)
attribute : attribute :
#### rectangle #### rectangle
Example: `` Example: ``
parent : description parent : [description](elements_child_description)
attribute : attribute :
#### ellipse #### ellipse
Example: `` Example: ``
parent : description parent : [description](elements_child_description)
attribute : attribute :
#### polygon #### polygon
Example: `` Example: ``
parent : description parent : [description](elements_child_description)
attribute : attribute :
#### text #### text
Example: `` Example: ``
parent : description parent : [description](elements_child_description)
attribute : attribute :
#### arc #### arc
Example: `` Example: ``
parent : description parent : [description](elements_child_description)
attribute : attribute :
#### dynamic_text #### 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">` 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 parent : [description](elements_child_description)
attribute : attribute :
@@ -67,6 +67,6 @@ waar de verbinding gemaakt wordt.
Example: `<terminal name="" x="13" uuid="{6db93440-be5c-4e83-bae3-34a68cb24127}" y="0" orientation="e"/>` Example: `<terminal name="" x="13" uuid="{6db93440-be5c-4e83-bae3-34a68cb24127}" y="0" orientation="e"/>`
parent : description parent : [description](elements_child_description)
attribute : attribute :

@@ -4,7 +4,7 @@ see [definition attribute link type](elements_definition_attribute#link-type) wh
Example: Example:
`<elementInformations>` `<elementInformations>`
parent : definition parent : [definition](elements_XML)
children : elementInformation children : elementInformation

@@ -3,7 +3,7 @@ Example:
`<informations>Author: The QElectroTech team `<informations>Author: The QElectroTech team
License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE</informations>` License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE</informations>`
parent : definition parent : [definition](elements_XML)
attribute : none attribute : none

@@ -1,3 +1,5 @@
# kindInformations # kindInformations
see [definition attribute link type](elements_definition_attribute#link-type) when used see [definition attribute link type](elements_definition_attribute#link-type) when used
parent : [definition](elements_XML)

@@ -2,7 +2,7 @@
Example: Example:
`<names>` `<names>`
parent : definition parent : [definition](elements_XML)
attribute : none attribute : none

@@ -1,5 +1,6 @@
# uuid # uuid
parent : definition
parent : [definition](elements_XML)
Example: Example:
`<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>` `<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>`

@@ -3,7 +3,7 @@ This contains all properties of the project.
Example: Example:
`<properties>` `<properties>`
parent : project parent : [project](project_XML)
attribute : none attribute : none

@@ -1,16 +0,0 @@
# property
Example:
`<property name="savedfilename" show="1">my_project</property>`
parent : [properties](project_child_properties)
attribute :
* name :
* savedfilename
* saveddate
* savedtime
* savedfilepath
* show
1 or 0

@@ -2,7 +2,7 @@
Example: Example:
`<border cols="17" rowsize="80" colsize="60" displaycols="true" rows="8" displayrows="true"/>` `<border cols="17" rowsize="80" colsize="60" displaycols="true" rows="8" displayrows="true"/>`
parent : newdiagrams parent : [newdiagrams](project_child_newdiagrams)
attribute : attribute :
* cols * cols

@@ -1,11 +1,16 @@
# property # property
Example: Example:
`<property name="saveddate" show="1">2020-08-02</property>` `<property name="savedfilename" show="1">my_project</property>`
parent : properties parent : [properties](project_child_properties)
attribute : attribute :
* name * name :
* savedfilename
* saveddate
* savedtime
* savedfilepath
* show * show
1 or 0