COIN-OR::LEMON - Graph Library

Changeset 96:e664d8aa3f72 in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
12/06/05 11:53:38 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2414
Message:

Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r94 r96  
    77
    88#include "all_include.h"
    9 #include "main_win.h"
     9#include "nbtab.h"
    1010#include <libgnomecanvasmm.h>
    1111#include <libgnomecanvasmm/polygon.h>
     
    4040
    4141public:
    42   GraphDisplayerCanvas(MainWin &);
     42  GraphDisplayerCanvas(NoteBookTab &);
    4343  virtual ~GraphDisplayerCanvas();
    4444
     
    199199
    200200  ///reference to the parent window
    201   MainWin & mainwin;
     201  NoteBookTab & mytab;
    202202
    203203};
Note: See TracChangeset for help on using the changeset viewer.