diff -r 1973a58f3900 -r d0086df58648 branchobj.h --- a/branchobj.h Thu Apr 10 19:56:11 2008 +0000 +++ b/branchobj.h Mon May 05 13:46:42 2008 +0000 @@ -128,7 +128,8 @@ virtual void select(); virtual void unselect(); virtual QString getSelectString(); - virtual void animate(); + virtual void setAnimation(const AnimPoint &ap); + virtual bool animate(); protected: static BranchObj* itLast; // iterator for first(), next() @@ -136,6 +137,9 @@ QList branch; // all child branches QList floatimage;// child images QList xlink; // xlinks to other branches + + AnimPoint anim; + public: float angle; // used in mainbranch to reorder mainbranches protected: