linkablemapobj.h
branchqt4-port
changeset 20 9ad3d0391be1
parent 2 608f976aa7bb
     1.1 --- a/linkablemapobj.h	Tue Jun 06 14:58:11 2006 +0000
     1.2 +++ b/linkablemapobj.h	Tue Sep 05 07:56:57 2006 +0000
     1.3 @@ -41,6 +41,7 @@
     1.4  	virtual void setUseRelPos (const bool&);
     1.5  	virtual void setRelPos();				// set relPos to current parentPos
     1.6  	virtual void setRelPos(const QPoint&);	
     1.7 +	virtual QPoint getRelPos();
     1.8  	virtual void setUseOrientation (const bool &);
     1.9  
    1.10  
    1.11 @@ -71,7 +72,6 @@
    1.12  	virtual void setDockPos();				// sets childPos and parPos
    1.13      QPoint getChildPos();					// returns pos where childs dock
    1.14      QPoint getParPos();						// returns pos where parents dock
    1.15 -    QPoint getRelPos();						// get position relative to parent (or (0,0))
    1.16      LinkOrient getOrientation();			// get orientation
    1.17      virtual int getDepth();					// return depth
    1.18  	virtual void setMapEditor(MapEditor*);	// set MapEditor (needed in LMO::updateNoteFlag)