graph_displayer_canvas.h
branchgui
changeset 37 1dc5b49457c0
parent 35 79bffdf6aea2
child 40 cebacea4f965
equal deleted inserted replaced
17:f09a3c83faf1 18:9d3dbe8850a1
   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);