mapitem.cpp
changeset 775 6e4b586aa88a
parent 762 ffb95cd03156
child 776 25e634a7e1dc
     1.1 --- a/mapitem.cpp	Tue May 26 11:24:51 2009 +0000
     1.2 +++ b/mapitem.cpp	Wed Jun 03 20:37:17 2009 +0000
     1.3 @@ -30,6 +30,11 @@
     1.4  	if (lmo) lmo->move (p);
     1.5  }
     1.6  
     1.7 +void MapItem::setPositionMode (PositionMode mode)
     1.8 +{
     1.9 +	posMode=mode;
    1.10 +}
    1.11 +
    1.12  LinkableMapObj* MapItem::getLMO()
    1.13  {
    1.14  	return lmo;