diff -r 7a71a914afdb -r 6d2b32f305f9 branchobj.h --- a/branchobj.h Thu May 07 08:48:53 2009 +0000 +++ b/branchobj.h Wed May 13 08:26:27 2009 +0000 @@ -46,9 +46,7 @@ virtual void calcBBoxSize(); virtual void setDockPos(); - virtual void updateHeading (); - - virtual QString saveToDir (const QString&,const QString&, const QPointF&);// Save data recursivly to tempdir + virtual void updateData(); //! Update represantatio of heading, flags, etc. virtual void addXLink (XLinkObj*); virtual void removeXLinkRef (XLinkObj*);// Remove ref in list @@ -79,11 +77,6 @@ virtual void removeBranch(BranchObj*); virtual void removeBranchPtr (BranchObj*); - virtual bool canMoveBranchUp(); - virtual BranchObj* moveBranchUp(BranchObj*); - virtual bool canMoveBranchDown(); - virtual BranchObj* moveBranchDown(BranchObj*); - virtual void sortChildren(); virtual void alignRelativeTo(const QPointF, bool alignSelf=false ); virtual void reposition(); @@ -107,8 +100,6 @@ public: float angle; // used in mainbranch to reorder mainbranches protected: -// bool scrolled; // true if all children are scrolled and thus invisible -// bool tmpUnscrolled; // can only be true (temporary) for a scrolled subtree bool includeImagesVer; // include floatimages in bbox vertically bool includeImagesHor; // include floatimages in bbox horizontally };