Lines Matching refs:menu
48 ConfigItem* findConfigItem(struct menu *);
66 void setRootMenu(struct menu *menu);
77 void menuChanged(struct menu *menu);
78 void menuSelected(struct menu *menu);
79 void itemSelected(struct menu *menu);
81 void gotFocus(struct menu *);
94 bool menuSkip(struct menu *);
96 void updateMenuList(ConfigItem *parent, struct menu*);
97 void updateMenuList(struct menu *menu);
104 struct menu *rootEntry;
119 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
124 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
163 struct menu *menu; variable
175 struct menu *menu; variable
195 void setInfo(struct menu *menu);
202 void menuSelected(struct menu *);
213 struct menu *_menu;
246 void changeMenu(struct menu *);
247 void changeItens(struct menu *);
248 void setMenuLink(struct menu *);