diff -r a8a5c7288f57 -r 04039e47ac74 branchitem.h --- a/branchitem.h Mon Apr 27 12:07:15 2009 +0000 +++ b/branchitem.h Tue Apr 28 09:51:48 2009 +0000 @@ -28,6 +28,8 @@ virtual void setVymLink (QString); virtual QString getVymLink (); + virtual void setHeadingColor (QColor color); //!Overloaded from TreeItem to update QGraphicsView + protected: bool scrolled; // true if all children are scrolled and thus invisible bool tmpUnscrolled; // can only be true (temporary) for a scrolled subtree @@ -39,7 +41,7 @@ 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 + TreeItem* findMapItem (QPointF p,TreeItem* excludeTI); //! search map for branches or images. Ignore excludeTI, where search is started virtual TreeItem* findID (QString sid); //! search map for object with ID string BranchObj* getBranchObj();