CheckLog(double *x, double *y) | MathPlot::mpLayer | protected |
Clear() | MathPlot::mpFXY | inlinevirtual |
DoBeforePlot() | MathPlot::mpLayer | inlineprotectedvirtual |
DoGetNextXY(double *x, double *y) | MathPlot::mpFXY | |
DoPlot(wxDC &dc, mpWindow &w) | MathPlot::mpFXY | protectedvirtual |
DrawSymbol(wxDC &dc, wxCoord x, wxCoord y) | MathPlot::mpFunction | virtual |
GetAlign() const | MathPlot::mpLayer | inline |
GetBarWidth(void) const | MathPlot::mpFXY | inline |
GetBBox(mpFloatRect *m_bound) | MathPlot::mpLayer | virtual |
GetBrush() const | MathPlot::mpLayer | inline |
GetCanDelete(void) const | MathPlot::mpLayer | inline |
GetColourSquare(int side=16) | MathPlot::mpLayer | |
GetContinuity() const | MathPlot::mpFunction | inline |
GetDrawOutsideMargins() const | MathPlot::mpLayer | inline |
GetFont() const | MathPlot::mpLayer | inline |
GetFontColour() const | MathPlot::mpLayer | inline |
GetLayerSubType() const | MathPlot::mpLayer | inline |
GetLayerType() const | MathPlot::mpLayer | inline |
GetMaxX() | MathPlot::mpLayer | inlinevirtual |
GetMaxY() | MathPlot::mpLayer | inlinevirtual |
GetMinX() | MathPlot::mpLayer | inlinevirtual |
GetMinY() | MathPlot::mpLayer | inlinevirtual |
GetName() const | MathPlot::mpLayer | inline |
GetNextXY(double *x, double *y)=0 | MathPlot::mpFXY | pure virtual |
GetPen() const | MathPlot::mpLayer | inline |
GetShowName() const | MathPlot::mpLayer | inline |
GetSize() | MathPlot::mpFXY | inlinevirtual |
GetStep() const | MathPlot::mpFunction | inline |
GetSymbol() const | MathPlot::mpFunction | inline |
GetSymbolSize() const | MathPlot::mpFunction | inline |
GetY2Axis() const | MathPlot::mpFunction | inline |
GetZIndex(void) const | MathPlot::mpLayer | inline |
HasBBox() | MathPlot::mpLayer | inlinevirtual |
IsLayerType(mpLayerType type, int *sub_type) | MathPlot::mpLayer | inlinevirtual |
IsTractable() const | MathPlot::mpLayer | inline |
IsVisible() const | MathPlot::mpLayer | inline |
m_BarWidth (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
m_brush | MathPlot::mpLayer | protected |
m_CanDelete (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
m_continuous | MathPlot::mpFunction | protected |
m_deltaX (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
m_deltaY (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
m_drawOutsideMargins | MathPlot::mpLayer | protected |
m_flags | MathPlot::mpLayer | protected |
m_font | MathPlot::mpLayer | protected |
m_fontcolour | MathPlot::mpLayer | protected |
m_name | MathPlot::mpLayer | protected |
m_pen | MathPlot::mpLayer | protected |
m_plotBoundaries | MathPlot::mpLayer | protected |
m_showName | MathPlot::mpLayer | protected |
m_step | MathPlot::mpFunction | protected |
m_subtype | MathPlot::mpLayer | protected |
m_symbol | MathPlot::mpFunction | protected |
m_symbolSize | MathPlot::mpFunction | protected |
m_symbolSize2 | MathPlot::mpFunction | protected |
m_tractable | MathPlot::mpLayer | protected |
m_type | MathPlot::mpLayer | protected |
m_UseY2Axis | MathPlot::mpFunction | protected |
m_ViewAsBar (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
m_visible | MathPlot::mpLayer | protected |
m_win | MathPlot::mpLayer | protected |
m_ZIndex | MathPlot::mpLayer | protected |
maxDrawX (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
maxDrawY (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
minDrawX (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
minDrawY (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
mpFunction(mpLayerType layerType=mpLAYER_PLOT, const wxString &name=wxEmptyString, bool useY2Axis=false) | MathPlot::mpFunction | |
mpFXY(const wxString &name=wxEmptyString, int flags=mpALIGN_NE, bool viewAsBar=false, bool useY2Axis=false) | MathPlot::mpFXY | |
mpLayer(mpLayerType layerType) (defined in MathPlot::mpLayer) | MathPlot::mpLayer | |
Plot(wxDC &dc, mpWindow &w) | MathPlot::mpLayer | |
Rewind()=0 | MathPlot::mpFXY | pure virtual |
SetAlign(int align) | MathPlot::mpLayer | inline |
SetBrush(const wxBrush &brush) | MathPlot::mpLayer | inline |
SetCanDelete(bool canDelete) | MathPlot::mpLayer | inline |
SetContinuity(bool continuity) | MathPlot::mpFunction | inline |
SetDrawOutsideMargins(bool drawModeOutside) | MathPlot::mpLayer | inline |
SetFont(const wxFont &font) | MathPlot::mpLayer | inline |
SetFontColour(const wxColour &colour) | MathPlot::mpLayer | inline |
SetName(const wxString &name) | MathPlot::mpLayer | inline |
SetPen(const wxPen &pen) | MathPlot::mpLayer | inline |
SetShowName(bool show) | MathPlot::mpLayer | inline |
SetStep(unsigned int step) | MathPlot::mpFunction | inline |
SetSymbol(mpSymbol symbol) | MathPlot::mpFunction | inline |
SetSymbolSize(int size) | MathPlot::mpFunction | inline |
SetTractable(bool track) | MathPlot::mpLayer | inlinevirtual |
SetViewMode(bool asBar) | MathPlot::mpFXY | |
SetVisible(bool show) | MathPlot::mpLayer | inlinevirtual |
SetWindow(mpWindow &w) | MathPlot::mpLayer | inline |
SetY2Axis(bool _useY2) | MathPlot::mpFunction | inline |
UpdateContext(wxDC &dc) const | MathPlot::mpLayer | protected |
UpdateViewBoundary(wxCoord xnew, wxCoord ynew) | MathPlot::mpFXY | protected |
ViewAsBar(void) const | MathPlot::mpFXY | inline |
wxDECLARE_DYNAMIC_CLASS(mpFXY) (defined in MathPlot::mpFXY) | MathPlot::mpFXY | protected |
wxDECLARE_DYNAMIC_CLASS(mpFunction) (defined in MathPlot::mpFunction) | MathPlot::mpFunction | protected |
~mpLayer() (defined in MathPlot::mpLayer) | MathPlot::mpLayer | inlinevirtual |