Nui
Classes | Namespaces | Functions
select.hpp File Reference
#include <nui/frontend/event_system/observed_value.hpp>
#include <nui/frontend/components/model/select.hpp>
#include <nui/frontend/elements/option.hpp>
#include <nui/frontend/elements/select.hpp>
#include <nui/frontend/attributes/selected.hpp>
#include <nui/frontend/attributes/value.hpp>
#include <nui/frontend/attributes/on_change.hpp>
#include <vector>
#include <functional>
Include dependency graph for select.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Nui::Components::SelectArgs< ContainerT, ValueT >
 

Namespaces

 Nui
 
 Nui::Components
 

Functions

template<typename ValueT , template< typename... > typename ContainerT = std::vector>
constexpr auto Nui::Components::Select (SelectArgs< ContainerT, ValueT > &&args)
 Creates a <select><option></option>...</select> element. More...