KiCad PCB EDA Suite
|
#include <app_settings.h>
Public Attributes | |
bool | background |
Whether or not to print background color. | |
bool | monochrome |
Whether or not to print in monochrome. | |
double | scale |
Printout scale. | |
bool | use_theme |
If false, display color theme will be used. | |
wxString | color_theme |
Color theme to use for printing. | |
bool | title_block |
Whether or not to print title block. | |
std::vector< int > | layers |
List of enabled layers for printing. | |
Definition at line 153 of file app_settings.h.
bool APP_SETTINGS_BASE::PRINTING::background |
Whether or not to print background color.
Definition at line 155 of file app_settings.h.
Referenced by DIALOG_PRINT::OnOutputChoice(), SCH_PRINTOUT::PrintPage(), DIALOG_PRINT::SavePrintOptions(), DIALOG_PRINT_PCBNEW::saveSettings(), DIALOG_PRINT::TransferDataToWindow(), and DIALOG_PRINT_PCBNEW::TransferDataToWindow().
wxString APP_SETTINGS_BASE::PRINTING::color_theme |
Color theme to use for printing.
Definition at line 159 of file app_settings.h.
Referenced by SCH_PRINTOUT::PrintPage(), DIALOG_PRINT::SavePrintOptions(), DIALOG_PRINT_PCBNEW::saveSettings(), DIALOG_PRINT::TransferDataToWindow(), and DIALOG_PRINT_PCBNEW::TransferDataToWindow().
std::vector<int> APP_SETTINGS_BASE::PRINTING::layers |
List of enabled layers for printing.
Definition at line 161 of file app_settings.h.
Referenced by BOARD_PRINTOUT_SETTINGS::Load(), and BOARD_PRINTOUT_SETTINGS::Save().
bool APP_SETTINGS_BASE::PRINTING::monochrome |
Whether or not to print in monochrome.
Definition at line 156 of file app_settings.h.
Referenced by PRINTOUT_SETTINGS::Load(), SCH_PRINTOUT::PrintPage(), PRINTOUT_SETTINGS::Save(), DIALOG_PRINT::SavePrintOptions(), and DIALOG_PRINT::TransferDataToWindow().
double APP_SETTINGS_BASE::PRINTING::scale |
Printout scale.
Definition at line 157 of file app_settings.h.
Referenced by PRINTOUT_SETTINGS::Load(), and PRINTOUT_SETTINGS::Save().
bool APP_SETTINGS_BASE::PRINTING::title_block |
Whether or not to print title block.
Definition at line 160 of file app_settings.h.
Referenced by SCH_EDIT_FRAME::DrawCurrentSheetToClipboard(), PRINTOUT_SETTINGS::Load(), SCH_PRINTOUT::PrintPage(), PRINTOUT_SETTINGS::Save(), DIALOG_PRINT::SavePrintOptions(), and DIALOG_PRINT::TransferDataToWindow().
bool APP_SETTINGS_BASE::PRINTING::use_theme |
If false, display color theme will be used.
Definition at line 158 of file app_settings.h.
Referenced by DIALOG_PRINT_PCBNEW::onColorModeClicked(), SCH_PRINTOUT::PrintPage(), DIALOG_PRINT::SavePrintOptions(), DIALOG_PRINT_PCBNEW::saveSettings(), DIALOG_PRINT::TransferDataToWindow(), and DIALOG_PRINT_PCBNEW::TransferDataToWindow().