|
KiCad PCB EDA Suite
|
Filled or stroked circle. More...
#include <diff_scene.h>
Public Attributes | |
| VECTOR2I | center |
| int | radius = 0 |
| bool | filled = false |
| int | lineWidth = 0 |
| KIGFX::COLOR4D | color |
| LSET | layers |
Filled or stroked circle.
Mainly used for pads, vias and junction dots.
Definition at line 145 of file diff_scene.h.
| VECTOR2I KICAD_DIFF::DOCUMENT_CIRCLE::center |
Definition at line 147 of file diff_scene.h.
Referenced by KICAD_DIFF::BBoxFromGeometry(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| KIGFX::COLOR4D KICAD_DIFF::DOCUMENT_CIRCLE::color |
Definition at line 151 of file diff_scene.h.
| bool KICAD_DIFF::DOCUMENT_CIRCLE::filled = false |
Definition at line 149 of file diff_scene.h.
| LSET KICAD_DIFF::DOCUMENT_CIRCLE::layers |
Definition at line 152 of file diff_scene.h.
Referenced by BOOST_AUTO_TEST_CASE(), KICAD_DIFF::FilterGeometryByVisibleLayers(), and KICAD_DIFF::GeometryLayerSet().
| int KICAD_DIFF::DOCUMENT_CIRCLE::lineWidth = 0 |
Definition at line 150 of file diff_scene.h.
Referenced by KICAD_DIFF::BBoxFromGeometry(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| int KICAD_DIFF::DOCUMENT_CIRCLE::radius = 0 |
Definition at line 148 of file diff_scene.h.
Referenced by KICAD_DIFF::BBoxFromGeometry(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().