mapeditor.h
changeset 784 9db215a4ad53
parent 776 25e634a7e1dc
child 787 c6bb4fdcc55f
     1.1 --- a/mapeditor.h	Mon Jul 27 12:53:17 2009 +0000
     1.2 +++ b/mapeditor.h	Mon Jul 27 12:53:17 2009 +0000
     1.3 @@ -50,12 +50,14 @@
     1.4  
     1.5  public:
     1.6      void print();				//!< Print the map
     1.7 +	QRectF getTotalBBox();		//!< Bounding box of all items in map
     1.8 +	QPixmap getPixmap();		//!< 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  public:
    1.12  	TreeItem *findMapItem (QPointF p,TreeItem *exclude);	//! find item in map at position p. Ignore item exclude 
    1.13  
    1.14 -	AttributeTable* attributeTable();
    1.15 +	AttributeTable* attributeTable();	// FIXME-3
    1.16      void testFunction1();				// just testing new stuff
    1.17      void testFunction2();				// just testing new stuff
    1.18