18#ifndef EXPORT_PROPERTIES_H
19#define EXPORT_PROPERTIES_H
35 void toSettings (QSettings &,
const QString & = QString())
const;
36 void fromSettings(QSettings &,
const QString & = QString());
bool draw_guides
Whether to render the diagram guides.
Definition exportproperties.h:46
bool draw_titleblock
Whether to render the title block.
Definition exportproperties.h:48
static ExportProperties defaultPrintProperties()
ExportProperties::defaultPrintProperties.
Definition exportproperties.cpp:143
ExportProperties()
Definition exportproperties.cpp:29
static ExportProperties defaultExportProperties()
ExportProperties::defaultProperties.
Definition exportproperties.cpp:129
QDir destination_directory
Target directory for generated files.
Definition exportproperties.h:43
bool draw_terminals
Whether to render terminals.
Definition exportproperties.h:49
virtual ~ExportProperties()
Definition exportproperties.cpp:47
bool draw_terminal_names
Whether to render terminal names/labels.
Definition exportproperties.h:50
bool draw_bg_transparent
Whether to use transparency for SVG-Export.
Definition exportproperties.h:51
QET::DiagramArea exported_area
Area of diagrams to be rendered.
Definition exportproperties.h:53
bool draw_border
Whether to render the border (along with rows/columns headers).
Definition exportproperties.h:47
void fromSettings(QSettings &, const QString &=QString())
Definition exportproperties.cpp:89
void toSettings(QSettings &, const QString &=QString()) const
Definition exportproperties.cpp:56
bool draw_grid
Whether to render the diagram grid.
Definition exportproperties.h:45
bool draw_colored_conductors
Whether to render conductors colors.
Definition exportproperties.h:52
QString format
Image format of generated files.
Definition exportproperties.h:44
DiagramArea
Definition qet.h:136