mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 21:40:52 +01:00
Add project childs
@@ -10,4 +10,8 @@
|
||||
* [kindInformations](elements_child_kindInformations)
|
||||
* [elementInformations](elements_child_elementInformations)
|
||||
* [XML-project](project_XML)
|
||||
* [contributor to wiki guidelines](contributor_to_wiki_guidelines)
|
||||
* child elements
|
||||
* [properties](project_child_properties)
|
||||
* [newdiagrams](project_child_newdiagrams)
|
||||
* [diagram](project_child_diagram)
|
||||
* [collection](project_child_collection)
|
||||
|
||||
11
data_files/project_child_collection.md
Normal file
11
data_files/project_child_collection.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# collection
|
||||
Example:
|
||||
`<collection>`
|
||||
|
||||
parent : project
|
||||
|
||||
attribute : none
|
||||
|
||||
## child elements
|
||||
* [category](project_collection_child_category)
|
||||
|
||||
34
data_files/project_child_diagram.md
Normal file
34
data_files/project_child_diagram.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# diagram
|
||||
Example:
|
||||
`<diagram date="20180318" filename="" cols="17" height="660" locmach="" colsize="60" plant="" rows="8" displayrows="true" freezeNewElement="false" displaycols="true" auto_page_num="" title="my_title" folio="%id/%total" version="0.80-DEV+6bece6fa8d79751d3" displayAt="bottom" author="me" freezeNewConductor="false" order="1" indexrev="" rowsize="80">`
|
||||
|
||||
parent : project
|
||||
|
||||
attribute :
|
||||
* date
|
||||
* filename
|
||||
* cols
|
||||
* height
|
||||
* locmach
|
||||
* colsize
|
||||
* plant
|
||||
* rows
|
||||
* displayrows
|
||||
* freezeNewElement
|
||||
* displaycols
|
||||
* auto_page_num
|
||||
* title
|
||||
* folio
|
||||
* version
|
||||
* displayAt
|
||||
* author
|
||||
* freezeNewConductor
|
||||
* order
|
||||
* indexrev
|
||||
* rowsize
|
||||
## child elements
|
||||
* [defaultconductor](project_diagram_child_defaultconductor)
|
||||
* [elements](project_diagram_child_elements)
|
||||
* [conductors](project_diagram_child_conductors)
|
||||
* [inputs](project_diagram_child_inputs)
|
||||
|
||||
16
data_files/project_child_newdiagrams.md
Normal file
16
data_files/project_child_newdiagrams.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# newdiagrams
|
||||
Example:
|
||||
`<newdiagrams>`
|
||||
|
||||
parent : project
|
||||
|
||||
attribute : none
|
||||
|
||||
## child elements
|
||||
* [border](project_newdiagrams_child_border)
|
||||
* [inset](project_newdiagrams_child_inset)
|
||||
* [conductors](project_newdiagrams_child_conductors)
|
||||
* [xrefs](project_newdiagrams_child_xrefs)
|
||||
* [conductors_autonums](project_newdiagrams_child_conductors_autonums)
|
||||
* [element_autonums](project_newdiagrams_child_element_autonums)
|
||||
|
||||
12
data_files/project_child_properties.md
Normal file
12
data_files/project_child_properties.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# properties
|
||||
This contains all properties of the project.
|
||||
Example:
|
||||
`<properties>`
|
||||
|
||||
parent : project
|
||||
|
||||
attribute : none
|
||||
|
||||
## child elements
|
||||
* [property](project_properties_child_property)
|
||||
|
||||
11
data_files/project_child_property.md
Normal file
11
data_files/project_child_property.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# property
|
||||
Example:
|
||||
``
|
||||
|
||||
parent : properties
|
||||
|
||||
attribute :
|
||||
* name
|
||||
* show
|
||||
|
||||
|
||||
11
data_files/project_properties_child_property.md
Normal file
11
data_files/project_properties_child_property.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# property
|
||||
Example:
|
||||
`<property name="saveddate" show="1">2020-08-02</property>`
|
||||
|
||||
parent : properties
|
||||
|
||||
attribute :
|
||||
* name
|
||||
* show
|
||||
|
||||
|
||||
Reference in New Issue
Block a user