graph_displayer_canvas.h
branchgui
changeset 51 25405e400292
parent 41 06f1f9a8d51f
child 53 e73d7540bd24
equal deleted inserted replaced
20:80d7de021614 21:f1f963fe77a5
   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.