Nui
Namespaces | Functions
text_input.hpp File Reference
#include <nui/frontend/event_system/observed_value.hpp>
#include <nui/frontend/element_renderer.hpp>
#include <nui/frontend/elements/input.hpp>
#include <nui/frontend/attributes/type.hpp>
#include <nui/frontend/attributes/value.hpp>
#include <nui/frontend/attributes/on_input.hpp>
Include dependency graph for text_input.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Nui
 
 Nui::Components
 

Functions

template<typename T , typename... Attributes>
constexpr auto Nui::Components::TextInput (Observed< T > &model, Attributes &&... attributes)
 This component can be used like this TextInput(attributes...)(children...) instead of the C{}() syntax. More...