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

Method isSelected

src/backend/worksheet/plots/PlotArea.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool PlotArea::isSelected() const {
99 return m_parent->isSelected();
100}
101
102void PlotArea::handleResize(double horizontalRatio, double verticalRatio, bool /*pageResize*/) {
103 DEBUG(Q_FUNC_INFO);

Callers 12

selectIndexMethod · 0.45
deselectIndexMethod · 0.45
resultCopyMethod · 0.45
columnsMethod · 0.45
detailsCopyMethod · 0.45
isCellSelectedMethod · 0.45
isCellSelectedMethod · 0.45
childHoveredMethod · 0.45
childUnhoveredMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected