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

Method isSelected

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1050–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050bool CartesianPlot::isSelected() const {
1051 Q_D(const CartesianPlot);
1052 return d->isSelected();
1053}
1054
1055// ##############################################################################
1056// ################################ getter methods ############################

Callers 4

createContextMenuMethod · 0.45
currentCurveMethod · 0.45
childHoveredMethod · 0.45
navigateNextPrevCurveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected