Nui
Public Attributes | List of all members
Nui::SelectablesRegistry< T >::SelectionResult Struct Reference

#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...
 

Member Data Documentation

◆ alreadySelected

template<typename T >
bool Nui::SelectablesRegistry< T >::SelectionResult::alreadySelected

Whether the item was already selected.

◆ found

template<typename T >
bool Nui::SelectablesRegistry< T >::SelectionResult::found

Whether the item was found.

◆ item

template<typename T >
std::optional<T>* Nui::SelectablesRegistry< T >::SelectionResult::item

Pointer to the selected item (may be nullptr).


The documentation for this struct was generated from the following file: