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

Method mouseMode

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

Source from the content-addressed store, hash-verified

1084}
1085
1086CartesianPlot::MouseMode CartesianPlot::mouseMode() const {
1087 Q_D(const CartesianPlot);
1088 return d->mouseMode;
1089}
1090
1091const QString CartesianPlot::rangeDateTimeFormat(const Dimension dim) const {
1092 const int index{defaultCoordinateSystem()->index(dim)};

Calls

no outgoing calls

Tested by 1

invalidcSystemMethod · 0.64