10#include <Wt/WContainerWidget>
A list of options, separated by '|'.
void add(Option *option)
Add an Option to the list.
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.