KiCad PCB EDA Suite
|
This is the complete list of members for KIGFX::VIEW_OVERLAY, including all inherited members.
Arc(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aEndAngle) | KIGFX::VIEW_OVERLAY | |
BitmapText(const wxString &aText, const VECTOR2I &aPosition, const EDA_ANGLE &aAngle) | KIGFX::VIEW_OVERLAY | |
Circle(const VECTOR2D &aCenterPoint, double aRadius) | KIGFX::VIEW_OVERLAY | |
Clear() | KIGFX::VIEW_OVERLAY | |
Cross(const VECTOR2D &aP, int aSize) | KIGFX::VIEW_OVERLAY | |
Get(PROPERTY_BASE *aProperty) const | INSPECTABLE | inline |
Get(PROPERTY_BASE *aProperty) const | INSPECTABLE | inline |
Get(const wxString &aProperty) const | INSPECTABLE | inline |
GetFillColor() const | KIGFX::VIEW_OVERLAY | inline |
GetForcedTransparency() const | KIGFX::VIEW_ITEM | inline |
GetStrokeColor() const | KIGFX::VIEW_OVERLAY | inline |
IsBOARD_ITEM() const | KIGFX::VIEW_ITEM | inline |
IsSCH_ITEM() const | KIGFX::VIEW_ITEM | inline |
Line(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) | KIGFX::VIEW_OVERLAY | |
Line(const SEG &aSeg) | KIGFX::VIEW_OVERLAY | |
m_commands | KIGFX::VIEW_OVERLAY | private |
m_fillColor | KIGFX::VIEW_OVERLAY | private |
m_forcedTransparency | KIGFX::VIEW_ITEM | private |
m_isBOARD_ITEM | KIGFX::VIEW_ITEM | private |
m_isSCH_ITEM | KIGFX::VIEW_ITEM | private |
m_strokeColor | KIGFX::VIEW_OVERLAY | private |
m_viewPrivData | KIGFX::VIEW_ITEM | private |
operator=(const VIEW_ITEM &aOther)=delete | KIGFX::VIEW_ITEM | |
Polygon(const std::deque< VECTOR2D > &aPointList) | KIGFX::VIEW_OVERLAY | |
Polygon(const SHAPE_POLY_SET &aPolySet) | KIGFX::VIEW_OVERLAY | |
Polygon(const VECTOR2D aPointList[], int aListSize) | KIGFX::VIEW_OVERLAY | |
Polyline(const SHAPE_LINE_CHAIN &aPolyLine) | KIGFX::VIEW_OVERLAY | |
Rectangle(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) | KIGFX::VIEW_OVERLAY | |
releaseCommands() | KIGFX::VIEW_OVERLAY | private |
Segment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth) | KIGFX::VIEW_OVERLAY | |
Set(PROPERTY_BASE *aProperty, wxAny &aValue, bool aNotify=true) | INSPECTABLE | inline |
Set(PROPERTY_BASE *aProperty, T aValue, bool aNotify=true) | INSPECTABLE | inline |
Set(const wxString &aProperty, T aValue, bool aNotify=true) | INSPECTABLE | inline |
SetFillColor(const COLOR4D &aColor) | KIGFX::VIEW_OVERLAY | |
SetForcedTransparency(double aForcedTransparency) | KIGFX::VIEW_ITEM | inline |
SetGlyphSize(const VECTOR2I &aSize) | KIGFX::VIEW_OVERLAY | |
SetIsFill(bool aIsFillEnabled) | KIGFX::VIEW_OVERLAY | |
SetIsStroke(bool aIsStrokeEnabled) | KIGFX::VIEW_OVERLAY | |
SetLineWidth(double aLineWidth) | KIGFX::VIEW_OVERLAY | |
SetStrokeColor(const COLOR4D &aColor) | KIGFX::VIEW_OVERLAY | |
VIEW_ITEM(bool isSCH_ITEM=false, bool isBOARD_ITEM=false) | KIGFX::VIEW_ITEM | inline |
VIEW_ITEM(const VIEW_ITEM &aOther)=delete | KIGFX::VIEW_ITEM | |
VIEW_OVERLAY() | KIGFX::VIEW_OVERLAY | |
ViewBBox() const override | KIGFX::VIEW_OVERLAY | virtual |
ViewDraw(int aLayer, VIEW *aView) const override | KIGFX::VIEW_OVERLAY | virtual |
ViewGetLayers(int aLayers[], int &aCount) const override | KIGFX::VIEW_OVERLAY | virtual |
ViewGetLOD(int aLayer, VIEW *aView) const | KIGFX::VIEW_ITEM | inlinevirtual |
viewPrivData() const | KIGFX::VIEW_ITEM | inline |
~INSPECTABLE() | INSPECTABLE | inlinevirtual |
~VIEW_ITEM() | KIGFX::VIEW_ITEM | virtual |
~VIEW_OVERLAY() | KIGFX::VIEW_OVERLAY | virtual |