MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / showPlotLabels

Method showPlotLabels

gui/src/plotcomponent.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void PlotComponent::showPlotLabels(bool b)
70{
71 for(auto plot : qAsConst(m_plots)) {
72 plot->setShowXAxisLabels(b);
73 plot->setShowYAxisLabels(b);
74 plot->showAxisLabels();
75 }
76}
77
78void PlotComponent::setName(QString s)
79{

Callers

nothing calls this directly

Calls 3

setShowXAxisLabelsMethod · 0.80
setShowYAxisLabelsMethod · 0.80
showAxisLabelsMethod · 0.80

Tested by

no test coverage detected