vymmodel.h
changeset 684 5f9a2771680d
parent 665 a7db20d79c32
child 696 0c2d74acf035
     1.1 --- a/vymmodel.h	Tue Apr 08 08:28:37 2008 +0000
     1.2 +++ b/vymmodel.h	Tue Apr 08 08:28:37 2008 +0000
     1.3 @@ -27,6 +27,7 @@
     1.4  	void setScene(QGraphicsScene *s);
     1.5  	QGraphicsScene *getScene();
     1.6  	MapCenterObj* addMapCenter();
     1.7 +	MapCenterObj* addMapCenter(QPointF absPos);
     1.8  	MapCenterObj* removeMapCenter(MapCenterObj *mco);
     1.9  
    1.10  	BranchObj* first();					// FIXME replaced by ModelIndex later