10#include <Wt/WContainerWidget.h>
49 void add(std::unique_ptr<Option> option);
void optionVisibilityChanged(Option *opt, bool hidden)
An option changed visibility: possibly update the separators inbetween.
Option * optionNeedReset_
The option that needs its stateless code updated.
void update()
Updates the stateless implementations after an Option has been hidden or shown.
std::vector< Option * > options_
The list of options.
OptionList()
Create an OptionList.
void add(std::unique_ptr< Option > option)
Add an Option to the list.