|
KiCad PCB EDA Suite
|
#include <pcbnew_settings.h>
Public Attributes | |
| CONVERT_STRATEGY | m_Strategy |
| int | m_Gap |
| int | m_LineWidth |
| bool | m_DeleteOriginals |
Definition at line 44 of file pcbnew_settings.h.
| bool CONVERT_SETTINGS::m_DeleteOriginals |
Definition at line 49 of file pcbnew_settings.h.
| int CONVERT_SETTINGS::m_Gap |
Definition at line 47 of file pcbnew_settings.h.
Referenced by CONVERT_TOOL::CreatePolys().
| int CONVERT_SETTINGS::m_LineWidth |
Definition at line 48 of file pcbnew_settings.h.
Referenced by CONVERT_TOOL::CreatePolys().
| CONVERT_STRATEGY CONVERT_SETTINGS::m_Strategy |
Definition at line 46 of file pcbnew_settings.h.
Referenced by CONVERT_TOOL::CreatePolys().