vymview.h
changeset 772 e3f722759c7e
parent 769 a6931cd6309a
child 788 78ba80b54bc4
     1.1 --- a/vymview.h	Mon May 18 11:22:41 2009 +0000
     1.2 +++ b/vymview.h	Wed May 20 15:40:14 2009 +0000
     1.3 @@ -15,6 +15,9 @@
     1.4  	Q_OBJECT
     1.5  public:
     1.6  	VymView(VymModel *model);
     1.7 +	~VymView();
     1.8 +	VymModel* getModel();
     1.9 +	MapEditor* getMapEditor();
    1.10  	void initFocus();
    1.11  	QItemSelectionModel* selectionModel();
    1.12