|
using | Stream_t = std::basic_ofstream< Char_t > |
|
using | Parameters = std::tuple< typename Widget_t::Parameters... > |
|
|
sl::Signal< void(Stream_t &)> | request |
|
Button & | save_btn = this->get<0>() |
|
Tile & | buffer = this->get<1>() |
|
Line_edit & | filename_edit = this->get<2>() |
|
|
| Tuple () |
| Default construct each Widget.
|
|
| Tuple (typename Widget_t::Parameters... p) |
| Construct each Widget with a Widget_t::Parameters object.
|
|
| Tuple (Tuple::Parameters p) |
| Construct from a Tuple::Parameters object.
|
|
| Tuple (std::unique_ptr< Widget_t >... widget_ptrs) |
| Move existing Widgets into a Tuple.
|
|
template<std::size_t Index> |
auto | get () -> auto & |
| Get child by index.
|
|
template<std::size_t Index> |
auto | get () const -> auto const & |
| Get child by index.
|
|
The documentation for this class was generated from the following file: