equal
deleted
inserted
replaced
79 for(int i=0;i<(int)edgemapcbts.size();i++) |
79 for(int i=0;i<(int)edgemapcbts.size();i++) |
80 { |
80 { |
81 (edgemapcbts[i])->update_list(eml); |
81 (edgemapcbts[i])->update_list(eml); |
82 //update_cbt(eml, *(edgemapcbts[i])); |
82 //update_cbt(eml, *(edgemapcbts[i])); |
83 } |
83 } |
|
84 signal_maplist_updated.emit(); |
84 } |
85 } |
85 |
86 |
86 void AlgoBox::nodemaplist_changed(std::string newmap) |
87 void AlgoBox::nodemaplist_changed(std::string newmap) |
87 { |
88 { |
88 for(int i=0;i<(int)nodemapcbts.size();i++) |
89 for(int i=0;i<(int)nodemapcbts.size();i++) |