Lines Matching refs:menu
59 ConfigItem* findConfigItem(struct menu *);
71 void setRootMenu(struct menu *menu);
79 void menuChanged(struct menu *menu);
80 void menuSelected(struct menu *menu);
82 void gotFocus(struct menu *);
119 bool menuSkip(struct menu *);
122 void updateMenuList(P*, struct menu*);
133 struct menu *rootEntry;
146 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
147 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
151 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
152 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
157 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
197 struct menu *menu; variable
259 void setInfo(struct menu *menu);
265 void menuSelected(struct menu *);
277 struct menu *_menu;
309 void changeMenu(struct menu *);
310 void setMenuLink(struct menu *);