KiCad PCB EDA Suite
|
Implementation of MARKER_BASE class. More...
#include "base_screen.h"
#include "marker_base.h"
#include <core/arraydim.h>
#include <geometry/shape_line_chain.h>
#include <render_settings.h>
#include "dialogs/dialog_display_html_text_base.h"
Go to the source code of this file.
Variables | |
static const VECTOR2I | MarkerShapeCorners [] |
const unsigned | CORNERS_COUNT = arrayDim( MarkerShapeCorners ) |
Implementation of MARKER_BASE class.
Markers are used to show something (usually a drc/erc problem). Markers in Pcbnew and Eeschema are derived from this base class.
Definition in file marker_base.cpp.
const unsigned CORNERS_COUNT = arrayDim( MarkerShapeCorners ) |
Definition at line 58 of file marker_base.cpp.
Referenced by MARKER_BASE::MARKER_BASE(), and MARKER_BASE::PrintMarker().
|
static |
Definition at line 46 of file marker_base.cpp.
Referenced by MARKER_BASE::MARKER_BASE(), MARKER_BASE::PrintMarker(), and MARKER_BASE::ShapeToPolygon().