selection.h
changeset 424 d886c77ac0fe
parent 421 5522d1da7e37
child 440 c6a8651e6bbc
     1.1 --- a/selection.h	Tue Jan 23 11:50:56 2007 +0000
     1.2 +++ b/selection.h	Mon Jan 29 12:29:13 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