COIN-OR::LEMON - Graph Library

Changeset 94:adfdc2f70548 in glemon-0.x for main_win.h


Ignore:
Timestamp:
11/29/05 20:31:58 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2389
Message:

Structure of GUI is now more clear-cut than before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.h

    r90 r94  
    33#ifndef MAIN_WIN_H
    44#define MAIN_WIN_H
     5
     6class MainWin;
    57
    68#include "all_include.h"
     
    2729protected:
    2830  ///Window of map-showing setup. Its type is \ref MapWin
    29   MapWin mapwin;
     31  MapWin * mapwin;
    3032
    3133  ///The graph will be drawn on this \ref GraphDisplayerCanvas
    32   GraphDisplayerCanvas gd_canvas;
     34  GraphDisplayerCanvas * gd_canvas;
    3335
    3436  ///ActionGroup for menu
     
    5456  ///Callback for 'Close' action.
    5557  virtual void close();
     58
     59public:
     60  void propertyChange(bool, int, std::string);
     61  void popupNewMapWin(bool, int);
     62
     63  std::string getActiveEdgeMap(int);
     64  std::string getActiveNodeMap(int);
     65
     66  void registerNewEdgeMap(std::string);
     67  void registerNewNodeMap(std::string);
     68
    5669};
    5770
Note: See TracChangeset for help on using the changeset viewer.