mapcenterobj.h
changeset 775 6e4b586aa88a
parent 774 2f002657dada
child 776 25e634a7e1dc
     1.1 --- a/mapcenterobj.h	Tue May 26 11:24:51 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,25 +0,0 @@
     1.4 -#ifndef MAPCENTEROBJ_H
     1.5 -#define MAPCENTEROBJ_H
     1.6 -
     1.7 -
     1.8 -#include <QDate>
     1.9 -
    1.10 -#include "branchobj.h"
    1.11 -
    1.12 -
    1.13 -class VymModel;
    1.14 -
    1.15 -/*! \brief The center of the map is a special branch. */
    1.16 -
    1.17 -/////////////////////////////////////////////////////////////////////////////
    1.18 -class MapCenterObj:public BranchObj {
    1.19 -public:
    1.20 -    MapCenterObj ();
    1.21 -    MapCenterObj (QGraphicsScene *);
    1.22 -    ~MapCenterObj ();
    1.23 -    void clear();
    1.24 -    void init();
    1.25 -    virtual void updateLink();
    1.26 -    virtual void updateRelPositions();
    1.27 -};
    1.28 -#endif