diff -r 5522d1da7e37 -r fb74fa7bfb4c selection.h --- a/selection.h Tue Jan 23 11:50:53 2007 +0000 +++ b/selection.h Mon Feb 12 09:28:47 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();