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. More...
 
bool monochrome
 Whether or not to print in monochrome. More...
 
double scale
 Printout scale. More...
 
bool use_theme
 If false, display color theme will be used. More...
 
wxString color_theme
 Color theme to use for printing. More...
 
bool title_block
 Whether or not to print title block. More...
 
std::vector< int > layers
 List of enabled layers for printing. More...
 

Detailed Description

Definition at line 125 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 133 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 129 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: