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

Method xColumnAboutToBeRemoved

src/backend/worksheet/plots/cartesian/LollipopPlot.cpp:313–321  ·  view source on GitHub ↗

############################################################################## ################################# SLOTS #################################### ##############################################################################

Source from the content-addressed store, hash-verified

311// ################################# SLOTS ####################################
312// ##############################################################################
313void LollipopPlot::xColumnAboutToBeRemoved(const AbstractAspect* aspect) {
314 Q_D(LollipopPlot);
315 if (aspect == d->xColumn) {
316 d->xColumn = nullptr;
317 d->recalc();
318 Q_EMIT dataChanged();
319 Q_EMIT changed();
320 }
321}
322
323void LollipopPlot::dataColumnAboutToBeRemoved(const AbstractAspect* aspect) {
324 Q_D(LollipopPlot);

Callers

nothing calls this directly

Calls 1

recalcMethod · 0.45

Tested by

no test coverage detected