linkablemapobj.h
changeset 106 4083860dd82e
parent 95 f688a9913724
child 160 72cc3873306a
     1.1 --- a/linkablemapobj.h	Mon Jun 06 20:27:42 2005 +0000
     1.2 +++ b/linkablemapobj.h	Tue Jun 14 09:41:37 2005 +0000
     1.3 @@ -51,7 +51,7 @@
     1.4  											// redraw link with given style
     1.5      LinkableMapObj* getChildObj();			// returns pointer to fromObj
     1.6      LinkableMapObj* getParObj();			// returns pointer to toObj
     1.7 -    virtual LinkableMapObj* findObj(QString s);	// find obj by selectstring
     1.8 +    virtual LinkableMapObj* findObjBySelect(QString s);	// find obj by selectstring
     1.9      QPoint getChildPos();					// returns pos where childs dock
    1.10      QPoint getParPos();						// returns pos where parents dock
    1.11      QPoint getRelPos();						// get position relative to parent (or (0,0))