branchitem.h
changeset 754 db0ec4bcf416
parent 753 25a77484ec72
child 755 ed5b407975b3
     1.1 --- a/branchitem.h	Tue Apr 07 16:15:53 2009 +0000
     1.2 +++ b/branchitem.h	Mon Apr 20 10:42:05 2009 +0000
     1.3 @@ -34,9 +34,10 @@
     1.4  	virtual void tmpUnscroll();				// unscroll scrolled parents temporary e.g. during "find" process
     1.5  	virtual void resetTmpUnscroll();		// scroll all tmp scrolled parents again e.g. when unselecting
     1.6  
     1.7 +	TreeItem* findMapItem (QPointF,TreeItem*);	//! search map for branches or images
     1.8 +	virtual TreeItem* findID (QString sid);		//! search map for object with ID string
     1.9 +
    1.10  	BranchObj* getBranchObj();	
    1.11 -
    1.12 -
    1.13  };
    1.14  
    1.15  #endif