1.1 --- a/floatimageobj.cpp Tue Jul 07 11:21:27 2009 +0000
1.2 +++ b/floatimageobj.cpp Thu Jan 21 11:56:57 2010 +0000
1.3 @@ -8,25 +8,29 @@
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):FloatObj(s)
1.17 +FloatImageObj::FloatImageObj (QGraphicsScene* s,TreeItem *ti):FloatObj(s,ti)
1.18 {
1.19 -// cout << "Const FloatImageObj (s) called from MapCenterObj (s)\n";
1.20 + //cout << "Const FloatImageObj s="<<s<<" ti="<<ti<<endl;
1.21 setParObj (this);
1.22 init();
1.23 }
1.24
1.25 +/* FIXME-3 needed
1.26 FloatImageObj::FloatImageObj (QGraphicsScene *s, OrnamentedObj* p):FloatObj(s,p)
1.27 {
1.28 // cout << "Const FloatImageObj (c,p)\n";
1.29 init();
1.30 }
1.31 +*/
1.32
1.33 FloatImageObj::~FloatImageObj ()
1.34 {