diff -r 25a77484ec72 -r db0ec4bcf416 branchitem.h --- a/branchitem.h Tue Apr 07 16:15:53 2009 +0000 +++ b/branchitem.h Mon Apr 20 10:42:05 2009 +0000 @@ -34,9 +34,10 @@ virtual void tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process virtual void resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting + TreeItem* findMapItem (QPointF,TreeItem*); //! search map for branches or images + virtual TreeItem* findID (QString sid); //! search map for object with ID string + BranchObj* getBranchObj(); - - }; #endif