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

Method setcenterPositionAvailable

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

Source from the content-addressed store, hash-verified

114 exec(new ValueSetTypeCmd(d, type, ki18n("%1: set values type")));
115}
116void Value::setcenterPositionAvailable(bool available) {
117 Q_D(Value);
118 d->centerPositionAvailable = available;
119}
120
121STD_SETTER_CMD_IMPL_F_S(Value, SetColumn, const AbstractColumn*, column, updateValue)
122void Value::setColumn(const AbstractColumn* column) {

Callers 3

addValueMethod · 0.80
addValueMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected