Prototype for a Menu Function. More...
Collaboration diagram for Menu Function API:Functions | |
| static int | menu_movement (struct MenuFunctionData *fdata, const struct KeyEvent *event) |
| Handle all the common Menu movements - Implements menu_function_t -. | |
| static int | menu_search (struct MenuFunctionData *fdata, const struct KeyEvent *event) |
| Handle Menu searching - Implements menu_function_t -. | |
| static int | op_help (struct MenuFunctionData *fdata, const struct KeyEvent *event) |
| Show the help screen - Implements menu_function_t -. | |
| static int | op_jump (struct MenuFunctionData *fdata, const struct KeyEvent *event) |
| Jump to an index number - Implements menu_function_t -. | |
Prototype for a Menu Function.
| fdata | Menu Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Handle all the common Menu movements - Implements menu_function_t -.
This function handles:
Definition at line 165 of file functions.c.
Here is the call graph for this function:
|
static |
Handle Menu searching - Implements menu_function_t -.
This function handles:
Definition at line 265 of file functions.c.
Here is the call graph for this function:
|
static |
Show the help screen - Implements menu_function_t -.
Definition at line 282 of file functions.c.
Here is the call graph for this function:
|
static |
Jump to an index number - Implements menu_function_t -.
Definition at line 293 of file functions.c.
Here is the call graph for this function: