diff -r 7019762f8701 -r d886c77ac0fe selection.h --- a/selection.h Tue Jan 23 11:50:56 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();