floatimageobj.cpp
changeset 823 0bba81dde1bc
parent 790 133e2ed6b9c5
     1.1 --- a/floatimageobj.cpp	Wed Feb 10 13:48:42 2010 +0000
     1.2 +++ b/floatimageobj.cpp	Fri Feb 19 13:47:03 2010 +0000
     1.3 @@ -8,15 +8,6 @@
     1.4  // FloatImageObj
     1.5  /////////////////////////////////////////////////////////////////
     1.6  
     1.7 -/* FIXME-3
     1.8 -FloatImageObj::FloatImageObj ():FloatObj()
     1.9 -{
    1.10 -//    cout << "Const FloatImageObj ()\n";
    1.11 -    setParObj (this);	
    1.12 -    init();
    1.13 -}
    1.14 -*/
    1.15 -
    1.16  FloatImageObj::FloatImageObj (QGraphicsScene* s,TreeItem *ti):FloatObj(s,ti)
    1.17  {
    1.18     //cout << "Const FloatImageObj s="<<s<<"  ti="<<ti<<endl;
    1.19 @@ -24,14 +15,6 @@
    1.20      init();
    1.21  }
    1.22  
    1.23 -/* FIXME-3 needed
    1.24 -FloatImageObj::FloatImageObj (QGraphicsScene *s, OrnamentedObj* p):FloatObj(s,p)
    1.25 -{
    1.26 - //   cout << "Const FloatImageObj (c,p)\n";
    1.27 -    init();
    1.28 -}
    1.29 -*/
    1.30 -
    1.31  FloatImageObj::~FloatImageObj ()
    1.32  {
    1.33  //	cout << "Destr FloatImageObj "<<this<<"\n";
    1.34 @@ -154,11 +137,6 @@
    1.35  	// TODO
    1.36  }
    1.37  
    1.38 -QRectF FloatImageObj::getTotalBBox()
    1.39 -{
    1.40 -	return bbox;
    1.41 -}
    1.42 -
    1.43  QRectF FloatImageObj::getBBoxSizeWithChildren()
    1.44  {
    1.45  	//TODO abstract in linkablemapobj.h, not calculated