TermOx
|
Public Attributes | |
Just_a_button_list< Layout_t > & | buttons = this->first |
Widget & | buffer = this->second |
![]() | |
Just_a_button_list< Layout_t > & | first |
Widget & | second |
Additional Inherited Members | |
![]() | |
Pair () | |
Widgets are default constructed. | |
Pair (Parameters p) | |
Pair (typename First::Parameters a, typename Second::Parameters b) | |
Widgets are constructed with passed in First/Second::Parameters objects. | |
Pair (std::unique_ptr< Just_a_button_list< Layout_t > > a, std::unique_ptr< Widget > b) | |
Existing Widgets are moved into the Pair. | |
auto | get () -> auto & |
Get child by index. | |
auto | get () const -> auto const & |
Get child by index. | |