branchobj.h
changeset 746 ee6b0f3a4c2f
parent 738 716a777c1c98
child 748 edb78a44240b
     1.1 --- a/branchobj.h	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/branchobj.h	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -52,11 +52,6 @@
     1.4  	virtual void setLinkColor();			// set the color of link
     1.5  	virtual void setColorSubtree(QColor);	// set the color of heading
     1.6  
     1.7 -	BranchObj* first ();				// set Iterator to first LMO
     1.8 -	BranchObj* next ();					// find next LMO after given one
     1.9 -	BranchObj* getLastIterator();		// to interrupt and resume next iteration
    1.10 -	void setLastIterator (BranchObj*);	// needed by next() 
    1.11 -
    1.12  	virtual void positionContents();
    1.13      virtual void move (double x,double y);
    1.14      virtual void move (QPointF);