|
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 220 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 224 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_PositiveSkewColor { 0.0, 0.0, 1.0, 1.0 } |
Definition at line 223 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_UnknownSkewColor { 0.5, 0.5, 0.5, 1.0 } |
Definition at line 225 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().
| bool PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_UseLogScale { false } |
Definition at line 226 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().
| KIGFX::COLOR4D PCBNEW_SETTINGS::DIFF_PHASE_SKEW_SETTINGS::m_ZeroSkewColor { 1.0, 1.0, 1.0, 1.0 } |
Definition at line 222 of file pcbnew_settings.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegments().