KiCad PCB EDA Suite
|
#include <pcbnew_settings.h>
Public Attributes | |
int | units |
int | file_options |
int | file_format |
bool | include_board_edge |
bool | use_aux_origin |
bool | negate_xcoord |
Definition at line 231 of file pcbnew_settings.h.
int PCBNEW_SETTINGS::DIALOG_PLACE_FILE::file_format |
Definition at line 235 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
int PCBNEW_SETTINGS::DIALOG_PLACE_FILE::file_options |
Definition at line 234 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::include_board_edge |
Definition at line 236 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::negate_xcoord |
Definition at line 238 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
int PCBNEW_SETTINGS::DIALOG_PLACE_FILE::units |
Definition at line 233 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().
bool PCBNEW_SETTINGS::DIALOG_PLACE_FILE::use_aux_origin |
Definition at line 237 of file pcbnew_settings.h.
Referenced by DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), and PCBNEW_SETTINGS::PCBNEW_SETTINGS().