vymmodel.h
changeset 722 462d39502273
parent 721 12958f987bcf
child 723 11f9124c1cca
     1.1 --- a/vymmodel.h	Wed Jul 16 10:46:14 2008 +0000
     1.2 +++ b/vymmodel.h	Wed Jul 16 11:56:44 2008 +0000
     1.3 @@ -223,8 +223,6 @@
     1.4      LinkableMapObj* findObjBySelect (const QString &s);		// find MapObj by select string
     1.5      LinkableMapObj* findID (const QString &s);				// find MapObj by previously set ID
     1.6  
     1.7 -	void removeSelection ();								// remove selected object
     1.8 -
     1.9  	QString saveToDir (const QString&,const QString&,int, const QPointF&);// Save data recursivly to tempdir
    1.10  
    1.11  
    1.12 @@ -464,6 +462,8 @@
    1.13  	void animate();						//!< Called by timer to animate stuff
    1.14  public:
    1.15  	void startAnimation(const QPointF &start, const QPointF &dest);
    1.16 +	void stopAnimation(MapObj *mo);
    1.17 +
    1.18  ////////////////////////////////////////////
    1.19  // Network related 
    1.20  ////////////////////////////////////////////