diff -r d5668800f774 -r 80eefca04b1e graph_displayer_canvas-node.cc --- a/graph_displayer_canvas-node.cc Wed Aug 17 15:20:18 2005 +0000 +++ b/graph_displayer_canvas-node.cc Thu Aug 18 13:33:49 2005 +0000 @@ -3,7 +3,7 @@ #include -int GraphDisplayerCanvas::changeNodeRadius (std::string mapname, Graph::Node node) +int GraphDisplayerCanvas::changeNodeRadius (std::string mapname, Node node) { Graph::NodeMap * actual_map; double min, max; @@ -69,7 +69,7 @@ return 0; }; -int GraphDisplayerCanvas::changeNodeColor (std::string mapname, Graph::Node node) +int GraphDisplayerCanvas::changeNodeColor (std::string mapname, Node node) { //function maps the range of the maximum and @@ -141,7 +141,7 @@ return 0; }; -int GraphDisplayerCanvas::changeNodeText (std::string mapname, Graph::Node node) +int GraphDisplayerCanvas::changeNodeText (std::string mapname, Node node) { //the number in the map will be written on the node