* @brief Checks if a widget ID exists in the registry. */
| 119 | * @brief Checks if a widget ID exists in the registry. |
| 120 | */ |
| 121 | bool UI::WidgetRegistry::contains(UI::WidgetID id) const |
| 122 | { |
| 123 | return m_widgets.contains(id); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * @brief Gets all widget IDs in creation order. |
no outgoing calls
no test coverage detected