diff -r 2881c4424190 -r fac2248e2afa mapeditor.h --- a/mapeditor.h Mon Dec 07 21:56:46 2009 +0000 +++ b/mapeditor.h Mon Mar 08 12:22:15 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