diff -r 4a84d7e444d8 -r c2ce9944148c branchitem.h --- a/branchitem.h Thu Jan 21 11:56:57 2010 +0000 +++ b/branchitem.h Wed Feb 10 13:48:42 2010 +0000 @@ -35,7 +35,7 @@ virtual bool hasScrolledParent(BranchItem*); // true, if any of the parents is scrolled virtual bool tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process virtual bool resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting - virtual void sortChildren(); //! Sort children + virtual void sortChildren(bool inverse=false); //! Sort children protected: bool includeImagesVer; //! include floatimages in bbox vertically @@ -58,11 +58,10 @@ 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 - virtual void updateStyles (); //! update related fonts, parObjects, links, ... + virtual void updateStyles (const bool &keepFrame=false); //! update related fonts, parObjects, links, ... virtual BranchObj* getBranchObj(); - virtual BranchObj* createMapObj(QGraphicsScene *scene); //! Create classic object in GraphicsView + virtual BranchObj* createMapObj(QGraphicsScene *scene); //! Create classic object in GraphicsView }; #endif