#1445 Use correct colors in pie chart for well alloc plots in well flow mode

This commit is contained in:
Bjørnar Grip Fjær
2017-05-03 13:39:36 +02:00
parent 3fc0a59f06
commit cd8ad75db5
2 changed files with 20 additions and 9 deletions

View File

@@ -37,6 +37,10 @@ class RiuWellAllocationPlot;
class RimWellLogTrack;
class RigSingleWellResultsData;
namespace cvf {
class Color3f;
}
namespace caf {
class PdmOptionItemInfo;
}
@@ -111,6 +115,8 @@ private:
virtual QWidget* createViewWidget(QWidget* mainWindowParent) override;
virtual void deleteViewWidget() override;
cvf::Color3f getTracerColor(const QString& tracerName);
private:
caf::PdmField<bool> m_showPlotTitle;
caf::PdmField<QString> m_userName;