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 138 of file app_settings.h.
bool APP_SETTINGS_BASE::PRINTING::background |
Whether or not to print background color.
Definition at line 140 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), DIALOG_PRINT_USING_PRINTER::OnOutputChoice(), SCH_PRINTOUT::PrintPage(), DIALOG_PRINT_USING_PRINTER::SavePrintOptions(), DIALOG_PRINT_PCBNEW::saveSettings(), DIALOG_PRINT_USING_PRINTER::TransferDataToWindow(), and DIALOG_PRINT_PCBNEW::TransferDataToWindow().
wxString APP_SETTINGS_BASE::PRINTING::color_theme |
Color theme to use for printing.
Definition at line 144 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), SCH_PRINTOUT::PrintPage(), DIALOG_PRINT_USING_PRINTER::SavePrintOptions(), DIALOG_PRINT_PCBNEW::saveSettings(), DIALOG_PRINT_USING_PRINTER::TransferDataToWindow(), and DIALOG_PRINT_PCBNEW::TransferDataToWindow().
std::vector<int> APP_SETTINGS_BASE::PRINTING::layers |
List of enabled layers for printing.
Definition at line 146 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), 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 141 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PRINTOUT_SETTINGS::Load(), SCH_PRINTOUT::PrintPage(), PRINTOUT_SETTINGS::Save(), DIALOG_PRINT_USING_PRINTER::SavePrintOptions(), and DIALOG_PRINT_USING_PRINTER::TransferDataToWindow().
double APP_SETTINGS_BASE::PRINTING::scale |
Printout scale.
Definition at line 142 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PRINTOUT_SETTINGS::Load(), and PRINTOUT_SETTINGS::Save().
bool APP_SETTINGS_BASE::PRINTING::title_block |
Whether or not to print title block.
Definition at line 145 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PRINTOUT_SETTINGS::Load(), SCH_PRINTOUT::PrintPage(), PRINTOUT_SETTINGS::Save(), DIALOG_PRINT_USING_PRINTER::SavePrintOptions(), and DIALOG_PRINT_USING_PRINTER::TransferDataToWindow().
bool APP_SETTINGS_BASE::PRINTING::use_theme |
If false, display color theme will be used.
Definition at line 143 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), DIALOG_PRINT_PCBNEW::onColorModeClicked(), SCH_PRINTOUT::PrintPage(), DIALOG_PRINT_USING_PRINTER::SavePrintOptions(), DIALOG_PRINT_PCBNEW::saveSettings(), DIALOG_PRINT_USING_PRINTER::TransferDataToWindow(), and DIALOG_PRINT_PCBNEW::TransferDataToWindow().