Lines Matching refs:menu
60 ConfigItem* findConfigItem(struct menu *);
72 void setRootMenu(struct menu *menu);
80 void menuChanged(struct menu *menu);
81 void menuSelected(struct menu *menu);
83 void gotFocus(struct menu *);
120 bool menuSkip(struct menu *);
123 void updateMenuList(P*, struct menu*);
134 struct menu *rootEntry;
147 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
148 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
152 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
153 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
158 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
198 struct menu *menu; variable
260 void setInfo(struct menu *menu);
266 void menuSelected(struct menu *);
278 struct menu *_menu;
310 void changeMenu(struct menu *);
311 void setMenuLink(struct menu *);