mapeditor.h
changeset 754 db0ec4bcf416
parent 753 25a77484ec72
child 766 7a71a914afdb
     1.1 --- a/mapeditor.h	Tue Apr 07 16:15:53 2009 +0000
     1.2 +++ b/mapeditor.h	Mon Apr 20 10:42:05 2009 +0000
     1.3 @@ -26,8 +26,8 @@
     1.4  	void setAntiAlias (bool);	//!< Set or unset antialiasing
     1.5  	void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps
     1.6  public:
     1.7 -	void toggleStandardFlag(QString);
     1.8 -
     1.9 +	void toggleStandardFlag(QString);	//FIXME-2 still needed?
    1.10 +	TreeItem *findMapItem (QPointF p,TreeItem *exclude);	//! find item in map at position p. Ignore item exclude 
    1.11  
    1.12  	AttributeTable* attributeTable();
    1.13      void testFunction1();				// just testing new stuff