WxGraph Class Reference

List of all members.

Public Member Functions

 WxGraph (wxFrame *Parent, wxSize Size=wxDefaultSize)
 WxGraph (wxFrame *Parent, String const &BgPenColor, String const &BgColor, wxSize Size=wxDefaultSize)
 ~WxGraph ()
void RePaint ()
void OnPaint (wxPaintEvent &Event)
void OnEraseBackground (wxEraseEvent &Event)
void OnSize (wxSizeEvent &Event)
WxGraphEqualScales (bool Val=false)
WxCurveAddCurve (Array< REAL > const &X, Array< REAL > const &Y)
WxCurveAddCurve (REAL const *X, REAL const *Y, int Size)
WxCurveAddCurve (REAL x_min, REAL x_max, REAL y_min, REAL y_max, int nDiv, REAL DelPctX=0.1, REAL DelPctY=0.1)
WxCurveResetCurve (int i, REAL const *X, REAL const *Y, int Size)
WxCurveResetCurve (int i, Array< REAL > const &X, Array< REAL > const &Y)
WxCurveResetCurve (int i, REAL x_min, REAL x_max, REAL y_min, REAL y_max, int nDiv, REAL DelPctX=0.1, REAL DelPctY=0.1)
WxCurveSetContour (int i, int nLevels, REAL const *Levels)
WxCurveEnableCurve (int i, bool Enabled)
WxRulerXRuler ()
WxRulerYRuler ()
WxRulerX2Ruler ()
WxRulerY2Ruler ()
WxCurveGetCurve (int i)
WxGridGrid ()
void DelCurve (size_t i)

Private Member Functions

void _bounding_box ()
void _paint_background (wxDC &DC)
void _draw_graph (wxDC &DC)
void _calc_size ()

Private Attributes

Array< WxCurve * > _curves
wxPen _bg_pen
wxBrush _bg_brush
WxRuler _x_ruler
WxRuler _y_ruler
WxRuler _x2_ruler
WxRuler _y2_ruler
WxGrid _grid

Detailed Description

Definition at line 45 of file wxgraph.h.


The documentation for this class was generated from the following file:
Generated on Wed Jan 24 15:56:29 2007 for MechSys by  doxygen 1.4.7