mapeditor.h
changeset 732 b77b56f707f1
parent 729 7ddbe3fa34a1
child 753 25a77484ec72
     1.1 --- a/mapeditor.h	Wed Dec 10 13:10:35 2008 +0000
     1.2 +++ b/mapeditor.h	Mon Jan 05 16:31:38 2009 +0000
     1.3 @@ -96,7 +96,6 @@
     1.4  	void selectionChanged(const QItemSelection &, const QItemSelection &);
     1.5  
     1.6  private:	
     1.7 -    QItemSelectionModel* selModel;	// we treat MapEditor as View here...
     1.8  	QList <QGraphicsRectItem*> selboxList;
     1.9  	QColor selectionColor;
    1.10  
    1.11 @@ -104,7 +103,6 @@
    1.12  	void updateSelection(const QItemSelection &,const QItemSelection &); // update selection
    1.13  	void updateCurrent (const QModelIndex&,const QModelIndex&); // update selection
    1.14  public:
    1.15 -	void updateSelectionGeometry();	// update geometry of selection
    1.16  	void setSelectionColor (QColor c);
    1.17  	QColor getSelectionColor ();
    1.18