sequence_model_demultiplexer< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
|
typedef adobe::sequence_key<T> key_type |
Definition at line 668 of file sequence_mvc_muldex.hpp.
typedef dictionary_t model_type |
Definition at line 669 of file sequence_mvc_muldex.hpp.
typedef T value_type |
Definition at line 667 of file sequence_mvc_muldex.hpp.
Constructor & Destructor Documentation
Definition at line 671 of file sequence_mvc_muldex.hpp.
Member Function Documentation
void display | ( | const model_type & | value ) |
display here models the requirements of the property model View concept, takes in an adobe::dictionary which is a wrapped set of command parameters (one of which is the name of the command itself). The command is immediately sent off to the function pack, which will tease out the necessary bits, align parameters to their specified locations, and fire off the underlying APIs to the attached sequence view.
Definition at line 683 of file sequence_mvc_muldex.hpp.
void monitor_sequence | ( | typename poly_sequence_model< T >::type & | sequence ) |
Definition at line 691 of file sequence_mvc_muldex.hpp.