|
| WXTrackerGraph (wxFrame *frame, MainTracker *tracker) |
|
virtual void | UpdateDisplay () |
| reads new values from the MainTracker, and asks for a repaint.
|
|
virtual void | DeleteGraph (const unsigned long id) |
| Remove graph.
|
|
| WXMultiGraph (wxFrame *frame) |
|
void | OnPaint (wxPaintEvent &event) |
|
void | OnMouse (wxMouseEvent &event) |
|
void | OnMouseWheel (wxMouseEvent &event) |
|
void | OnKeyDown (wxKeyEvent &event) |
|
unsigned long | AddGraph (const std::string &name) |
| Add a graph. More...
|
|
void | SetGraphData (const unsigned long id, const std::valarray< float > &vx, const std::valarray< float > &vy) |
| Set data for a given graph. More...
|
|
void | AutoScale (const long id=-1, const bool xmin=true, const bool xmax=true, const bool ymin=true, const bool ymax=true) |
| Auto-scale graph, i.e. More...
|
|
void | OnUpdateUI (wxUpdateUIEvent &event) |
|
void | OnSize (wxSizeEvent &event) |
|
void | SetXLabel (const wxString &xlabel) |
|
void | SetYLabel (const wxString &ylabel) |
|
Definition at line 44 of file wxTrackerGraph.h.
The documentation for this class was generated from the following files: