graph_displayer_canvas.h
changeset 201 879e47e5b731
parent 187 b465e2c34f23
equal deleted inserted replaced
49:bf527fcb4563 50:6bb0b3ce55dd
    17  */
    17  */
    18 
    18 
    19 #ifndef GRAPH_DISPLAYER_CANVAS_H
    19 #ifndef GRAPH_DISPLAYER_CANVAS_H
    20 #define GRAPH_DISPLAYER_CANVAS_H
    20 #define GRAPH_DISPLAYER_CANVAS_H
    21 
    21 
    22 class GraphDisplayerCanvas;
    22 class NoteBookTab;
    23 
    23 
    24 #include "all_include.h"
    24 #include "all_include.h"
    25 #include "nbtab.h"
       
    26 #include <libgnomecanvasmm.h>
    25 #include <libgnomecanvasmm.h>
    27 #include <libgnomecanvasmm/polygon.h>
    26 #include <libgnomecanvasmm/polygon.h>
    28 #include <lemon/dim2.h>
       
    29 
    27 
    30 ///This class is the canvas, on which the graph can be drawn.
    28 ///This class is the canvas, on which the graph can be drawn.
    31 class GraphDisplayerCanvas : public Gnome::Canvas::CanvasAA
    29 class GraphDisplayerCanvas : public Gnome::Canvas::CanvasAA
    32 {
    30 {
    33   friend class BrokenEdge;
    31   friend class BrokenEdge;