branchobj.h
changeset 169 aa48c7b52549
parent 146 1b52ff19aad5
child 223 e03b393e4e51
     1.1 --- a/branchobj.h	Tue Jan 03 09:44:41 2006 +0000
     1.2 +++ b/branchobj.h	Tue Jan 03 09:44:41 2006 +0000
     1.3 @@ -73,6 +73,11 @@
     1.4  	virtual XLinkObj* XLinkAt (int);		// return reference of XLinkObj 
     1.5  	virtual int countXLink ();
     1.6  	virtual BranchObj* XLinkTargetAt (int);
     1.7 +	void setIncludeImagesVer(bool);
     1.8 +	bool getIncludeImagesVer();
     1.9 +	void setIncludeImagesHor(bool);
    1.10 +	bool getIncludeImagesHor();
    1.11 +	QString getIncludeImageAttr();
    1.12  	virtual LinkableMapObj* addFloatImage();
    1.13  	virtual LinkableMapObj* addFloatImage(FloatImageObj*);
    1.14  	virtual void removeFloatImage(FloatImageObj*);
    1.15 @@ -125,6 +130,9 @@
    1.16  	bool tmpUnscrolled;				// can only be true (temporary) for a scrolled subtree
    1.17  	QString url;					// url to external doc
    1.18  	QString vymLink;				// path to another map
    1.19 +	bool includeImagesVer;			// include floatimages in bbox vertically
    1.20 +	bool includeImagesHor;			// include floatimages in bbox horizontally
    1.21 +
    1.22  };
    1.23  
    1.24