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

Method setColumnPath

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

Source from the content-addressed store, hash-verified

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

Callers 1

handleAspectUpdatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected