diff -r 85dec6a8c12c -r 9db215a4ad53 mapeditor.h --- a/mapeditor.h Mon Jul 27 12:53:17 2009 +0000 +++ b/mapeditor.h Mon Jul 27 12:53:17 2009 +0000 @@ -50,12 +50,14 @@ public: void print(); //!< Print the map + QRectF getTotalBBox(); //!< Bounding box of all items in map + QPixmap getPixmap(); //!< Get a pixmap of the map void setAntiAlias (bool); //!< Set or unset antialiasing void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps public: TreeItem *findMapItem (QPointF p,TreeItem *exclude); //! find item in map at position p. Ignore item exclude - AttributeTable* attributeTable(); + AttributeTable* attributeTable(); // FIXME-3 void testFunction1(); // just testing new stuff void testFunction2(); // just testing new stuff