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

Method index

src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp:722–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722int CartesianCoordinateSystem::index(const Dimension dim) const {
723 switch (dim) {
724 case Dimension::X:
725 return d->xIndex;
726 case Dimension::Y:
727 return d->yIndex;
728 }
729 return 0;
730}
731
732void CartesianCoordinateSystem::setIndex(const Dimension dim, const int index) {
733 switch (dim) {

Callers 15

initMethod · 0.45
retransformMethod · 0.45
updateLabelsMethod · 0.45
initMethod · 0.45
recalculateRectMethod · 0.45
isNumericMethod · 0.45
retransformRangeMethod · 0.45
retransformLineMethod · 0.45
retransformTicksMethod · 0.45
retransformMajorGridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected