KiCad PCB EDA Suite
Loading...
Searching...
No Matches
APP_SETTINGS_BASE::PRINTING Struct Reference

#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.
 

Detailed Description

Definition at line 126 of file app_settings.h.

Member Data Documentation

◆ background

◆ color_theme

◆ layers

std::vector<int> APP_SETTINGS_BASE::PRINTING::layers

List of enabled layers for printing.

Definition at line 134 of file app_settings.h.

Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), BOARD_PRINTOUT_SETTINGS::Load(), and BOARD_PRINTOUT_SETTINGS::Save().

◆ monochrome

◆ scale

double APP_SETTINGS_BASE::PRINTING::scale

Printout scale.

Definition at line 130 of file app_settings.h.

Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PRINTOUT_SETTINGS::Load(), and PRINTOUT_SETTINGS::Save().

◆ title_block

◆ use_theme


The documentation for this struct was generated from the following file: