Layout Library Evaluate |
Typedefs | |
typedef boost::function < eve_callback_suite_t::position_t(const eve_callback_suite_t::position_t &parent, name_t name, dictionary_t arguments)> | bind_layout_proc_t |
Typedef Documentation
bind_layout_proc_t |
The bind_layout_proc_t is a simplified callback which can be used with bind_layout to handle most of the aspects of assempling a view from a layout description.
- Parameters:
- parent parent can be any copyable type, and is used by the callback to associate tself with the parent.
- name the name of the view defintion to be constructed.
- arguments a dictionary of the evaluated arguments for the view defintion.
Definition at line 33 of file eve_evaluate.hpp.