diff -r e3f722759c7e -r 340bc29da9a0 treeitem.h --- a/treeitem.h Wed May 20 15:40:14 2009 +0000 +++ b/treeitem.h Tue May 26 11:23:44 2009 +0000 @@ -25,10 +25,6 @@ ~TreeItem(); void init(); - virtual QString saveToDir (const QString &tmpdir=QString(),const - QString &prefix=QString(), const QPointF& offset=QPointF()); - - // General housekeeping virtual void setModel (VymModel *m); virtual VymModel* getModel(); @@ -166,6 +162,10 @@ QList childItems; QList itemData; TreeItem *parentItem; + + /*! Set rootItem (does not change, needed for quick check + if some branch is mapCenter */ + TreeItem *rootItem; int branchOffset; int branchCounter;