# HG changeset patch
# User insilmaril
# Date 1141223944 0
# Node ID 5e684bfe5bb1b527c6eaf27737ba9da61bc2ddfb
# Parent  d5c70aaca22d6521c35f9ea73899b244037e1ccd
1.7.10  includeImagesHorizontally implemented

diff -r d5c70aaca22d -r 5e684bfe5bb1 linkablemapobj.h
--- a/linkablemapobj.h	Wed Mar 01 14:39:04 2006 +0000
+++ b/linkablemapobj.h	Wed Mar 01 14:39:04 2006 +0000
@@ -65,6 +65,7 @@
     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
     QPoint getChildPos();					// returns pos where childs dock
     QPoint getParPos();						// returns pos where parents dock
     QPoint getRelPos();						// get position relative to parent (or (0,0))
@@ -111,7 +112,7 @@
 
 	int thickness_start;			// for StylePoly*	
     LinkStyle style;				// Current style
-	LinkPos linkpos;
+	LinkPos linkpos;				// Link at bottom of object or middle of height
     QColor linkcolor;               // Link color
     QCanvasLine* l;                 // line style
 	QCanvasPolygon* p;				// poly styles
@@ -130,7 +131,7 @@
 	int topPad, botPad,
 		leftPad, rightPad;          // padding within bbox
 
-	QPoint relPos;
+	QPoint relPos;					// position relative to childPos of parent
 	bool useRelPos;
 	bool useOrientation;
 };