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

Method totalWidgetCount

app/src/UI/Dashboard.cpp:477–480  ·  view source on GitHub ↗

* @brief Gets the total count of widgets currently available on the dashboard. */

Source from the content-addressed store, hash-verified

475 * @brief Gets the total count of widgets currently available on the dashboard.
476 */
477int UI::Dashboard::totalWidgetCount() const noexcept
478{
479 return m_widgetCount;
480}
481
482//--------------------------------------------------------------------------------------------------
483// Data & widget queries

Callers 3

getStatusMethod · 0.80
getDataMethod · 0.80
setWidgetIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected