selection.h
changeset 726 7f43b93242aa
parent 721 12958f987bcf
child 728 a8a98a94899a
     1.1 --- a/selection.h	Tue Aug 05 07:36:53 2008 +0000
     1.2 +++ b/selection.h	Mon Oct 06 11:10:20 2008 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  #include <QList>
     1.5  #include <QGraphicsScene>
     1.6  
     1.7 +#include "treeitem.h"
     1.8  
     1.9  class BranchObj;
    1.10  class FloatImageObj;
    1.11 @@ -38,6 +39,7 @@
    1.12  	LinkableMapObj * first();		// first in selection list
    1.13  	LinkableMapObj * single();		// NULL, if multiple selected
    1.14  	BranchObj* getBranch();
    1.15 +	TreeItem* getBranchItem();		
    1.16  	FloatImageObj* getFloatImage();
    1.17  
    1.18  	QString getSelectString();