MCPcopy Create free account
hub / github.com/KDAB/KDChart / instance

Method instance

src/KDChart/KDChartMeasure.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172GlobalMeasureScaling *GlobalMeasureScaling::instance()
173{
174 static GlobalMeasureScaling instance;
175 return &instance;
176}
177
178void GlobalMeasureScaling::setFactors(qreal factorX, qreal factorY)
179{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected