mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4207 Allow changing color of plot symbol edges and update cross plots
* Cross plots have same color as the symbol itself.
This commit is contained in:
@@ -62,6 +62,8 @@ public:
|
||||
void setLineStyle(RiuQwtPlotCurve::LineStyleEnum lineStyle);
|
||||
void setSymbol(RiuQwtSymbol::PointSymbolEnum symbolStyle);
|
||||
RiuQwtSymbol::PointSymbolEnum symbol();
|
||||
cvf::Color3f symbolEdgeColor() const;
|
||||
void setSymbolEdgeColor(const cvf::Color3f& edgeColor);
|
||||
void setSymbolSkipDistance(float distance);
|
||||
void setSymbolLabel(const QString& label);
|
||||
void setSymbolSize(int sizeInPixels);
|
||||
@@ -140,6 +142,7 @@ protected:
|
||||
caf::PdmField<LineStyle> m_lineStyle;
|
||||
caf::PdmField<CurveInterpolation> m_curveInterpolation;
|
||||
RiuQwtSymbol::LabelPosition m_symbolLabelPosition;
|
||||
caf::PdmField<cvf::Color3f> m_symbolEdgeColor;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user