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