mapitem.cpp
changeset 819 8f987e376035
parent 779 1fb50e79661c
child 823 0bba81dde1bc
     1.1 --- a/mapitem.cpp	Tue Dec 15 09:14:59 2009 +0000
     1.2 +++ b/mapitem.cpp	Mon Jan 04 20:36:06 2010 +0000
     1.3 @@ -104,6 +104,14 @@
     1.4  	return s;
     1.5  }
     1.6  
     1.7 +QRectF MapItem::getBBoxFlag (const QString &fname)
     1.8 +{
     1.9 +	if (lmo)
    1.10 +		return ((OrnamentedObj*)lmo)->getBBoxFlag (fname);
    1.11 +	else	
    1.12 +		return QRectF ();
    1.13 +}
    1.14 +
    1.15  LinkableMapObj* MapItem::getLMO()
    1.16  {
    1.17  	return lmo;