| 87 | return d->columnPath; |
| 88 | } |
| 89 | void Value::setColumnPath(const QString& path) { |
| 90 | D(Value); |
| 91 | d->columnPath = path; |
| 92 | } |
| 93 | |
| 94 | BASIC_SHARED_D_READER_IMPL(Value, Value::Position, position, position) |
| 95 | BASIC_SHARED_D_READER_IMPL(Value, bool, centerPositionAvailable, centerPositionAvailable) |