#1851 Curve Creator. Appearance editor with apply button

This commit is contained in:
Bjørn Erik Jensen
2017-09-19 15:19:48 +02:00
parent 11172d648c
commit 952bfeefe8
4 changed files with 134 additions and 99 deletions

View File

@@ -480,6 +480,18 @@ void RimPlotCurve::setLineThickness(int thickness)
m_curveThickness = thickness;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlotCurve::resetAppearance()
{
setColor(cvf::Color3f(cvf::Color3::BLACK));
setLineThickness(2);
setLineStyle(STYLE_SOLID);
setSymbol(SYMBOL_NONE);
setSymbolSkipDinstance(10);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------