linkablemapobj.cpp
changeset 746 ee6b0f3a4c2f
parent 727 96402b172173
child 750 ff3b01ce0960
     1.1 --- a/linkablemapobj.cpp	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/linkablemapobj.cpp	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -150,11 +150,11 @@
     1.4  	model=parObj->getModel();	
     1.5  }
     1.6  
     1.7 -void LinkableMapObj::setParObjTmp(LinkableMapObj*,QPointF,int)	// FIXME make pure virtual
     1.8 +void LinkableMapObj::setParObjTmp(LinkableMapObj*,QPointF,int)	// FIXME-3 make pure virtual
     1.9  {
    1.10  }
    1.11  
    1.12 -void LinkableMapObj::unsetParObjTmp()	// FIXME make pure virtual
    1.13 +void LinkableMapObj::unsetParObjTmp()	// FIXME-3 make pure virtual
    1.14  {
    1.15  }
    1.16  
    1.17 @@ -247,7 +247,7 @@
    1.18  
    1.19  void LinkableMapObj::setLinkStyle(Style newstyle)
    1.20  {
    1.21 -	//if (newstyle=style) return; FIXME
    1.22 +	//if (newstyle=style) return; FIXME-3
    1.23  	delLink();
    1.24  		
    1.25  	style=newstyle;
    1.26 @@ -406,11 +406,11 @@
    1.27  					segment.at(i)->show();
    1.28  				break;	
    1.29  			case PolyLine:
    1.30 -				if (!p) cout << "LMO::setVis p==0 (PolyLine)\n"; //FIXME
    1.31 +				if (!p) cout << "LMO::setVis p==0 (PolyLine)\n"; //FIXME-3
    1.32  				if (p) p->show();
    1.33  				break;
    1.34  			case PolyParabel:	
    1.35 -				if (!p) cout << "LMO::setVis p==0 (PolyParabel) "<<((BranchObj*)this)->getHeading().toStdString()<<endl; //FIXME
    1.36 +				if (!p) cout << "LMO::setVis p==0 (PolyParabel) "<<((BranchObj*)this)->getHeading().toStdString()<<endl; //FIXME-3
    1.37  				if (p) p->show();
    1.38  				break;
    1.39  			default: