floatobj.h
changeset 780 fe839bdfd10c
parent 776 25e634a7e1dc
child 790 133e2ed6b9c5
     1.1 --- a/floatobj.h	Tue Jul 07 09:34:24 2009 +0000
     1.2 +++ b/floatobj.h	Tue Jul 07 11:21:27 2009 +0000
     1.3 @@ -18,8 +18,6 @@
     1.4  	virtual bool load (const QString&)=0;
     1.5  	virtual void setZValue(const int&);		// set zPlane
     1.6  	virtual int zValue();
     1.7 -	virtual void setFloatExport (const bool &);
     1.8 -	virtual bool getFloatExport ();
     1.9  
    1.10  	virtual void move (double,double);
    1.11  	virtual void move (QPointF);
    1.12 @@ -30,7 +28,6 @@
    1.13  	virtual QRectF getBBoxSizeWithChildren();	// return size of BBox including children  
    1.14  
    1.15  protected:
    1.16 -	bool floatExport;
    1.17  	int zPlane;
    1.18  };
    1.19