graph_displayer_canvas.h
branchgui
changeset 40 cebacea4f965
parent 37 1dc5b49457c0
child 41 06f1f9a8d51f
equal deleted inserted replaced
18:9d3dbe8850a1 19:8d53802a52c7
   147 
   147 
   148   ///GnomeCanvas holder for entry
   148   ///GnomeCanvas holder for entry
   149   Gnome::Canvas::Widget * canvasentrywidget;
   149   Gnome::Canvas::Widget * canvasentrywidget;
   150 
   150 
   151   ///Here we store the maps that can be displayed through properties.
   151   ///Here we store the maps that can be displayed through properties.
   152   MapStorage mapstorage;
   152   MapStorage & mapstorage;
   153 
   153 
   154   ///Indicates whether the button of mouse is pressed or not
   154   ///Indicates whether the button of mouse is pressed or not
   155   int isbutton;
   155   int isbutton;
   156 
   156 
   157   ///Stores the actual tool in hand
   157   ///Stores the actual tool in hand