Mapping between a function and an operation.
More...
#include "lib.h"
|
| const char * | name |
| | Name of the function.
|
| |
| int | op |
| | Operation, e.g. OP_DELETE.
|
| |
| bool | deprecated |
| | Deprecated function.
|
| |
Mapping between a function and an operation.
Definition at line 114 of file lib.h.
◆ name
| const char* MenuFuncOp::name |
Name of the function.
Definition at line 116 of file lib.h.
◆ op
Operation, e.g. OP_DELETE.
Definition at line 117 of file lib.h.
◆ deprecated
| bool MenuFuncOp::deprecated |
Deprecated function.
Definition at line 118 of file lib.h.
The documentation for this struct was generated from the following file: