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