branchobj.h
changeset 847 43268373032d
parent 823 0bba81dde1bc
     1.1 --- a/branchobj.h	Fri Apr 09 14:24:04 2010 +0000
     1.2 +++ b/branchobj.h	Wed Jun 09 13:14:08 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