KiCad PCB EDA Suite
|
This is the complete list of members for VIEW_OVERLAY, including all inherited members.
Arc(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aEndAngle) | VIEW_OVERLAY | |
BitmapText(const wxString &aText, const VECTOR2I &aPosition, const EDA_ANGLE &aAngle) | VIEW_OVERLAY | |
Circle(const VECTOR2D &aCenterPoint, double aRadius) | VIEW_OVERLAY | |
Clear() | VIEW_OVERLAY | |
Cross(const VECTOR2D &aP, int aSize) | VIEW_OVERLAY | |
GetClass() const override | VIEW_OVERLAY | virtual |
GetFillColor() const | VIEW_OVERLAY | inline |
GetStrokeColor() const | VIEW_OVERLAY | inline |
Line(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) | VIEW_OVERLAY | |
Line(const SEG &aSeg) | VIEW_OVERLAY | |
m_commands | VIEW_OVERLAY | private |
m_fillColor | VIEW_OVERLAY | private |
m_strokeColor | VIEW_OVERLAY | private |
operator=(const VIEW_OVERLAY &)=delete | VIEW_OVERLAY | |
Polygon(const std::deque< VECTOR2D > &aPointList) | VIEW_OVERLAY | |
Polygon(const SHAPE_POLY_SET &aPolySet) | VIEW_OVERLAY | |
Polygon(const VECTOR2D aPointList[], int aListSize) | VIEW_OVERLAY | |
Polyline(const SHAPE_LINE_CHAIN &aPolyLine) | VIEW_OVERLAY | |
Rectangle(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) | VIEW_OVERLAY | |
releaseCommands() | VIEW_OVERLAY | private |
Segment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth) | VIEW_OVERLAY | |
SetFillColor(const COLOR4D &aColor) | VIEW_OVERLAY | |
SetGlyphSize(const VECTOR2I &aSize) | VIEW_OVERLAY | |
SetIsFill(bool aIsFillEnabled) | VIEW_OVERLAY | |
SetIsStroke(bool aIsStrokeEnabled) | VIEW_OVERLAY | |
SetLineWidth(double aLineWidth) | VIEW_OVERLAY | |
SetStrokeColor(const COLOR4D &aColor) | VIEW_OVERLAY | |
VIEW_OVERLAY() | VIEW_OVERLAY | |
VIEW_OVERLAY(const VIEW_OVERLAY &)=delete | VIEW_OVERLAY | |
ViewBBox() const override | VIEW_OVERLAY | virtual |
ViewDraw(int aLayer, VIEW *aView) const override | VIEW_OVERLAY | virtual |
ViewGetLayers() const override | VIEW_OVERLAY | virtual |
~VIEW_OVERLAY() | VIEW_OVERLAY | virtual |