Changeset 62:80eefca04b1e in glemon-0.x for graph_displayer_canvas-node.cc
- Timestamp:
- 08/18/05 15:33:49 (18 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graph_displayer_canvas-node.cc
r59 r62 4 4 5 5 6 int GraphDisplayerCanvas::changeNodeRadius (std::string mapname, Graph::Node node)6 int GraphDisplayerCanvas::changeNodeRadius (std::string mapname, Node node) 7 7 { 8 8 Graph::NodeMap<double> * actual_map; … … 70 70 }; 71 71 72 int GraphDisplayerCanvas::changeNodeColor (std::string mapname, Graph::Node node)72 int GraphDisplayerCanvas::changeNodeColor (std::string mapname, Node node) 73 73 { 74 74 … … 142 142 }; 143 143 144 int GraphDisplayerCanvas::changeNodeText (std::string mapname, Graph::Node node)144 int GraphDisplayerCanvas::changeNodeText (std::string mapname, Node node) 145 145 { 146 146
Note: See TracChangeset
for help on using the changeset viewer.