]> sourceware.org Git - systemtap.git/commit
Refactor drawing of different styles of graph into classes
authorTim Moore <timoore@redhat.com>
Tue, 1 Dec 2009 18:05:09 +0000 (19:05 +0100)
committerTim Moore <timoore@redhat.com>
Wed, 2 Dec 2009 18:39:37 +0000 (19:39 +0100)
commit6197b0dc80c4f87000d26213293fe2cb72fbe081
tree23e7b4716f9d618e0891d67cee127c614177b370
parent06e217d9990635be43a59233d75c504385d1e243
Refactor drawing of different styles of graph into classes

* grapher/GraphStyle.cxx: New file
* grapher/GraphStyle.hxx: New file
* grapher/Graph(draw): Move much drawing code to GraphStyle::draw
grapher/Graph.cxx
grapher/GraphData.hxx
grapher/GraphStyle.cxx [new file with mode: 0644]
grapher/GraphStyle.hxx [new file with mode: 0644]
grapher/Makefile.am
grapher/Makefile.in
grapher/StapParser.cxx
This page took 0.027485 seconds and 5 git commands to generate.