COIN-OR::LEMON - Graph Library

Changeset 1598:739df601808d in lemon-0.x for gui/main_win.h


Ignore:
Timestamp:
07/28/05 16:31:32 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2103
Message:

Redundant functions from main_win disappeared, entry is now bigger, properties refresh upon edition, edgewidth is zoomable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.h

    r1592 r1598  
    88#include <map_win.h>
    99#include <new_map_win.h>
    10 #include <edit_win.h>
    1110#include <libgnomecanvasmm.h>
    1211#include <libgnomecanvasmm/polygon.h>
     
    2827  MapWin mapwin;
    2928
    30   ///Window of editorial tools. Its type is \ref EditWin
    31   EditWin editwin;
    32 
    3329  ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
    3430  NewMapWin newmapwin;
     
    4642  Gtk::VBox vbox;
    4743
    48   ///This function makes map-setup window popped up.
    49   virtual void showMaps();
    50   ///This function makes editorial window popped up.
    51   virtual void showEditorials();
    5244  ///Callback for 'FileNew' action.
    5345  virtual void newFile();
     
    5850  ///Callback for 'FileSaveAs' action.
    5951  virtual void saveFileAs();
    60   ///Callback for 'Quit' action.
    61   virtual void quit();
    6252};
    6353
Note: See TracChangeset for help on using the changeset viewer.