Definitions of user functions. More...
#include "config.h"#include <stddef.h>#include "key/lib.h"#include "menu/lib.h"#include "opcodes.h"
Include dependency graph for functions.c:Go to the source code of this file.
Functions | |
| struct SubMenu * | generic_init_keys (void) |
| Initialise the Generic Keybindings. | |
Variables | |
| struct MenuDefinition * | MdGeneric = NULL |
| Generic Menu Definition. | |
| struct MenuDefinition * | MdDialog = NULL |
| Dialog Menu Definition. | |
| struct SubMenu * | SmGeneric = NULL |
| Generic functions. | |
| struct SubMenu * | SmDialog = NULL |
| Dialog functions. | |
| static const struct MenuFuncOp | OpDialog [] |
| Functions for Simple Dialogs. | |
| static const struct MenuFuncOp | OpGeneric [] |
| Functions for the Generic Menu. | |
| static const struct MenuOpSeq | DialogDefaultBindings [] |
| Key bindings for Simple Dialogs. | |
| static const struct MenuOpSeq | GenericDefaultBindings [] |
| Key bindings for the Generic Menu. | |
Definitions of user functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.c.
| struct SubMenu * generic_init_keys | ( | void | ) |
Initialise the Generic Keybindings.
Definition at line 195 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct MenuDefinition* MdGeneric = NULL |
Generic Menu Definition.
Definition at line 50 of file functions.c.
| struct MenuDefinition* MdDialog = NULL |
Dialog Menu Definition.
Definition at line 53 of file functions.c.
| struct SubMenu* SmGeneric = NULL |
Generic functions.
Definition at line 56 of file functions.c.
| struct SubMenu* SmDialog = NULL |
Dialog functions.
Definition at line 59 of file functions.c.
|
static |
Functions for Simple Dialogs.
Definition at line 65 of file functions.c.
|
static |
Functions for the Generic Menu.
Definition at line 74 of file functions.c.
|
static |
Key bindings for Simple Dialogs.
Definition at line 136 of file functions.c.
|
static |
Key bindings for the Generic Menu.
Definition at line 144 of file functions.c.