|
using | Parameters = typename Bar_t::Parameters |
|
|
template<typename... Args> |
| Accordion (Parameters p, Args &&... args) |
| Create an Accordion with args ... going to Widget_t constructor.
|
|
void | expand () |
| Enable the wrapped Widget.
|
|
void | collapse () |
| Disable the wrapped Widget.
|
|
void | toggle_expansion () |
|
auto | wrapped () -> Widget_t & |
| Return the wrapped widget.
|
|
auto | wrapped () const -> Widget_t const & |
| Return the wrapped widget.
|
|
auto | bar () -> Bar_t & |
| Return the titled Bar widget.
|
|
auto | bar () const -> Bar_t const & |
| Return the titled Bar widget.
|
|
The documentation for this class was generated from the following file: