diff options
author | Tim Moore <moore@blackbox.bricoworks.com> | 2009-09-02 15:16:26 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-09-30 20:40:29 +0200 |
commit | 239edc45bc2215485362eda09422e380f02ad0c1 (patch) | |
tree | 7bbddd837c37bd25b98747dbb02d6f9b5a20a4b5 /grapher/GraphWidget.hxx | |
parent | eece8f14d92f71fc12ab87c529fffc5fcc5a4e94 (diff) | |
download | systemtap-steved-239edc45bc2215485362eda09422e380f02ad0c1.tar.gz systemtap-steved-239edc45bc2215485362eda09422e380f02ad0c1.tar.xz systemtap-steved-239edc45bc2215485362eda09422e380f02ad0c1.zip |
Create lists of graph data to choose
Diffstat (limited to 'grapher/GraphWidget.hxx')
-rw-r--r-- | grapher/GraphWidget.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/GraphWidget.hxx b/grapher/GraphWidget.hxx index 4548d0c3..876b6e09 100644 --- a/grapher/GraphWidget.hxx +++ b/grapher/GraphWidget.hxx @@ -36,6 +36,8 @@ namespace systemtap protected: typedef std::vector<std::tr1::shared_ptr<Graph> > GraphList; GraphList _graphs; + typedef std::vector<std::tr1::shared_ptr<GraphDataBase> > GraphDataList; + GraphDataList _graphData; // For click and drag std::tr1::shared_ptr<Graph> _activeGraph; // Dragging all graphs simultaneously, or perhaps seperately |