# HG changeset patch # User insilmaril # Date 1200328019 0 # Node ID d35bd2241fd1fa3f064498fd856f450bd7f080c2 # Parent 687833b29c4e1c70db91c1f7be09238e13a241a7 Added french manual by Claude diff -r 687833b29c4e -r d35bd2241fd1 selection.h --- a/selection.h Mon Jan 14 16:26:59 2008 +0000 +++ b/selection.h Mon Jan 14 16:26:59 2008 +0000 @@ -6,13 +6,11 @@ #include -class MapEditor; class BranchObj; class FloatImageObj; class MapCenterObj; class LinkableMapObj; - - +class VymModel; class Selection @@ -23,7 +21,7 @@ ~Selection(); void copy(const Selection&); void clear(); - void setMapEditor (MapEditor *); + void setModel (VymModel *); void update(); void setColor (QColor c); QColor getColor (); @@ -46,8 +44,7 @@ QList selectList; QList lastSelectList; QList selboxList; - MapEditor *mapEditor; - MapCenterObj *mapCenter; + VymModel *model; QGraphicsScene *scene; QColor color;