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,32 +1,42 @@
[Home](Home) [Home](Home)
[tools](tools) [tools](tools)
* [XML-elements](elements_XML)
* [attribute](elements_definition_attribute) * [XML-elements](elements_XML)
* child elements * [attribute](elements_definition_attribute)
* [uuid](elements_child_uuid) * child elements
* [names](elements_child_names) * [uuid](elements_child_uuid)
* [name](elements_child_name) * [names](elements_child_names)
* [informations](elements_child_informations) * [name](elements_child_name)
* [description](elements_child_description) * [informations](elements_child_informations)
* [kindInformations](elements_child_kindInformations) * [description](elements_child_description)
* [elementInformations](elements_child_elementInformations) * [polygon](elements_description_child_polygon)
* [XML-project](project_XML) * [line](elements_description_child_line)
* child elements * [rectangle](elements_description_child_rectangle)
* [properties](project_child_properties) * [ellipse](elements_description_child_ellipse)
* [property](project_properties_child_property) * [text](elements_description_child_text)
* [newdiagrams](project_child_newdiagrams) * [arc](elements_description_child_arc)
* [border](project_newdiagrams_child_border) * [dynamic_text](elements_description_child_dynamic_text)
* [inset](project_newdiagrams_child_inset) * [terminal](elements_description_child_terminal)
* [conductors](project_newdiagrams_child_conductors) * [kindInformations](elements_child_kindInformations)
* [report](project_newdiagrams_child_report) * [elementInformations](elements_child_elementInformations)
* [xrefs](project_newdiagrams_child_xrefs)
* [conductors_autonums](project_newdiagrams_child_conductors_autonums) * [XML-project](project_XML)
* [folio_autonums](project_newdiagrams_child_folio_autonums) * child elements
* [element_autonums](project_newdiagrams_child_element_autonums) * [properties](project_child_properties)
* [diagram](project_child_diagram) * [property](project_properties_child_property)
* [defaultconductor](project_diagram_child_defaultconductor) * [newdiagrams](project_child_newdiagrams)
* [elements](project_diagram_child_elements) * [border](project_newdiagrams_child_border)
* [conductors](project_diagram_child_conductors) * [inset](project_newdiagrams_child_inset)
* [inputs](project_diagram_child_inputs) * [conductors](project_newdiagrams_child_conductors)
* [collection](project_child_collection) * [report](project_newdiagrams_child_report)
* [category](project_collection_child_category) * [xrefs](project_newdiagrams_child_xrefs)
* [conductors_autonums](project_newdiagrams_child_conductors_autonums)
* [folio_autonums](project_newdiagrams_child_folio_autonums)
* [element_autonums](project_newdiagrams_child_element_autonums)
* [diagram](project_child_diagram)
* [defaultconductor](project_diagram_child_defaultconductor)
* [elements](project_diagram_child_elements)
* [conductors](project_diagram_child_conductors)
* [inputs](project_diagram_child_inputs)
* [collection](project_child_collection)
* [category](project_collection_child_category)

@@ -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,9 +1,10 @@
# uuid # uuid
parent : definition
parent : [definition](elements_XML)
Example: Example:
`<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>` `<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>`
attribute : uuid attribute : uuid
* Uuid used to compare two elements * Uuid used to compare two elements

@@ -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