diff -r 2f002657dada -r 6e4b586aa88a mapcenterobj.h --- a/mapcenterobj.h Tue May 26 11:24:51 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -#ifndef MAPCENTEROBJ_H -#define MAPCENTEROBJ_H - - -#include - -#include "branchobj.h" - - -class VymModel; - -/*! \brief The center of the map is a special branch. */ - -///////////////////////////////////////////////////////////////////////////// -class MapCenterObj:public BranchObj { -public: - MapCenterObj (); - MapCenterObj (QGraphicsScene *); - ~MapCenterObj (); - void clear(); - void init(); - virtual void updateLink(); - virtual void updateRelPositions(); -}; -#endif