* @brief Set the state of the element with the given index */
| 171 | * @brief Set the state of the element with the given index |
| 172 | */ |
| 173 | void state (size_t index, const DisplayState &state) |
| 174 | { |
| 175 | m_list [index] = state; |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * @brief Obtain the name of the element with the given index |
no outgoing calls
no test coverage detected