Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Typedefs

using bind_layout_proc_t

Detailed Description

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 29 of file eve_evaluate.hpp.