|
Nui
|
Classes | |
| class | DialogController |
| Examplary dialog class for the most simple kinds of dialogs. More... | |
| struct | SelectArgs |
| struct | SelectOptions |
| class | Table |
| A wrapper around the html table elements. More... | |
| class | Table< ContainerT< ElementT, OtherArgs... > > |
| struct | TableArguments |
Functions | |
| template<typename ValueT , template< typename... > typename ContainerT = std::vector> | |
| constexpr auto | Select (SelectArgs< ContainerT, ValueT > &&args) |
| Creates a <select><option></option>...</select> element. | |
| template<template< typename... > typename ContainerT, typename ElementT , typename... OtherArgs> | |
| Table (TableArguments< ContainerT, ElementT, OtherArgs... > &&args) -> Table< ContainerT< ElementT, OtherArgs... > > | |
| template<typename T , typename... Attributes> | |
| constexpr auto | TextInput (Observed< T > &model, Attributes &&... attributes) |
| This component can be used like this TextInput(attributes...)(children...) instead of the C{}() syntax. | |
| Nui::ElementRenderer | Dialog (DialogController &controller) |
| Nui::ElementRenderer Nui::Components::Dialog | ( | DialogController & | controller | ) |
| controller | An instance of DialogController. |
|
constexpr |
Creates a <select><option></option>...</select> element.
| Nui::Components::Table | ( | TableArguments< ContainerT, ElementT, OtherArgs... > && | args | ) | -> Table< ContainerT< ElementT, OtherArgs... > > |
|
constexpr |
This component can be used like this TextInput(attributes...)(children...) instead of the C{}() syntax.
| model | The value model (Observed<T>). |
| attributes | Other attributes to forward. |