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

Method showPlotLabels

tmp/grutil/src/grtimeplotaddonsettings.cpp:648–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void GRTimePlotAddonSettings::showPlotLabels(bool b)
649{
650 PlotWidget *plotWidget = m_plot->plot();
651 plotWidget->setShowXAxisLabels(b);
652 plotWidget->setShowYAxisLabels(b);
653 plotWidget->showAxisLabels();
654}
655
656QString GRTimePlotAddonSettings::getName() { return name; }
657

Callers

nothing calls this directly

Calls 4

setShowXAxisLabelsMethod · 0.80
setShowYAxisLabelsMethod · 0.80
showAxisLabelsMethod · 0.80
plotMethod · 0.45

Tested by

no test coverage detected