A label on the left and a Cycle_box on the right.
More...
#include <cycle_box.hpp>
|
| Labeled_cycle_box (Glyph_string title=U"") |
|
| Labeled_cycle_box (Parameters p) |
|
| 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.
|
|
|
using | Parameters = std::tuple< typename Widget_t::Parameters... > |
|
A label on the left and a Cycle_box on the right.
The documentation for this class was generated from the following files:
- /github/workspace/include/termox/widget/widgets/cycle_box.hpp
- /github/workspace/src/widget/widgets/cycle_box.cpp