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

Method setDateTimeFormat

src/backend/worksheet/plots/cartesian/Value.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175STD_SETTER_CMD_IMPL_F_S(Value, SetDateTimeFormat, QString, dateTimeFormat, updateValue)
176void Value::setDateTimeFormat(const QString& format) {
177 Q_D(Value);
178 if (format != d->dateTimeFormat)
179 exec(new ValueSetDateTimeFormatCmd(d, format, ki18n("%1: set values datetime format")));
180}
181
182STD_SETTER_CMD_IMPL_F_S(Value, SetPrefix, QString, prefix, updateValue)
183void Value::setPrefix(const QString& prefix) {

Callers 2

checkAxisFormatMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected