diff -r cf634bbf9e04 -r 46553c106c52 branchitem.h --- a/branchitem.h Wed Sep 23 11:59:54 2009 +0000 +++ b/branchitem.h Mon Mar 22 15:37:23 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