MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / dotWidthValue

Function dotWidthValue

pj_plotting/widget/src/PlotWidgetBase.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68double dotWidthValue(LineWidth line_width) noexcept {
69 return (lineWidthValue(line_width) * 1.5) + 1.0;
70}
71
72class PlotWidgetBase::QwtPlotPimpl : public QwtPlot {
73 public:

Callers 3

setStyleMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

lineWidthValueFunction · 0.85

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68