COIN-OR::LEMON - Graph Library

Changeset 53:e73d7540bd24 in glemon-0.x for main_win.h


Ignore:
Timestamp:
07/29/05 14:01:37 (19 years ago)
Author:
Akos Ladanyi
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2111
Message:

added support for saving files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.h

    r50 r53  
    44#define MAIN_WIN_H
    55
    6 #include <all_include.h>
    7 #include <mapstorage.h>
    8 #include <map_win.h>
    9 #include <new_map_win.h>
     6#include "all_include.h"
     7#include "mapstorage.h"
     8#include "map_win.h"
     9#include "new_map_win.h"
     10#include "edit_win.h"
     11#include "graph_displayer_canvas.h"
    1012#include <libgnomecanvasmm.h>
    1113#include <libgnomecanvasmm/polygon.h>
     
    1820  ///Constructor of the \ref MainWin. It creates the menu and the \ref GraphDisplayerCanvas on which the graph will be drawn.
    1921  ///\param title is the title of the window
    20   ///\param graph is the graph that will be drawn here. It will be given further to the \ref GraphDisplayerCanvas
    21   ///\param cm stores the coordinates of the nodes of the graph
    22   ///\param ms is the \ref MapStorage in which the different visualizable maps are stored
    23   MainWin(const std::string& title, Graph &, CoordinatesMap &, MapStorage &);
     22  MainWin(const std::string& title);
     23
     24  MapStorage mapstorage;
    2425
    2526protected:
     
    5354  ///Callback for 'FileSaveAs' action.
    5455  virtual void saveFileAs();
     56  ///Callback for 'Close' action.
     57  virtual void close();
    5558};
    5659
Note: See TracChangeset for help on using the changeset viewer.