1.1 --- a/branchobj.h Wed Apr 25 16:02:54 2007 +0000
1.2 +++ b/branchobj.h Mon Jul 23 12:42:02 2007 +0000
1.3 @@ -64,6 +64,7 @@
1.4 virtual void calcBBoxSize();
1.5 virtual void setDockPos();
1.6 virtual LinkableMapObj* findMapObj(QPointF,LinkableMapObj*); // find MapObj
1.7 + virtual LinkableMapObj* findID (QString sid); // find Obj by ID string
1.8 virtual void setHeading (QString);
1.9
1.10 virtual void setHideTmp (HideTmpMode);
1.11 @@ -139,6 +140,7 @@
1.12 bool tmpUnscrolled; // can only be true (temporary) for a scrolled subtree
1.13 bool includeImagesVer; // include floatimages in bbox vertically
1.14 bool includeImagesHor; // include floatimages in bbox horizontally
1.15 + QString id; // IDstring, needed for xlinks (tomboy)
1.16
1.17 };
1.18