(#639) Show E (x,1) on axis label

As the space is limited, the text is compressed to "E-x1", "N-y2", "Z-3"
This commit is contained in:
Magne Sjaastad
2015-11-20 09:12:07 +01:00
parent b356be9464
commit b26d199815
4 changed files with 50 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ namespace cvf
class Model;
class OverlayItem;
class Part;
class OverlayAxisCross;
}
//==================================================================================================
@@ -84,6 +85,8 @@ public:
void setCurrentFrame(int frameIndex);
void setAxisLabels(const cvf::String& xLabel, const cvf::String& yLabel, const cvf::String& zLabel);
public slots:
virtual void slotSetCurrentFrame(int frameIndex);
virtual void slotEndAnimation();
@@ -109,6 +112,7 @@ private:
QCDEStyle* m_progressBarStyle;
cvf::ref<cvf::OverlayAxisCross> m_axisCross;
cvf::Collection<cvf::OverlayItem> m_visibleLegends;
caf::PdmPointer<RimView> m_rimView;