floatimageobj.h
changeset 776 25e634a7e1dc
parent 721 12958f987bcf
child 780 fe839bdfd10c
     1.1 --- a/floatimageobj.h	Wed Jun 03 20:37:17 2009 +0000
     1.2 +++ b/floatimageobj.h	Mon Jun 08 11:36:56 2009 +0000
     1.3 @@ -33,14 +33,10 @@
     1.4  	virtual QRectF getTotalBBox();			// return BBox including children			
     1.5  	virtual QRectF getBBoxSizeWithChildren();	// return size of BBox including children  
     1.6  	virtual void calcBBoxSizeWithChildren();	// calc size of  BBox including children recursivly
     1.7 -	virtual QString saveToDir(const QString &,const QString&);
     1.8 -	virtual void resetSaveCounter();
     1.9 -
    1.10  
    1.11  protected:
    1.12  	ImageObj *icon;
    1.13  	bool saveInMap;
    1.14 -	static uint saveCounter;	// numerate the files during saveToDir
    1.15  	QString filetype;
    1.16  	QString filename;
    1.17  	QString originalFilename;