COIN-OR::LEMON - Graph Library

Changeset 1616:78704393218d in lemon-0.x for gui/main_win.cc


Ignore:
Timestamp:
08/07/05 20:06:41 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2123
Message:

open file from command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.cc

    r1615 r1616  
    134134}
    135135
     136void MainWin::readFile(const std::string &file)
     137{
     138  mapstorage.readFromFile(file);
     139  mapstorage.file_name = file;
     140  mapstorage.modified = false;
     141  gd_canvas.drawGraph();
     142  mapwin.update();
     143}
     144
    136145void MainWin::newFile()
    137146{
Note: See TracChangeset for help on using the changeset viewer.