KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 153 of file app_settings.h.

Member Data Documentation

◆ background

bool APP_SETTINGS_BASE::PRINTING::background

◆ color_theme

wxString APP_SETTINGS_BASE::PRINTING::color_theme

◆ layers

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().

◆ monochrome

bool APP_SETTINGS_BASE::PRINTING::monochrome

◆ scale

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().

◆ title_block

bool APP_SETTINGS_BASE::PRINTING::title_block

◆ use_theme


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