mapeditor.h
changeset 129 9b9c7e8b9147
parent 124 e0f6a21cc6d6
child 130 30cd58b70d02
     1.1 --- a/mapeditor.h	Wed Jul 13 11:36:15 2005 +0000
     1.2 +++ b/mapeditor.h	Tue Jul 19 14:44:30 2005 +0000
     1.3 @@ -84,6 +84,7 @@
     1.4      void cut();			// cut to clipboard and backup
     1.5      void moveBranchUp();
     1.6      void moveBranchDown();
     1.7 +    void linkBranchToPos(LinkableMapObj*,const int &, const QPoint &);// move selection to dst and pos
     1.8      void editHeading();					// Start editing heading 
     1.9  private:
    1.10  	void setHeading(const QString &);	// Just set the heading for selection
    1.11 @@ -190,6 +191,7 @@
    1.12      LinkableMapObj* selectionLast;	// last selection 
    1.13      MapObj* movingObj;				// moving a MapObj
    1.14  	MapObj* linkingObj_src;			// part of a link
    1.15 +    QPoint movingObj_orgPos;		// org. pos of mouse before move
    1.16      QPoint movingObj_start;			// rel. pos of mouse to absPos 
    1.17      QPoint movingCont_start;		// inital pos of moving Content or
    1.18      QPoint movingVec;				// how far has Content moved