Changeset 35:79bffdf6aea2 in glemon-0.x for graph_displayer_canvas.h
- Timestamp:
- 07/21/05 21:28:29 (18 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graph_displayer_canvas.h
r34 r35 98 98 void textReposition(xy<double>); 99 99 ///Activates an edge belonging to a BrokenEdge 100 /// 101 ///After we have activated an edge this way, 102 ///the GDC object will know, which edge is under forming 103 ///therefore it can redraw the necessarz elementy on the canvas, 104 ///for example the text belonging to the \ref BrokenEdge can be 105 ///redrawn (\ref textReposition). 100 106 void toggleEdgeActivity(BrokenEdge*, bool); 101 107 … … 158 164 Graph::NodeIt active_node; 159 165 Graph::EdgeIt active_edge; 166 Graph::EdgeIt forming_edge; 167 168 std::string nodemap_to_edit, edgemap_to_edit; 160 169 161 170 static const int zoom_step = 5;
Note: See TracChangeset
for help on using the changeset viewer.