KiCad PCB EDA Suite
|
This is the complete list of members for mpFXY, including all inherited members.
GetBrush() const | mpLayer | inline |
GetContinuity() const | mpLayer | inline |
GetCount() const =0 | mpFXY | pure virtual |
GetDisplayName() const | mpLayer | inline |
GetFont() const | mpLayer | inline |
GetLayerType() const | mpLayer | inline |
GetMaxX() const | mpLayer | inlinevirtual |
GetMaxY() const | mpLayer | inlinevirtual |
GetMinX() const | mpLayer | inlinevirtual |
GetMinY() const | mpLayer | inlinevirtual |
GetName() const | mpLayer | inline |
GetNextXY(double &x, double &y)=0 | mpFXY | pure virtual |
GetPen() const | mpLayer | inline |
GetSweepCount() const | mpFXY | inlinevirtual |
HasBBox() const | mpLayer | inlinevirtual |
IsInfo() const | mpLayer | inlinevirtual |
IsVisible() const | mpLayer | inline |
m_brush | mpLayer | protected |
m_continuous | mpLayer | protected |
m_displayName | mpLayer | protected |
m_flags | mpFXY | protected |
m_font | mpLayer | protected |
m_name | mpLayer | protected |
m_pen | mpLayer | protected |
m_scaleX | mpFXY | protected |
m_scaleY | mpFXY | protected |
m_showName | mpLayer | protected |
m_type | mpLayer | protected |
m_visible | mpLayer | protected |
maxDrawX | mpFXY | protected |
maxDrawY | mpFXY | protected |
minDrawX | mpFXY | protected |
minDrawY | mpFXY | protected |
mpFXY(const wxString &name=wxEmptyString, int flags=mpALIGN_NE) | mpFXY | |
mpLayer() | mpLayer | |
Plot(wxDC &dc, mpWindow &w) override | mpFXY | virtual |
Rewind()=0 | mpFXY | pure virtual |
s2x(double plotCoordX) const | mpFXY | |
s2y(double plotCoordY) const | mpFXY | |
SetBrush(const wxBrush &brush) | mpLayer | inline |
SetContinuity(bool continuity) | mpLayer | inline |
SetFont(const wxFont &font) | mpLayer | inline |
SetName(const wxString &name) | mpLayer | inlinevirtual |
SetPen(const wxPen &pen) | mpLayer | inline |
SetScale(mpScaleBase *scaleX, mpScaleBase *scaleY) | mpFXY | virtual |
SetSweepWindow(int aSweepIdx) | mpFXY | inlinevirtual |
SetVisible(bool show) | mpLayer | inline |
ShowName(bool show) | mpLayer | inline |
UpdateScales() | mpFXY | |
UpdateViewBoundary(wxCoord xnew, wxCoord ynew) | mpFXY | protected |
x2s(double x) const | mpFXY | |
y2s(double y) const | mpFXY | |
~mpLayer() | mpLayer | inlinevirtual |