Changeset 195:125c56c1efda in glemon-0.x for mapstorage.cc
- Timestamp:
- 03/01/07 09:07:39 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mapstorage.cc
r194 r195 22 22 23 23 #include <mapstorage.h> 24 #include <graph_displayer_canvas.h> //kivenni25 #include <nbtab.h> //kivenni26 24 #include <gui_writer.h> 27 25 #include <gui_reader.h> … … 32 30 const double p_d=40000; 33 31 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)32 MapStorage::MapStorage() : modified(false), file_name(""), arrow_pos_read_ok(false), iterations(i_d), attraction(a_d), propulsation(p_d), background_set(false) 35 33 { 36 34 nodemap_storage["coordinates_x"] = new Graph::NodeMap<double>(graph); … … 571 569 background_set = true; 572 570 } 573 mytab.gd_canvas->setBackground();571 signal_background.emit(); 574 572 } 575 573
Note: See TracChangeset
for help on using the changeset viewer.