added basic history window
authorinsilmaril
Tue, 11 Apr 2006 14:34:14 +0000
changeset 296692499ea76e1
parent 295 f6fecd518011
child 297 c7464b92fdb8
added basic history window
ornamentedobj.cpp
     1.1 --- a/ornamentedobj.cpp	Tue Apr 11 14:34:14 2006 +0000
     1.2 +++ b/ornamentedobj.cpp	Tue Apr 11 14:34:14 2006 +0000
     1.3 @@ -282,6 +282,11 @@
     1.4  	forceReposition();
     1.5  }
     1.6  
     1.7 +bool OrnamentedObj::isSetStandardFlag (QString f)
     1.8 +{
     1.9 +	return standardFlags->isActive(f);
    1.10 +}
    1.11 +
    1.12  QString OrnamentedObj::getSystemFlagName(const QPoint &p)
    1.13  {
    1.14  	return systemFlags->getFlagName(p);