COIN-OR::LEMON - Graph Library

Changeset 195:125c56c1efda in glemon-0.x for mapstorage.cc


Ignore:
Timestamp:
03/01/07 09:07:39 (17 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3206
Message:

Mapstorage does not need to know NoteBookTab? furthermore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mapstorage.cc

    r194 r195  
    2222
    2323#include <mapstorage.h>
    24 #include <graph_displayer_canvas.h> //kivenni
    25 #include <nbtab.h> //kivenni
    2624#include <gui_writer.h>
    2725#include <gui_reader.h>
     
    3230const double p_d=40000;
    3331
    34 MapStorage::MapStorage(NoteBookTab& tab) : mytab(tab), modified(false), file_name(""), arrow_pos_read_ok(false), iterations(i_d), attraction(a_d), propulsation(p_d), background_set(false)
     32MapStorage::MapStorage() : modified(false), file_name(""), arrow_pos_read_ok(false), iterations(i_d), attraction(a_d), propulsation(p_d), background_set(false)
    3533{
    3634  nodemap_storage["coordinates_x"] = new Graph::NodeMap<double>(graph);
     
    571569    background_set = true;
    572570  }
    573   mytab.gd_canvas->setBackground();
     571  signal_background.emit();
    574572}
    575573
Note: See TracChangeset for help on using the changeset viewer.