* @brief Whether the key references a real widget. */
| 50 | * @brief Whether the key references a real widget. |
| 51 | */ |
| 52 | [[nodiscard]] bool isValid() const { return widgetType >= 0 && relativeIndex >= 0; } |
| 53 | |
| 54 | /** |
| 55 | * @brief Value equality on the (widgetType, relativeIndex) pair. |
no outgoing calls
no test coverage detected