selection.h
changeset 735 84ae10f6e3a3
parent 732 b77b56f707f1
     1.1 --- a/selection.h	Thu Jan 15 00:52:35 2009 +0000
     1.2 +++ b/selection.h	Tue Jan 20 15:23:16 2009 +0000
     1.3 @@ -21,8 +21,6 @@
     1.4  	enum Type {Undefined,Branch,MapCenter,FloatImage};
     1.5  	Selection ();
     1.6  	~Selection();
     1.7 -	void copy(const Selection&);
     1.8 -	void clear();
     1.9  	void setModel (VymModel *);
    1.10  	void update();      
    1.11  	bool select (LinkableMapObj*);
    1.12 @@ -33,13 +31,13 @@
    1.13  	void block();
    1.14  	void unblock();
    1.15  	bool isEmpty();
    1.16 -	uint count();
    1.17 -	Type type();
    1.18 -	LinkableMapObj * first();		// first in selection list
    1.19 -	LinkableMapObj * single();		// NULL, if multiple selected
    1.20 -	BranchObj* getBranch();
    1.21 -	TreeItem* getBranchItem();		
    1.22 -	QModelIndex getBranchIndex();	//!< Returns index of first selected branch or mapcenter
    1.23 +//	uint count();
    1.24 +//	Type type();
    1.25 +//	LinkableMapObj * first();		// first in selection list
    1.26 +//	LinkableMapObj * single();		// NULL, if multiple selected
    1.27 +//	BranchObj* getBranch();
    1.28 +//	TreeItem* getBranchItem();		
    1.29 +//	QModelIndex getBranchIndex();	//!< Returns index of first selected branch or mapcenter
    1.30  	FloatImageObj* getFloatImage();
    1.31  
    1.32  	QString getSelectString();