mapeditor.h
changeset 819 8f987e376035
parent 815 2881c4424190
child 834 0fad394bc330
     1.1 --- a/mapeditor.h	Tue Dec 15 09:14:59 2009 +0000
     1.2 +++ b/mapeditor.h	Mon Jan 04 20:36:06 2010 +0000
     1.3 @@ -52,9 +52,10 @@
     1.4  public:
     1.5      void print();				//!< Print the map
     1.6  	QRectF getTotalBBox();		//!< Bounding box of all items in map
     1.7 -	QPixmap getPixmap();		//!< Get a pixmap of the map
     1.8 +	QImage getImage ();			//!< Get a pixmap of the map
     1.9  	void setAntiAlias (bool);	//!< Set or unset antialiasing
    1.10  	void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps
    1.11 +	void setHideTmp (bool);		//!< Hide parts temporary
    1.12  public:
    1.13  	TreeItem *findMapItem (QPointF p,TreeItem *exclude);	//! find item in map at position p. Ignore item exclude 
    1.14