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

Method getProperties

src/backend/worksheet/plots/cartesian/CartesianScale.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27CartesianScale::~CartesianScale() = default;
28
29void CartesianScale::getProperties(Range<double>* range, double* a, double* b, double* c) const {
30 if (range)
31 *range = m_range;
32 if (a)
33 *a = m_a;
34 if (b)
35 *b = m_b;
36 if (c)
37 *c = m_c;
38}
39
40/**
41 * \class CartesianCoordinateSystem::LinearScale

Callers 1

mapLogicalToSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected