changeset 360 | b047741a460a |
parent 310 | 00ac7b2ac016 |
child 364 | 7b74fa3772bf |
1.1 --- a/branchobj.h Mon May 08 13:25:46 2006 +0000 1.2 +++ b/branchobj.h Thu Jul 27 15:13:16 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);