|
KiCad PCB EDA Suite
|
#include <pcbnew_settings.h>
Public Attributes | |
| KIGFX::COLOR4D | m_ZeroSkewColor { 1.0, 1.0, 1.0, 1.0 } |
| KIGFX::COLOR4D | m_PositiveSkewColor { 0.0, 0.0, 1.0, 1.0 } |
| KIGFX::COLOR4D | m_NegativeSkewColor { 1.0, 0.0, 0.0, 1.0 } |
| KIGFX::COLOR4D | m_UnknownSkewColor { 0.5, 0.5, 0.5, 1.0 } |
| bool | m_UseLogScale { false } |
Definition at line 199 of file pcbnew_settings.h.
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_NegativeSkewColor { 1.0, 0.0, 0.0, 1.0 } |
Definition at line 203 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl().
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_PositiveSkewColor { 0.0, 0.0, 1.0, 1.0 } |
Definition at line 202 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl().
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_UnknownSkewColor { 0.5, 0.5, 0.5, 1.0 } |
Definition at line 204 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl().
| bool PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_UseLogScale { false } |
Definition at line 205 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl().
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_ZeroSkewColor { 1.0, 1.0, 1.0, 1.0 } |
Definition at line 201 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl().