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