1.11.2 split up of xml helper functions. started to work on attributes
9 /*! \brief The center of the map is a special branch. */
11 /////////////////////////////////////////////////////////////////////////////
12 class MapCenterObj:public BranchObj {
15 MapCenterObj (QGraphicsScene *);
19 virtual void move (double,double);
20 virtual void moveBy (double,double);
21 virtual void moveAll (double,double);
22 virtual void moveAllBy (double,double);
23 virtual void updateLink();
24 virtual void updateRelPositions();
25 LinkableMapObj* findMapObj(QPointF,LinkableMapObj*); // find MapObj
26 virtual QString saveToDir (const QString&,const QString&,int, const QPointF&);// Save data recursivly to tempdir
27 void setVersion(const QString &);
28 void setAuthor (const QString &);
30 void setComment (const QString &);
31 QString getComment ();
34 QString version; //!< version string saved in vym file