mapeditor.h
changeset 729 7ddbe3fa34a1
parent 728 a8a98a94899a
child 732 b77b56f707f1
     1.1 --- a/mapeditor.h	Tue Nov 04 12:09:10 2008 +0000
     1.2 +++ b/mapeditor.h	Mon Dec 08 16:57:33 2008 +0000
     1.3 @@ -93,7 +93,7 @@
     1.4  
     1.5  //////////// Selection related
     1.6  signals:
     1.7 -	void selectionChanged();			// Emitted when selection or its represantion changes
     1.8 +	void selectionChanged(const QItemSelection &, const QItemSelection &);
     1.9  
    1.10  private:	
    1.11      QItemSelectionModel* selModel;	// we treat MapEditor as View here...
    1.12 @@ -102,6 +102,7 @@
    1.13  
    1.14  public slots:
    1.15  	void updateSelection(const QItemSelection &,const QItemSelection &); // update selection
    1.16 +	void updateCurrent (const QModelIndex&,const QModelIndex&); // update selection
    1.17  public:
    1.18  	void updateSelectionGeometry();	// update geometry of selection
    1.19  	void setSelectionColor (QColor c);