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

Method relativeIndex

app/src/UI/DashboardWidget.cpp:120–123  ·  view source on GitHub ↗

* @brief Returns the relative index of the widget within its type. */

Source from the content-addressed store, hash-verified

118 * @brief Returns the relative index of the widget within its type.
119 */
120int UI::DashboardWidget::relativeIndex() const
121{
122 return m_relativeIndex;
123}
124
125//--------------------------------------------------------------------------------------------------
126// Color & style

Callers 1

setWidgetIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected