mapeditor.h
changeset 834 0fad394bc330
parent 819 8f987e376035
child 837 5ecd0462f76b
     1.1 --- a/mapeditor.h	Tue Mar 09 13:09:05 2010 +0000
     1.2 +++ b/mapeditor.h	Wed Mar 10 15:36:19 2010 +0000
     1.3 @@ -56,6 +56,7 @@
     1.4  	void setAntiAlias (bool);	//!< Set or unset antialiasing
     1.5  	void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps
     1.6  	void setHideTmp (bool);		//!< Hide parts temporary
     1.7 +	void autoLayout();			//!< Auto layout of map by using collision detection
     1.8  public:
     1.9  	TreeItem *findMapItem (QPointF p,TreeItem *exclude);	//! find item in map at position p. Ignore item exclude 
    1.10