vymview.h
changeset 801 16a8ef1d82b2
parent 788 78ba80b54bc4
child 804 14f2b1b15242
     1.1 --- a/vymview.h	Thu Oct 01 13:23:20 2009 +0000
     1.2 +++ b/vymview.h	Fri Oct 02 09:40:57 2009 +0000
     1.3 @@ -20,17 +20,17 @@
     1.4  	VymModel* getModel();
     1.5  	MapEditor* getMapEditor();
     1.6  	void initFocus();
     1.7 -	QItemSelectionModel* selectionModel();
     1.8  
     1.9  public slots:
    1.10  	void changeSelection (const QItemSelection &newSel, const QItemSelection &delSel);
    1.11 +	void changeProxySelection (const QItemSelection &newSel, const QItemSelection &delSel);
    1.12  	void expandAll ();
    1.13  	void showSelection ();
    1.14  
    1.15  private:
    1.16  	VymModel *model;
    1.17  	TreeEditor *treeEditor;
    1.18 -	QTreeView *tv;	//FIXME-3 testing only
    1.19 +	QItemSelectionModel *proxySelModel;
    1.20  	QItemSelectionModel *selModel;
    1.21  	MapEditor *mapEditor;
    1.22  };