KiCad PCB EDA Suite
|
#include <item_modification_routine.h>
Public Attributes | |
int | outsetDistance |
bool | roundCorners |
bool | useSourceLayers |
bool | useSourceWidths |
PCB_LAYER_ID | layer |
int | lineWidth |
std::optional< int > | gridRounding |
bool | deleteSourceItems |
Definition at line 417 of file item_modification_routine.h.
bool OUTSET_ROUTINE::PARAMETERS::deleteSourceItems |
Definition at line 426 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
std::optional<int> OUTSET_ROUTINE::PARAMETERS::gridRounding |
Definition at line 425 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
PCB_LAYER_ID OUTSET_ROUTINE::PARAMETERS::layer |
Definition at line 423 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
int OUTSET_ROUTINE::PARAMETERS::lineWidth |
Definition at line 424 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
int OUTSET_ROUTINE::PARAMETERS::outsetDistance |
Definition at line 419 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
bool OUTSET_ROUTINE::PARAMETERS::roundCorners |
Definition at line 420 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
bool OUTSET_ROUTINE::PARAMETERS::useSourceLayers |
Definition at line 421 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().
bool OUTSET_ROUTINE::PARAMETERS::useSourceWidths |
Definition at line 422 of file item_modification_routine.h.
Referenced by OUTSET_ROUTINE::ProcessItem(), DIALOG_OUTSET_ITEMS::TransferDataFromWindow(), and DIALOG_OUTSET_ITEMS::TransferDataToWindow().