diff -r 5391ab620c95 -r bb94eec7c8f3 linkablemapobj.h --- a/linkablemapobj.h Wed Sep 06 12:47:06 2006 +0000 +++ b/linkablemapobj.h Thu Sep 21 13:48:05 2006 +0000 @@ -63,13 +63,14 @@ virtual void setFrameType (const FrameType &); virtual void setFrameType (const QString &); virtual void setVisibility (bool); + virtual void setOrientation(); virtual void updateLink(); // update parPos and childPos // depending on pos // redraw link with given style LinkableMapObj* getChildObj(); // returns pointer to fromObj LinkableMapObj* getParObj(); // returns pointer to toObj virtual LinkableMapObj* findObjBySelect(QString s); // find obj by selectstring - virtual void setDockPos(); // sets childPos and parPos + virtual void setDockPos()=0; // sets childPos and parPos QPoint getChildPos(); // returns pos where childs dock QPoint getParPos(); // returns pos where parents dock LinkOrient getOrientation(); // get orientation @@ -78,7 +79,7 @@ virtual MapEditor* getMapEditor(); // get MapEditor (usually from parent); virtual QPoint getRandPos(); // make randomised position - virtual void alignRelativeTo(const QPoint ); + //virtual void alignRelativeTo(const QPoint ); virtual void reposition(); virtual void requestReposition(); // do reposition after next user event virtual void forceReposition(); // to force a reposition now (outside