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

Method count

app/src/UI/Widgets/LEDPanel.cpp:111–114  ·  view source on GitHub ↗

* @brief Returns the number of LEDs in the panel. */

Source from the content-addressed store, hash-verified

109 * @brief Returns the number of LEDs in the panel.
110 */
111int Widgets::LEDPanel::count() const noexcept
112{
113 return m_titles.count();
114}
115
116//--------------------------------------------------------------------------------------------------
117// State getters

Callers 15

saveLayoutMethod · 0.45
setActiveGroupIndexMethod · 0.45
registerWindowMethod · 0.45
setWindowStateMethod · 0.45
rebuildModelMethod · 0.45
actionCountMethod · 0.45
widgetCountMethod · 0.45
actionsMethod · 0.45
actionIndexForIdMethod · 0.45
activateActionMethod · 0.45
hotpathRxFrameMethod · 0.45
configureActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected