|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <req/libreq_exports.h>#include <req/libreq_undef.h>Go to the source code of this file.
Macros | |
| #define | FULLTEXT_ask_content_file_msg "FULLTEXT_ask_content_file" |
| #define | FULLTEXT_create_msg "FULLTEXT_create" |
| #define | FULLTEXT_set_content_from_file_msg "FULLTEXT_set_content_from_file" |
| #define | REQ_live_document_import_post_msg "REQ_live_import_post" |
This file contains the Messages that customers can use to hook up their code after specific requirement operation.
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 variable arguments list of action functions registered to perform methods.
Definition in file req_msg.h.