nbtab.h
changeset 198 d6cc0579b94b
parent 196 c220f9de6545
child 201 879e47e5b731
equal deleted inserted replaced
11:93c5686e3e2b 12:9f46d16d4893
   226 
   226 
   227   ///Let the graph redesign, based on gravity and edge elasticity.
   227   ///Let the graph redesign, based on gravity and edge elasticity.
   228   void reDesignGraph();
   228   void reDesignGraph();
   229 
   229 
   230   ///Lets Mapstorage export the graph to EPS
   230   ///Lets Mapstorage export the graph to EPS
   231   void exportGraphToEPS(std::vector<bool>, std::string);
   231   void exportGraphToEPS(std::vector<bool>, std::string, std::string);
   232 
   232 
   233   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
   233   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
   234   void active_maps_needed();
   234   void active_maps_needed();
   235 
   235 
   236 private:
   236 private: