|
KiCad PCB EDA Suite
|
Builds the final overlay output segments for plotting. More...
#include <diff_phase_skew_tool.h>
Public Attributes | |
| VECTOR2D | Start |
| The start point of the segment. | |
| VECTOR2D | End |
| The end point of the segment. | |
| COLOR4D | Colour |
| The segment colour. | |
| int | Width |
| The segment width. | |
| bool | RelativeValueKnown |
| Flag whether the diff value is valid at this segment. | |
| double | RelativeValueAtMid |
| The value of the diff at the beginning of this segment. | |
Builds the final overlay output segments for plotting.
Definition at line 356 of file diff_phase_skew_tool.h.
| COLOR4D DIFF_PHASE_SKEW_TOOL::OUTPUT_SEGMENT::Colour |
The segment colour.
Definition at line 365 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl(), and DIFF_PHASE_SKEW_TOOL::drawDiffOverlay().
| VECTOR2D DIFF_PHASE_SKEW_TOOL::OUTPUT_SEGMENT::End |
The end point of the segment.
Definition at line 362 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl(), and DIFF_PHASE_SKEW_TOOL::drawDiffOverlay().
| double DIFF_PHASE_SKEW_TOOL::OUTPUT_SEGMENT::RelativeValueAtMid |
The value of the diff at the beginning of this segment.
Definition at line 374 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl(), and DIFF_PHASE_SKEW_TOOL::updateMessagePanel().
| bool DIFF_PHASE_SKEW_TOOL::OUTPUT_SEGMENT::RelativeValueKnown |
Flag whether the diff value is valid at this segment.
Definition at line 371 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl(), and DIFF_PHASE_SKEW_TOOL::updateMessagePanel().
| VECTOR2D DIFF_PHASE_SKEW_TOOL::OUTPUT_SEGMENT::Start |
The start point of the segment.
Definition at line 359 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl(), and DIFF_PHASE_SKEW_TOOL::drawDiffOverlay().
| int DIFF_PHASE_SKEW_TOOL::OUTPUT_SEGMENT::Width |
The segment width.
Definition at line 368 of file diff_phase_skew_tool.h.
Referenced by DIFF_PHASE_SKEW_TOOL::buildDiffOverlaySegmentsImpl(), and DIFF_PHASE_SKEW_TOOL::drawDiffOverlay().