MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / value

Method value

app/src/UI/Widgets/Bar.cpp:206–209  ·  view source on GitHub ↗

* @brief Returns the current numeric value of the dataset. */

Source from the content-addressed store, hash-verified

204 * @brief Returns the current numeric value of the dataset.
205 */
206double Widgets::Bar::value() const noexcept
207{
208 return m_value;
209}
210
211/**
212 * @brief Returns the minimum scale value for the bar.

Callers 15

AppStateMethod · 0.45
restoreLastProjectMethod · 0.45
getDashboardWidgetsMethod · 0.45
datasetWidgetFromIdMethod · 0.45
pollReplyBufferMethod · 0.45
rebuildDevicesMethod · 0.45
setChecksumMethod · 0.45
checksumMethod · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected