diff -r a40af6315ac6 -r 3a58c9ef4a18 linkablemapobj.h --- a/linkablemapobj.h Thu Sep 14 11:38:17 2006 +0000 +++ b/linkablemapobj.h Thu Sep 14 11:38:18 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