branchobj.h
changeset 334 df4fdaa07527
parent 310 00ac7b2ac016
child 364 7b74fa3772bf
     1.1 --- a/branchobj.h	Wed May 31 12:27:38 2006 +0000
     1.2 +++ b/branchobj.h	Wed May 31 12:27:38 2006 +0000
     1.3 @@ -52,6 +52,7 @@
     1.4  	BranchObj* getLastIterator();		// to interrupt and resume next iteration
     1.5  	void setLastIterator (BranchObj*);	// needed by next() 
     1.6  
     1.7 +	virtual void positionContents();
     1.8      virtual void move (double x,double y);
     1.9      virtual void move (QPoint);
    1.10      virtual void moveBy (double x,double y);