summaryrefslogtreecommitdiffstats
path: root/grapher/GraphWidget.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Templatize GraphDataTim Moore2009-07-281-23/+62
| | | | | | | | | | | | | | | | * grapher/GraphData.hxx (GraphDataBase): new superclass for GraphData. Split time data out as a separate vector. (GraphData): Rewrite as template. * grapher/GraphWidget.cxx (on_expose_event): Reflect GraphData templatization. Handle events with string values. * grapher/GraphWidget.hxx (GraphWidget): Keep pointers to GraphDataBase objects instead of GraphData. * grapher/StapParser.cxx (parseData): new member function (ioCallback): Handle new discreet event * grapher/StapParser.hxx (StapParser): keep pointers to GraphDataBase objects instead of GraphData * testsuite/systemtap.examples/general/grapher.stp: Display actual key pressed for keyboard event
* Tweaks to grapher axis drawingTim Moore2009-07-281-7/+15
| | | | | * grapher/GraphWidget.cxx (on_expose_event): Don't draw axis labels that would overlap others.
* Initialize variables in GraphWidget::on_motion_notify_event().William Cohen2009-05-141-2/+2
|
* Have appropriate types and cast to allow compilation on RHEL-5.William Cohen2009-04-201-4/+4
|
* Move grapher to subdirectoryTim Moore2009-04-201-0/+323