gui/graph_displayer_canvas.h
changeset 1603 5ad84fbadf2b
parent 1592 4708b716d2f4
child 1606 dc4ea2010dee
equal deleted inserted replaced
20:63c52f49b4c1 21:3d1d722339fb
   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
   112   ///creates a new Nodemap
   113   void addNewNodeMap(double,std::string);
   113   int addNewNodeMap(double,std::string);
   114   ///creates a new Edgemap
   114   ///creates a new Edgemap
   115   void addNewEdgeMap(double,std::string);
   115   int addNewEdgeMap(double,std::string);
   116 
   116 
   117 private:
   117 private:
   118   ///Deletes the given element.
   118   ///Deletes the given element.
   119   void deleteItem(NodeIt);
   119   void deleteItem(NodeIt);
   120   ///Deletes the given element.
   120   ///Deletes the given element.