mainwindow.h
changeset 823 0bba81dde1bc
parent 822 c2ce9944148c
child 824 36eb4b8f409e
     1.1 --- a/mainwindow.h	Wed Feb 10 13:48:42 2010 +0000
     1.2 +++ b/mainwindow.h	Fri Feb 19 13:47:03 2010 +0000
     1.3 @@ -73,6 +73,8 @@
     1.4  	void showEvent (QShowEvent * );
     1.5  	MapEditor* currentMapEditor() const;
     1.6  	VymModel* currentModel() const;
     1.7 +public:	
     1.8 +	VymModel* getModel(uint) const;
     1.9      
    1.10  private slots:
    1.11  	void editorChanged(QWidget*);
    1.12 @@ -209,6 +211,7 @@
    1.13  	void settingsToggleAnimation();
    1.14  
    1.15  	void windowToggleNoteEditor();
    1.16 +	void windowToggleTreeEditor();
    1.17  	void windowToggleHistory();
    1.18  	void windowToggleProperty();
    1.19  	void updateHistory(SimpleSettings &);
    1.20 @@ -355,6 +358,7 @@
    1.21  	QAction *actionFormatHideLinkUnselected;
    1.22  
    1.23  	QAction *actionViewToggleNoteEditor;
    1.24 +	QAction *actionViewToggleTreeEditor;
    1.25  	QAction *actionViewToggleHistoryWindow;
    1.26  	QAction *actionViewTogglePropertyWindow;
    1.27  	QAction *actionViewToggleAntiAlias;