Lines Matching full:void

27 	~ConfigSettings(void);
48 void reinit(void);
50 void setSelected(QTreeWidgetItem *item, bool enable) { in setSelected()
58 void keyPressEvent(QKeyEvent *e);
59 void mouseReleaseEvent(QMouseEvent *e);
60 void mouseDoubleClickEvent(QMouseEvent *e);
61 void focusInEvent(QFocusEvent *e);
62 void contextMenuEvent(QContextMenuEvent *e);
65 void setRootMenu(struct menu *menu);
67 void updateList();
68 void setValue(ConfigItem* item, tristate val);
69 void changeValue(ConfigItem* item);
70 void updateSelection(void);
71 void saveSettings(void);
72 void setOptionMode(QAction *action);
73 void setShowName(bool on);
76 void menuChanged(struct menu *menu);
77 void menuSelected(struct menu *menu);
78 void itemSelected(struct menu *menu);
79 void parentSelected(void);
80 void gotFocus(struct menu *);
81 void showNameChanged(bool on);
84 void updateListAll(void) in updateListAll() argument
90 void setAllOpen(bool open);
91 void setParentMenu(void);
95 void updateMenuList(ConfigItem *parent, struct menu*);
96 void updateMenuList(struct menu *menu);
109 static void updateListForAll();
110 static void updateListAllForAll();
133 ~ConfigItem(void);
134 void init(void);
135 void updateMenu(void);
136 void testUpdateMenu(void);
180 void setModelData(QWidget *editor, QAbstractItemModel *model,
190 bool showDebug(void) const { return _showDebug; } in showDebug() argument
193 void setInfo(struct menu *menu);
194 void saveSettings(void);
195 void setShowDebug(bool);
196 void clicked (const QUrl &url);
199 void showDebugChanged(bool);
200 void menuSelected(struct menu *);
203 void symbolInfo(void);
204 void menuInfo(void);
207 static void expr_print_help(void *data, struct symbol *sym, const char *str);
208 void contextMenuEvent(QContextMenuEvent *event);
222 void saveSettings(void);
223 void search(void);
240 static void conf_changed(bool);
242 ConfigMainWindow(void);
244 void changeMenu(struct menu *);
245 void changeItens(struct menu *);
246 void setMenuLink(struct menu *);
247 void listFocusChanged(void);
248 void goBack(void);
249 void loadConfig(void);
250 bool saveConfig(void);
251 void saveConfigAs(void);
252 void searchConfig(void);
253 void showSingleView(void);
254 void showSplitView(void);
255 void showFullView(void);
256 void showIntro(void);
257 void showAbout(void);
258 void saveSettings(void);
261 void closeEvent(QCloseEvent *e);