vymmodel.h
changeset 837 5ecd0462f76b
parent 835 31841b366d5e
child 842 bec082472471
     1.1 --- a/vymmodel.h	Mon Mar 15 15:32:37 2010 +0000
     1.2 +++ b/vymmodel.h	Thu Mar 18 11:31:02 2010 +0000
     1.3 @@ -464,7 +464,9 @@
     1.4  	void registerEditor (QWidget *);
     1.5  	void unregisterEditor (QWidget *);
     1.6  
     1.7 +	void setMapZoomFactor (const double &); 
     1.8  private: 
     1.9 +	double zoomFactor;
    1.10  	QPointF contextPos;					//!< local position during context menu
    1.11  public:
    1.12  	void setContextPos (QPointF);		//!< local position during context menu
    1.13 @@ -476,8 +478,10 @@
    1.14  
    1.15  	void emitNoteHasChanged (TreeItem *ti);
    1.16  	void emitDataHasChanged (TreeItem *ti);
    1.17 +	void emitUpdateLayout ();
    1.18  
    1.19  signals:
    1.20 +	void updateLayout();
    1.21  	void noteHasChanged (QModelIndex ix);
    1.22  	void newChildObject(QModelIndex ix);
    1.23