MCPcopy Create free account
hub / github.com/KDE/labplot / setValuesType

Method setValuesType

src/backend/worksheet/plots/cartesian/XYCurve.cpp:598–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596// Values-Tab
597STD_SETTER_CMD_IMPL_F_S(XYCurve, SetValuesType, XYCurve::ValuesType, valuesType, updateValues)
598void XYCurve::setValuesType(XYCurve::ValuesType type) {
599 Q_D(XYCurve);
600 if (type != d->valuesType)
601 exec(new XYCurveSetValuesTypeCmd(d, type, ki18n("%1: set values type")));
602}
603
604CURVE_COLUMN_SETTER_CMD_IMPL_F_S(XYCurve, Values, values, updateValues)
605void XYCurve::setValuesColumn(const AbstractColumn* column) {

Callers 2

valuesTypeChangedMethod · 0.80
showParetoPlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected