branchobj.h
changeset 529 ce2abdbd0b65
parent 462 494a5b8c131e
child 593 e46d634e071c
     1.1 --- a/branchobj.h	Mon Jun 25 12:54:19 2007 +0000
     1.2 +++ b/branchobj.h	Fri Jun 29 09:43:53 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