map_win.h
branchgui
changeset 38 9cab23d9b124
parent 30 f70bbee5350a
child 53 e73d7540bd24
equal deleted inserted replaced
5:145e5e48204a 6:0c90666576d6
    53   void updateNode(Graph::Node);
    53   void updateNode(Graph::Node);
    54 
    54 
    55   ///This function is created to set the appropriate maps on the newly created edge
    55   ///This function is created to set the appropriate maps on the newly created edge
    56   void updateEdge(Graph::Edge);
    56   void updateEdge(Graph::Edge);
    57 
    57 
       
    58   ///This function inserts name of the new edgemap in the list in the combo box
       
    59   void registerNewEdgeMap(std::string);
       
    60 
       
    61   ///This function inserts name of the new nodemap in the list in the combo box
       
    62   void registerNewNodeMap(std::string);
       
    63 
    58   virtual bool closeIfEscapeIsPressed(GdkEventKey*);
    64   virtual bool closeIfEscapeIsPressed(GdkEventKey*);
       
    65 
    59 };
    66 };
    60 
    67 
    61 #endif //MAP_WIN_H
    68 #endif //MAP_WIN_H