branchobj.h
branchqt4-port
changeset 17 557239819c45
parent 2 608f976aa7bb
     1.1 --- a/branchobj.h	Tue Aug 29 08:31:42 2006 +0000
     1.2 +++ b/branchobj.h	Wed Aug 30 12:16:25 2006 +0000
     1.3 @@ -124,6 +124,7 @@
     1.4  
     1.5  protected:
     1.6  	static BranchObj* itLast;		// iterator for first(), next()
     1.7 +	static BranchObj* itFirst;		// first iterator for first(), next()
     1.8      BranchObjPtrList branch;		// all child branches
     1.9  	Q3PtrList<FloatImageObj> floatimage;	// child images
    1.10  	Q3PtrList<XLinkObj> xlink;		// xlinks to other branches