Namespaces |
namespace | adobe |
Functions |
template<typename T , typename MonitorFunction , typename EnableFunction , typename FactoryToken > |
void | attach_controller_functions (const adobe::dictionary_t ¶meters, const FactoryToken &token, const adobe::name_t key_name, const MonitorFunction &monitor_function, const EnableFunction &enable_function) |
template<typename T , typename MonitorFunction , typename EnableFunction , typename FactoryToken > |
void | attach_controller_functions_direct (const FactoryToken &token, const adobe::name_t cell, const MonitorFunction &monitor_function, const EnableFunction &enable_function) |
template<typename T , typename Sheet , typename MonitorFunction , typename EnableFunction > |
void | attach_controller_functions_to_model (adobe::assemblage_t &assemblage, Sheet &model, adobe::name_t cell, const MonitorFunction &monitor_function, const EnableFunction &enable_function) |
template<typename Controller > |
void | attach_controller_to_model (adobe::assemblage_t &assemblage, adobe::sheet_t &property_model, adobe::name_t cell, Controller &controller) |
template<typename T , typename Function , typename FactoryToken > |
void | attach_view_function (const adobe::dictionary_t ¶meters, const FactoryToken &token, const adobe::name_t key_name, const Function &function) |
template<typename T , typename Function , typename FactoryToken > |
void | attach_view_function_direct (const FactoryToken &token, const name_t cell, const Function &function) |
template<typename ArgumentType , typename Sheet , typename Function > |
void | attach_view_function_to_model (adobe::assemblage_t &assemblage, Sheet &model, adobe::name_t cell, const Function &function) |
template<typename Sheet , typename View > |
void | attach_view_to_model (adobe::assemblage_t &assemblage, Sheet &model, adobe::name_t cell, View &view) |
template<typename T , typename Sheet , typename DisplayFunction , typename MonitorFunction , typename EnableFunction > |
void | attach_widget_proxies_to_model (adobe::assemblage_t &assemblage, Sheet &model, adobe::name_t cell, const DisplayFunction &display_function, const MonitorFunction &monitor_function, const EnableFunction &enable_function) |
template<typename T > |
void | forward_to_model (adobe::sheet_t &property_model, adobe::name_t cell, const T &value) |