iPXE
Data Fields
menu Struct Reference

A menu. More...

#include <menu.h>

Data Fields

struct list_head list
 List of menus. More...
 
const char * name
 Name. More...
 
const char * title
 Title. More...
 
struct list_head items
 Menu items. More...
 

Detailed Description

A menu.

Definition at line 15 of file menu.h.

Field Documentation

◆ list

struct list_head menu::list

List of menus.

Definition at line 17 of file menu.h.

Referenced by create_menu(), destroy_menu(), and find_menu().

◆ name

const char* menu::name

Name.

Definition at line 19 of file menu.h.

Referenced by create_menu(), and find_menu().

◆ title

const char* menu::title

Title.

Definition at line 21 of file menu.h.

Referenced by create_menu(), menu_exec(), and show_menu().

◆ items

struct list_head menu::items

The documentation for this struct was generated from the following file: