#2337 Place legends aware of the possible edge axis border and enable the border by default in Intersection views

This commit is contained in:
Jacob Støren
2018-02-09 13:30:18 +01:00
parent 068adf6aa2
commit d86b6f690e
3 changed files with 36 additions and 9 deletions

View File

@@ -149,7 +149,10 @@ private:
QCDEStyle* m_progressBarStyle;
cvf::ref<cvf::OverlayAxisCross> m_axisCross;
bool m_showAxisCross;
cvf::Collection<cvf::OverlayItem> m_visibleLegends;
cvf::Collection<cvf::OverlayItem> allOverlayItems();
caf::PdmInterfacePointer<RiuViewerToViewInterface> m_rimView;
QPoint m_lastMousePressPosition;
@@ -158,6 +161,7 @@ private:
RivGridBoxGenerator* m_gridBoxGenerator;
cvf::ref<RivWindowEdgeAxesOverlayItem> m_windowEdgeAxisOverlay;
bool m_showWindowEdgeAxes;
cvf::Vec3d m_cursorPositionDomainCoords;
bool m_isNavigationRotationEnabled;