diff -r 25ee6b988b73 -r 8f987e376035 mapeditor.h --- a/mapeditor.h Tue Dec 15 09:14:59 2009 +0000 +++ b/mapeditor.h Mon Jan 04 20:36:06 2010 +0000 @@ -52,9 +52,10 @@ public: void print(); //!< Print the map QRectF getTotalBBox(); //!< Bounding box of all items in map - QPixmap getPixmap(); //!< Get a pixmap of the map + QImage getImage (); //!< Get a pixmap of the map void setAntiAlias (bool); //!< Set or unset antialiasing void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps + void setHideTmp (bool); //!< Hide parts temporary public: TreeItem *findMapItem (QPointF p,TreeItem *exclude); //! find item in map at position p. Ignore item exclude