branchobj.h
changeset 849 988f1908a7c4
parent 823 0bba81dde1bc
     1.1 --- a/branchobj.h	Fri Feb 19 13:47:03 2010 +0000
     1.2 +++ b/branchobj.h	Fri Jul 23 16:43:49 2010 +0000
     1.3 @@ -51,11 +51,10 @@
     1.4  	virtual void calcBBoxSizeWithChildren();	// calc size of  BBox including children recursivly
     1.5  
     1.6  	virtual void setAnimation(const AnimPoint &ap);
     1.7 +	virtual void stopAnimation();
     1.8  	virtual bool animate();
     1.9  
    1.10  protected:
    1.11 -	QList<XLinkObj*> xlink;			// xlinks to other branches
    1.12 -
    1.13  	AnimPoint anim;
    1.14  };
    1.15