floatobj.h
changeset 173 309609406650
parent 166 325958acb69b
child 218 160459d924a1
     1.1 --- a/floatobj.h	Tue Jan 03 09:44:41 2006 +0000
     1.2 +++ b/floatobj.h	Tue Jan 03 09:44:41 2006 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  	virtual bool load (const QString&)=0;
     1.5  	virtual void setRelPos();				// set relPos to current parentPos
     1.6  	virtual void setRelPos(const QPoint&);	
     1.7 +	virtual QPoint getRelPos();
     1.8  	virtual void setZ(const int&);		// set zPlane
     1.9  	virtual int z();
    1.10  	virtual void setUseOrientation (const bool &);