KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
bool | background_color |
bool | color |
wxString | color_theme |
int | format |
bool | frame_reference |
int | hpgl_paper_size |
double | hpgl_pen_size |
int | hpgl_origin |
bool | pdf_property_popups |
bool | pdf_hierarchical_links |
bool | pdf_metadata |
bool | open_file_after_plot |
Definition at line 252 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::PANEL_PLOT::background_color |
Definition at line 254 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
bool EESCHEMA_SETTINGS::PANEL_PLOT::color |
Definition at line 255 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
wxString EESCHEMA_SETTINGS::PANEL_PLOT::color_theme |
Definition at line 256 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
int EESCHEMA_SETTINGS::PANEL_PLOT::format |
Definition at line 257 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
bool EESCHEMA_SETTINGS::PANEL_PLOT::frame_reference |
Definition at line 258 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
int EESCHEMA_SETTINGS::PANEL_PLOT::hpgl_origin |
Definition at line 261 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
int EESCHEMA_SETTINGS::PANEL_PLOT::hpgl_paper_size |
Definition at line 259 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
double EESCHEMA_SETTINGS::PANEL_PLOT::hpgl_pen_size |
Definition at line 260 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
bool EESCHEMA_SETTINGS::PANEL_PLOT::open_file_after_plot |
Definition at line 265 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
bool EESCHEMA_SETTINGS::PANEL_PLOT::pdf_hierarchical_links |
Definition at line 263 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
bool EESCHEMA_SETTINGS::PANEL_PLOT::pdf_metadata |
Definition at line 264 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().
bool EESCHEMA_SETTINGS::PANEL_PLOT::pdf_property_popups |
Definition at line 262 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_PLOT_SCHEMATIC::getPlotOptions().