gui/graph_displayer_canvas.h
changeset 1587 8f1c317ebeb4
parent 1579 ed7da82bbecf
child 1589 9192e1b26d32
equal deleted inserted replaced
17:55475ecb766f 18:7e90a7d3089d
   107 
   107 
   108 public:
   108 public:
   109   ///\return the actual tool in hand
   109   ///\return the actual tool in hand
   110   int getActualTool();
   110   int getActualTool();
   111 
   111 
       
   112   ///creates a new Nodemap
       
   113   void addNewNodeMap();
       
   114   ///creates a new Edgemap
       
   115   void addNewEdgeMap();
       
   116 
   112 private:
   117 private:
   113   ///Deletes the given element.
   118   ///Deletes the given element.
   114   void deleteItem(NodeIt);
   119   void deleteItem(NodeIt);
   115   ///Deletes the given element.
   120   ///Deletes the given element.
   116   void deleteItem(EdgeIt);
   121   void deleteItem(EdgeIt);