#3876 Implement rotated labels on contour maps

This commit is contained in:
Gaute Lindkvist
2019-01-03 17:07:55 +01:00
parent 71cacc550f
commit 7a275be335
14 changed files with 593 additions and 208 deletions

View File

@@ -63,6 +63,8 @@ public:
virtual QImage snapshotWindowContent() = 0;
virtual void zoomAll() = 0;
void viewNavigationChanged();
protected:
void removeMdiWindowFromMdiArea();
@@ -75,6 +77,7 @@ protected:
virtual void updateMdiWindowTitle(); // Has real default implementation
virtual void deleteViewWidget() = 0;
virtual void onLoadDataAndUpdate() = 0;
virtual void onViewNavigationChanged();
virtual bool isWindowVisible() { return m_showWindow();} // Virtual To allow special visibility control
//////////