changeset 428 | 9ae68208e2ff |
parent 421 | 5522d1da7e37 |
child 440 | c6a8651e6bbc |
1.1 --- a/selection.h Tue Jan 23 11:50:53 2007 +0000 1.2 +++ b/selection.h Mon Feb 19 12:01:52 2007 +0000 1.3 @@ -22,6 +22,10 @@ 1.4 bool isEmpty(); 1.5 uint count(); 1.6 SelectionType type(); 1.7 + LinkableMapObj * first(); // first in selection list 1.8 + LinkableMapObj * single(); // NULL, if multiple selected 1.9 + BranchObj* getBranch(); 1.10 + FloatImageObj* getFloatImage(); 1.11 1.12 QString getSelectString(); 1.13