linkobj.h
changeset 89 9db3eaa21237
parent 86 0ed77eb5d1cd
child 94 6783e13bb05d
     1.1 --- a/linkobj.h	Mon Jan 31 09:47:43 2005 +0000
     1.2 +++ b/linkobj.h	Tue Feb 08 14:07:19 2005 +0000
     1.3 @@ -20,6 +20,7 @@
     1.4  	void deactivate();			// removes those pointers
     1.5  	bool isUsed();				// true, if at least on branch uses it
     1.6  	void updateLink();
     1.7 +	BranchObj* otherBranch (BranchObj*);
     1.8  	void positionBBox();
     1.9  	void calcBBoxSize();
    1.10  	void setVisibility (bool);