diff -r 5522d1da7e37 -r d886c77ac0fe selection.h --- a/selection.h Tue Jan 23 11:50:53 2007 +0000 +++ b/selection.h Mon Jan 29 12:29:13 2007 +0000 @@ -22,6 +22,10 @@ bool isEmpty(); uint count(); SelectionType type(); + LinkableMapObj * first(); // first in selection list + LinkableMapObj * single(); // NULL, if multiple selected + BranchObj* getBranch(); + FloatImageObj* getFloatImage(); QString getSelectString();