Go to the source code of this file.
Namespaces | |
| xorn.geda.plainwrite | |
| Writing gEDA schematic/symbol files. | |
Functions | |
| def | xorn.geda.plainwrite.file_format_header |
| Return the gEDA file header string. More... | |
| def | xorn.geda.plainwrite.write_file |
| Write a symbol or schematic to a file in libgeda format. More... | |
| def | xorn.geda.plainwrite.format_line |
| Format a line style to a string. More... | |
| def | xorn.geda.plainwrite.format_fill |
| Format a fill style to a string. More... | |
| def | xorn.geda.plainwrite.bus_ripper_direction |
| Return the libgeda ripper direction of a bus object. More... | |
| def | xorn.geda.plainwrite.write_object |
| Write an object to a file in libgeda format. More... | |
Variables | |
| int | xorn.geda.plainwrite.RELEASE_VERSION = 20121203 |
Current gEDA PACKAGE_DATE_VERSION. More... | |
| int | xorn.geda.plainwrite.FILEFORMAT_VERSION = 2 |
| Current schematic/symbol file format version. More... | |
1.8.8