KiCad PCB EDA Suite
|
#include <pcbnew_settings.h>
Public Attributes | |
wxString | output_directory |
int | units |
int | file_options |
int | file_format |
bool | include_board_edge |
bool | exclude_TH |
bool | only_SMD |
bool | use_aux_origin |
bool | negate_xcoord |
Definition at line 283 of file pcbnew_settings.h.
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::exclude_TH |
Definition at line 290 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
int PCBNEW_SETTINGS::DIALOG_PLACE_FILE::file_format |
Definition at line 288 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
int PCBNEW_SETTINGS::DIALOG_PLACE_FILE::file_options |
Definition at line 287 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::include_board_edge |
Definition at line 289 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::negate_xcoord |
Definition at line 293 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::only_SMD |
Definition at line 291 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
wxString PCBNEW_SETTINGS::DIALOG_PLACE_FILE::output_directory |
Definition at line 285 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::CreateAsciiFiles(), DIALOG_GEN_FOOTPRINT_POSITION::CreateGerberFiles(), and DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate().
int PCBNEW_SETTINGS::DIALOG_PLACE_FILE::units |
Definition at line 286 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::use_aux_origin |
Definition at line 292 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().