diff -r ac4be290c750 -r 84ae10f6e3a3 selection.h --- a/selection.h Thu Jan 15 00:52:35 2009 +0000 +++ b/selection.h Tue Jan 20 15:23:16 2009 +0000 @@ -21,8 +21,6 @@ enum Type {Undefined,Branch,MapCenter,FloatImage}; Selection (); ~Selection(); - void copy(const Selection&); - void clear(); void setModel (VymModel *); void update(); bool select (LinkableMapObj*); @@ -33,13 +31,13 @@ void block(); void unblock(); bool isEmpty(); - uint count(); - Type type(); - LinkableMapObj * first(); // first in selection list - LinkableMapObj * single(); // NULL, if multiple selected - BranchObj* getBranch(); - TreeItem* getBranchItem(); - QModelIndex getBranchIndex(); //!< Returns index of first selected branch or mapcenter +// uint count(); +// Type type(); +// LinkableMapObj * first(); // first in selection list +// LinkableMapObj * single(); // NULL, if multiple selected +// BranchObj* getBranch(); +// TreeItem* getBranchItem(); +// QModelIndex getBranchIndex(); //!< Returns index of first selected branch or mapcenter FloatImageObj* getFloatImage(); QString getSelectString();