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)
[tools](tools)
* [XML-elements](elements_XML)
* [attribute](elements_definition_attribute)
* child elements
* [uuid](elements_child_uuid)
* [names](elements_child_names)
* [name](elements_child_name)
* [informations](elements_child_informations)
* [description](elements_child_description)
* [kindInformations](elements_child_kindInformations)
* [elementInformations](elements_child_elementInformations)
* [XML-project](project_XML)
* child elements
* [properties](project_child_properties)
* [property](project_properties_child_property)
* [newdiagrams](project_child_newdiagrams)
* [border](project_newdiagrams_child_border)
* [inset](project_newdiagrams_child_inset)
* [conductors](project_newdiagrams_child_conductors)
* [report](project_newdiagrams_child_report)
* [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)
* [XML-elements](elements_XML)
* [attribute](elements_definition_attribute)
* child elements
* [uuid](elements_child_uuid)
* [names](elements_child_names)
* [name](elements_child_name)
* [informations](elements_child_informations)
* [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)
* [elementInformations](elements_child_elementInformations)
* [XML-project](project_XML)
* child elements
* [properties](project_child_properties)
* [property](project_properties_child_property)
* [newdiagrams](project_child_newdiagrams)
* [border](project_newdiagrams_child_border)
* [inset](project_newdiagrams_child_inset)
* [conductors](project_newdiagrams_child_conductors)
* [report](project_newdiagrams_child_report)
* [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:
`<description>`
parent : definition
parent : [definition](elements_XML)
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
parent : [description](elements_child_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
parent : [description](elements_child_description)
attribute :
#### rectangle
Example: ``
parent : description
parent : [description](elements_child_description)
attribute :
#### ellipse
Example: ``
parent : description
parent : [description](elements_child_description)
attribute :
#### polygon
Example: ``
parent : description
parent : [description](elements_child_description)
attribute :
#### text
Example: ``
parent : description
parent : [description](elements_child_description)
attribute :
#### arc
Example: ``
parent : description
parent : [description](elements_child_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
parent : [description](elements_child_description)
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"/>`
parent : description
parent : [description](elements_child_description)
attribute :

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

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

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

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

@@ -1,9 +1,10 @@
# uuid
parent : definition
parent : [definition](elements_XML)
Example:
`<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>`
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:
`<properties>`
parent : project
parent : [project](project_XML)
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:
`<border cols="17" rowsize="80" colsize="60" displaycols="true" rows="8" displayrows="true"/>`
parent : newdiagrams
parent : [newdiagrams](project_child_newdiagrams)
attribute :
* cols

@@ -1,11 +1,16 @@
# property
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 :
* name
* name :
* savedfilename
* saveddate
* savedtime
* savedfilepath
* show
1 or 0