• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/

Lines Matching refs:SIGNAL

283 	connect(this, SIGNAL(lostFocus()), SLOT(hide()));
334 connect(this, SIGNAL(selectionChanged(void)),
344 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
808 connect(action, SIGNAL(toggled(bool)),
810 connect(parent(), SIGNAL(showNameChanged(bool)),
816 connect(action, SIGNAL(toggled(bool)),
818 connect(parent(), SIGNAL(showRangeChanged(bool)),
824 connect(action, SIGNAL(toggled(bool)),
826 connect(parent(), SIGNAL(showDataChanged(bool)),
929 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1172 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool)));
1173 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool)));
1194 connect(editField, SIGNAL(returnPressed()), SLOT(search()));
1198 connect(searchButton, SIGNAL(clicked()), SLOT(search()));
1207 connect(list->list, SIGNAL(menuChanged(struct menu *)),
1209 connect(list->list, SIGNAL(menuChanged(struct menu *)),
1231 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1313 connect(backAction, SIGNAL(activated()), SLOT(goBack()));
1316 connect(quitAction, SIGNAL(activated()), SLOT(close()));
1318 connect(loadAction, SIGNAL(activated()), SLOT(loadConfig()));
1320 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
1325 connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs()));
1327 connect(searchAction, SIGNAL(activated()), SLOT(searchConfig()));
1329 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
1331 connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView()));
1333 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView()));
1337 connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool)));
1338 connect(configView, SIGNAL(showNameChanged(bool)), showNameAction, SLOT(setOn(bool)));
1342 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool)));
1343 connect(configView, SIGNAL(showRangeChanged(bool)), showRangeAction, SLOT(setOn(bool)));
1347 connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool)));
1348 connect(configView, SIGNAL(showDataChanged(bool)), showDataAction, SLOT(setOn(bool)));
1352 connect(showAllAction, SIGNAL(toggled(bool)), configView, SLOT(setShowAll(bool)));
1353 connect(showAllAction, SIGNAL(toggled(bool)), menuView, SLOT(setShowAll(bool)));
1357 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool)));
1358 connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool)));
1362 connect(showIntroAction, SIGNAL(activated()), SLOT(showIntro()));
1364 connect(showAboutAction, SIGNAL(activated()), SLOT(showAbout()));
1407 connect(configList, SIGNAL(menuChanged(struct menu *)),
1409 connect(configList, SIGNAL(menuSelected(struct menu *)),
1411 connect(configList, SIGNAL(parentSelected()),
1413 connect(menuList, SIGNAL(menuChanged(struct menu *)),
1415 connect(menuList, SIGNAL(menuSelected(struct menu *)),
1418 connect(configList, SIGNAL(gotFocus(struct menu *)),
1420 connect(menuList, SIGNAL(gotFocus(struct menu *)),
1422 connect(menuList, SIGNAL(gotFocus(struct menu *)),
1424 connect(helpText, SIGNAL(menuSelected(struct menu *)),
1747 configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit()));
1748 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings()));