|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <lov/liblov_exports.h>#include <lov/liblov_undef.h>Go to the source code of this file.
Macros | |
| #define | LOV_ask_disp_values_msg "LOV_ask_disp_values" |
| #define | LOV_ask_num_of_values_msg "LOV_ask_num_of_values" |
| #define | LOV_ask_value_desc_msg "LOV_ask_value_descriptions" |
| #define | LOV_ask_values_by_coworker_msg "LOV_ask_values_by_coworker" |
| #define | LOV_ask_values_msg "LOV_ask_values" |
| #define | LOV_is_valid_msg "LOV_is_valid" |
| #define | LOV_validate_by_coworker_msg "LOV_valid_by_coworker" |
Messages are general actions e.g. save, delete. When a Message is sent to a specific Type or instance of a Type, then the Method registered with that Message/Type combination will be executed. See ITK documentation on Methods for further details.
Each message has a unique set of parameters, which are defined here. These parameters are passed in the varargs list of METHOD_execute / METHOD_execute_using, and received in the varargs list of action functions registered to perform methods.
Generic system messages, e.g. save, delete are defined in tc_msg.h.
Definition in file lov_msg.h.