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

Method reset

src/backend/core/AbstractColumn.cpp:522–527  ·  view source on GitHub ↗

! * resets the connections for the dependent objects like plots and formulas in other columns * to the dataChanged signal in the current column. */

Source from the content-addressed store, hash-verified

520 * to the dataChanged signal in the current column.
521 */
522void AbstractColumn::reset() {
523 // don't disconnect from all signals since we'd loose all connections done in AbstractAspect::connectChild().
524 // disconnect from the dataChanged signal only, the reconnect is triggered in Project::descriptionChanged().
525 Q_EMIT aboutToReset(this);
526 disconnect(this, &AbstractColumn::dataChanged, nullptr, nullptr);
527}
528
529/*!
530 * invalidates the internal properties of the columns and emits the signal \c dataChanged().

Callers 8

datasetClickedMethod · 0.45
currentFileFilterMethod · 0.45
initMethod · 0.45
~IODeviceHandlerMethod · 0.45
isUTF16Method · 0.45
setFileMethod · 0.45
resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected