branchitem.h
changeset 750 ff3b01ce0960
parent 749 9ff332964015
child 753 25a77484ec72
     1.1 --- a/branchitem.h	Wed Apr 01 15:06:57 2009 +0000
     1.2 +++ b/branchitem.h	Thu Apr 02 09:46:29 2009 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  #include "treeitem.h"
     1.5  
     1.6  class QString;
     1.7 +class BranchObj;
     1.8  
     1.9  class BranchItem:public TreeItem
    1.10  {
    1.11 @@ -21,6 +22,7 @@
    1.12  	virtual void tmpUnscroll();				// unscroll scrolled parents temporary e.g. during "find" process
    1.13  	virtual void resetTmpUnscroll();		// scroll all tmp scrolled parents again e.g. when unselecting
    1.14  
    1.15 +	BranchObj* getBranchObj();	
    1.16  
    1.17  protected:	
    1.18  	bool scrolled;			// true if all children are scrolled and thus invisible