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

Method isYVisible

gui/src/widgets/plotcursorreadouts.cpp:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155bool PlotCursorReadouts::isXVisible() { return x_contents->isVisible(); }
156
157bool PlotCursorReadouts::isYVisible() { return y_contents->isVisible(); }
158
159void PlotCursorReadouts::setColor(QColor color) { setStyleSheet("color: " + color.name(QColor::HexRgb)); }
160

Callers 1

xEnToggledMethod · 0.80

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected