KiCad PCB EDA Suite
|
TEARDROP_PARAMETERS_LIST is a helper class to handle the list of TEARDROP_PARAMETERS needed to build teardrops of different shapes (round, rect, tracks) More...
#include <teardrop_parameters.h>
Public Member Functions | |
TEARDROP_PARAMETERS_LIST () | |
TEARDROP_PARAMETERS * | GetParameters (TARGET_TD aTdType) |
size_t | GetParametersCount () |
Public Attributes | |
bool | m_TargetViasPads |
True to create teardrops for vias and pads with holes. | |
bool | m_TargetPadsWithNoHole |
True to create teardrops for pads without holes (SMD and others. | |
bool | m_TargetTrack2Track |
True to create teardrops at the end of a track connected to the end of another track having a different width. | |
bool | m_UseRoundShapesOnly |
True to create teardrops for round shapes only. | |
Private Attributes | |
std::vector< TEARDROP_PARAMETERS > | m_params_list |
TEARDROP_PARAMETERS_LIST is a helper class to handle the list of TEARDROP_PARAMETERS needed to build teardrops of different shapes (round, rect, tracks)
Definition at line 141 of file teardrop_parameters.h.
|
inline |
Definition at line 157 of file teardrop_parameters.h.
References m_params_list.
|
inline |
Definition at line 171 of file teardrop_parameters.h.
References m_params_list.
Referenced by TEARDROP_MANAGER::AddTeardropsOnTracks(), BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS(), DIALOG_GLOBAL_EDIT_TEARDROPS::processItem(), DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataFromWindow(), PANEL_SETUP_TEARDROPS::TransferDataFromWindow(), PANEL_SETUP_TEARDROPS::TransferDataToWindow(), and TEARDROP_MANAGER::UpdateTeardrops().
|
inline |
Definition at line 179 of file teardrop_parameters.h.
References m_params_list.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().
|
private |
Definition at line 143 of file teardrop_parameters.h.
Referenced by GetParameters(), GetParametersCount(), and TEARDROP_PARAMETERS_LIST().
bool TEARDROP_PARAMETERS_LIST::m_TargetPadsWithNoHole |
True to create teardrops for pads without holes (SMD and others.
Definition at line 149 of file teardrop_parameters.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().
bool TEARDROP_PARAMETERS_LIST::m_TargetTrack2Track |
True to create teardrops at the end of a track connected to the end of another track having a different width.
Definition at line 152 of file teardrop_parameters.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().
bool TEARDROP_PARAMETERS_LIST::m_TargetViasPads |
True to create teardrops for vias and pads with holes.
Definition at line 147 of file teardrop_parameters.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().
bool TEARDROP_PARAMETERS_LIST::m_UseRoundShapesOnly |
True to create teardrops for round shapes only.
Definition at line 154 of file teardrop_parameters.h.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().