Public Member Functions | |
WXTrackerGraph (wxFrame *frame, MainTracker *tracker) | |
virtual | ~WXTrackerGraph () |
virtual void | UpdateDisplay () |
reads new values from the MainTracker, and asks for a repaint. | |
virtual void | DeleteGraph (const unsigned long id) |
Remove graph. | |
Private Attributes | |
MainTracker * | mpMainTracker |
std::map< Tracker *, long > | mvId |
RefinableObjClock | mClockGraphList |
Last time a tracker was added to the graph. | |
RefinableObjClock | mClockGraphValues |
Last time values were added to the graph. |
|
|
|
|
|
Remove graph.
Reimplemented from ObjCryst::WXMultiGraph. |
|
reads new values from the MainTracker, and asks for a repaint.
Reimplemented from ObjCryst::WXMultiGraph. |
|
Last time a tracker was added to the graph.
|
|
Last time values were added to the graph.
|
|
|
|
|