|
Nui
|
#include <selectables_registry.hpp>
Public Attributes | |
| std::optional< T > * | item |
| Pointer to the selected item (may be nullptr). | |
| bool | found |
| Whether the item was found. | |
| bool | alreadySelected |
| Whether the item was already selected. | |
| bool Nui::SelectablesRegistry< T >::SelectionResult::alreadySelected |
Whether the item was already selected.
| bool Nui::SelectablesRegistry< T >::SelectionResult::found |
Whether the item was found.
| std::optional<T>* Nui::SelectablesRegistry< T >::SelectionResult::item |
Pointer to the selected item (may be nullptr).