Prototype for a Function Dispatcher. More...
Collaboration diagram for Function Dispatcher API:Topics | |
| Alias Function API | |
| Prototype for a Alias Function. | |
| Attachment Function API | |
| Prototype for an Attachment Function. | |
| Autocrypt Function API | |
| Prototype for a Autocrypt Function. | |
| Compose Function API | |
| Prototype for a Compose Function. | |
| Preview Function API | |
| Prototype for a Preview Function. | |
| Envelope Function API | |
| Prototype for a Envelope Function. | |
| Global Function API | |
| Prototype for a Global Function. | |
| History Function API | |
| Prototype for a History Function. | |
| Index Function API | |
| Prototype for an Index Function. | |
| Menu Function API | |
| Prototype for a Menu Function. | |
| Gpgme Function API | |
| Prototype for a Gpgme Function. | |
| Pgp Function API | |
| Prototype for a Pgp Function. | |
| Smime Function API | |
| Prototype for a Smime Function. | |
| Pager Function API | |
| Prototype for a Pager Function. | |
| Pattern Function API | |
| Prototype for a Pattern Function. | |
| Postpone Function API | |
| Prototype for a Postpone Function. | |
| Sidebar Function API | |
| Prototype for a Sidebar Function. | |
Functions | |
| int | alias_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Alias function - Implements function_dispatcher_t -. | |
| int | attach_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Attach function - Implements function_dispatcher_t -. | |
| int | autocrypt_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Autocrypt function - Implements function_dispatcher_t -. | |
| int | compose_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Compose function - Implements function_dispatcher_t -. | |
| int | preview_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a preview function - Implements function_dispatcher_t -. | |
| int | enter_function_dispatcher (struct MuttWindow *win, int op) |
| Perform an Enter function - Implements function_dispatcher_t -. | |
| int | env_function_dispatcher (struct MuttWindow *win, int op) |
| Perform an Envelope function - Implements function_dispatcher_t -. | |
| int | global_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Global function - Implements function_dispatcher_t -. | |
| int | history_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a History function - Implements function_dispatcher_t -. | |
| int | index_function_dispatcher (struct MuttWindow *win, int op) |
| Perform an Index function - Implements function_dispatcher_t -. | |
| int | menu_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Menu function - Implements function_dispatcher_t -. | |
| int | menu_tagging_dispatcher (struct MuttWindow *win, int op) |
| Perform tagging operations on the Menu - Implements function_dispatcher_t -. | |
| int | gpgme_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Gpgme function - Implements function_dispatcher_t -. | |
| int | pgp_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Pgp function - Implements function_dispatcher_t -. | |
| int | smime_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Smime function - Implements function_dispatcher_t -. | |
| int | pager_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Pager function - Implements function_dispatcher_t -. | |
| int | pattern_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Pattern function - Implements function_dispatcher_t -. | |
| int | postpone_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Postpone function - Implements function_dispatcher_t -. | |
| int | sb_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Sidebar function - Implements function_dispatcher_t -. | |
Prototype for a Function Dispatcher.
Perform a NeoMutt function
| win | Window |
| op | Operation to perform, e.g. OP_MAIN_LIMIT |
| num | FunctionRetval |
| int alias_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Alias function - Implements function_dispatcher_t -.
Definition at line 467 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int attach_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Attach function - Implements function_dispatcher_t -.
Definition at line 711 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int autocrypt_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Autocrypt function - Implements function_dispatcher_t -.
Definition at line 214 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int compose_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Compose function - Implements function_dispatcher_t -.
Definition at line 2141 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int preview_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a preview function - Implements function_dispatcher_t -.
Definition at line 408 of file preview.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int enter_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform an Enter function - Implements function_dispatcher_t -.
Definition at line 482 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int env_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform an Envelope function - Implements function_dispatcher_t -.
Definition at line 530 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int global_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Global function - Implements function_dispatcher_t -.
Definition at line 182 of file global.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int history_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a History function - Implements function_dispatcher_t -.
Definition at line 79 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int index_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform an Index function - Implements function_dispatcher_t -.
Definition at line 3265 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int menu_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Menu function - Implements function_dispatcher_t -.
Definition at line 318 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int menu_tagging_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform tagging operations on the Menu - Implements function_dispatcher_t -.
Definition at line 230 of file tagging.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int gpgme_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Gpgme function - Implements function_dispatcher_t -.
Definition at line 855 of file gpgme_functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int pgp_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Pgp function - Implements function_dispatcher_t -.
Definition at line 221 of file pgp_functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int smime_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Smime function - Implements function_dispatcher_t -.
Definition at line 109 of file smime_functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int pager_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Pager function - Implements function_dispatcher_t -.
Definition at line 1131 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int pattern_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Pattern function - Implements function_dispatcher_t -.
Definition at line 81 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int postpone_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Postpone function - Implements function_dispatcher_t -.
Definition at line 177 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int sb_function_dispatcher | ( | struct MuttWindow * | win, |
| int | op ) |
Perform a Sidebar function - Implements function_dispatcher_t -.
Definition at line 375 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function: