ornamentedobj.cpp
branchqt4-port
changeset 16 41c3d7f9f532
parent 2 608f976aa7bb
child 18 70c41284cb48
     1.1 --- a/ornamentedobj.cpp	Tue Aug 15 12:01:14 2006 +0000
     1.2 +++ b/ornamentedobj.cpp	Tue Aug 29 08:31:42 2006 +0000
     1.3 @@ -281,6 +281,15 @@
     1.4  	forceReposition();
     1.5  }
     1.6  
     1.7 +void OrnamentedObj::deactivateStandardFlag(QString f)
     1.8 +{
     1.9 +	standardFlags->deactivate(f);
    1.10 +	calcBBoxSize();
    1.11 +	positionBBox();
    1.12 +	move (absPos.x(), absPos.y() );
    1.13 +	forceReposition();
    1.14 +}
    1.15 +
    1.16  bool OrnamentedObj::isSetStandardFlag (QString f)
    1.17  {
    1.18  	return standardFlags->isActive(f);