diff -r fe839bdfd10c -r 5987f9f15bac branchitem.h --- a/branchitem.h Tue Jul 07 11:21:27 2009 +0000 +++ b/branchitem.h Mon Aug 03 10:42:12 2009 +0000 @@ -34,6 +34,20 @@ 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 + +protected: + bool includeImagesVer; //! include floatimages in bbox vertically + bool includeImagesHor; //! include floatimages in bbox horizontally +public: + void setIncludeImagesVer(bool); + bool getIncludeImagesVer(); + void setIncludeImagesHor(bool); + bool getIncludeImagesHor(); + QString getIncludeImageAttr(); + +public: + + 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