iPXE
Data Fields
form_control Struct Reference

A form control. More...

Data Fields

struct dynamic_itemitem
 Dynamic user interface item. More...
 
struct settingssettings
 Settings block. More...
 
struct setting setting
 Setting. More...
 
unsigned int row
 Label row. More...
 
struct edit_box editbox
 Editable text box. More...
 
char * name
 Modifiable setting name. More...
 
char * value
 Modifiable setting value. More...
 
int rc
 Most recent error in saving. More...
 

Detailed Description

A form control.

Definition at line 74 of file form_ui.c.

Field Documentation

◆ item

struct dynamic_item* form_control::item

Dynamic user interface item.

Definition at line 76 of file form_ui.c.

◆ settings

struct settings* form_control::settings

Settings block.

Definition at line 78 of file form_ui.c.

◆ setting

struct setting form_control::setting

Setting.

Definition at line 80 of file form_ui.c.

◆ row

unsigned int form_control::row

Label row.

Definition at line 82 of file form_ui.c.

Referenced by draw_errors().

◆ editbox

struct edit_box form_control::editbox

Editable text box.

Definition at line 84 of file form_ui.c.

◆ name

char* form_control::name

Modifiable setting name.

Definition at line 86 of file form_ui.c.

◆ value

char* form_control::value

Modifiable setting value.

Definition at line 88 of file form_ui.c.

Referenced by free_form().

◆ rc

int form_control::rc

Most recent error in saving.

Definition at line 90 of file form_ui.c.

Referenced by form_loop().


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