splitter_controller_adaptor< ModelType > Class Template Reference#include <widget_factory.hpp>
Detailed Descriptiontemplate<typename ModelType>
Behaves much like a typical controller would, except is meant to broadcast the new value from a controller to multiple sheet cells instead of just one. The cell set to broadcast to is sent in to the splitter_controller_adaptor as an array. Currently the class only supports the basic sheet type, not the property model sheet.
| |||||||||||||||||||||||||||||||||||||||||||||||||
| typedef ModelType model_type |
Definition at line 234 of file widget_factory.hpp.
Constructor & Destructor Documentation
| splitter_controller_adaptor | ( | basic_sheet_t & | sheet, | |
| behavior_t & | layout_behavior, | |||
| const array_t & | cell_set, | |||
| modifiers_t | pass_thru = modifiers_t() | |||
| ) |
Definition at line 236 of file widget_factory.hpp.
Member Function Documentation
| void operator() | ( | const model_type & | value, | |
| modifiers_t | modifiers = modifiers_t() | |||
| ) |
Definition at line 246 of file widget_factory.hpp.

