graph_displayer_canvas.h
branchgui
changeset 32 1f45545f124c
parent 30 f70bbee5350a
child 34 2cb1fc37f742
     1.1 --- a/graph_displayer_canvas.h	Wed Jun 29 19:44:30 2005 +0000
     1.2 +++ b/graph_displayer_canvas.h	Tue Jul 12 18:21:49 2005 +0000
     1.3 @@ -85,8 +85,10 @@
     1.4    bool createEdgeEventHandler(GdkEvent*);
     1.5    ///event handler for the case when eraser-tool is active
     1.6    bool eraserEventHandler(GdkEvent*);
     1.7 -  ///event handler for the case when eraser-tool is active
     1.8 +  ///event handler for the case when edge map editor tool is active
     1.9    bool edgeMapEditEventHandler(GdkEvent*);
    1.10 +  ///event handler for the case when node map editor tool is active
    1.11 +  bool nodeMapEditEventHandler(GdkEvent*);
    1.12  
    1.13  public:
    1.14    ///Moves the text to new place
    1.15 @@ -126,6 +128,12 @@
    1.16    ///Group of graphical elements of displayed_graph
    1.17    Gnome::Canvas::Group displayed_graph;
    1.18  
    1.19 +  ///Map editor entry
    1.20 +  Gtk::Entry entrywidget;
    1.21 +
    1.22 +  ///GnomeCanvas holder for entry
    1.23 +  Gnome::Canvas::Widget * canvasentrywidget;
    1.24 +
    1.25    ///Here we store the maps that can be displayed through properties.
    1.26    MapStorage mapstorage;
    1.27