• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/

Lines Matching refs:connect

283 	connect(this, SIGNAL(lostFocus()), SLOT(hide()));
334 connect(this, SIGNAL(selectionChanged(void)),
344 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
819 connect(action, SIGNAL(toggled(bool)),
821 connect(parent(), SIGNAL(showNameChanged(bool)),
827 connect(action, SIGNAL(toggled(bool)),
829 connect(parent(), SIGNAL(showRangeChanged(bool)),
835 connect(action, SIGNAL(toggled(bool)),
837 connect(parent(), SIGNAL(showDataChanged(bool)),
946 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1158 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool)));
1159 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool)));
1180 connect(editField, SIGNAL(returnPressed()), SLOT(search()));
1184 connect(searchButton, SIGNAL(clicked()), SLOT(search()));
1193 connect(list->list, SIGNAL(menuChanged(struct menu *)),
1195 connect(list->list, SIGNAL(menuChanged(struct menu *)),
1217 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1303 connect(backAction, SIGNAL(activated()), SLOT(goBack()));
1306 connect(quitAction, SIGNAL(activated()), SLOT(close()));
1308 connect(loadAction, SIGNAL(activated()), SLOT(loadConfig()));
1310 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
1315 connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs()));
1317 connect(searchAction, SIGNAL(activated()), SLOT(searchConfig()));
1319 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
1321 connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView()));
1323 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView()));
1327 connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool)));
1328 connect(configView, SIGNAL(showNameChanged(bool)), showNameAction, SLOT(setOn(bool)));
1332 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool)));
1333 connect(configView, SIGNAL(showRangeChanged(bool)), showRangeAction, SLOT(setOn(bool)));
1337 connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool)));
1338 connect(configView, SIGNAL(showDataChanged(bool)), showDataAction, SLOT(setOn(bool)));
1343 connect(optGroup, SIGNAL(selected(QAction *)), configView,
1345 connect(optGroup, SIGNAL(selected(QAction *)), menuView,
1360 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool)));
1361 connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool)));
1365 connect(showIntroAction, SIGNAL(activated()), SLOT(showIntro()));
1367 connect(showAboutAction, SIGNAL(activated()), SLOT(showAbout()));
1411 connect(configList, SIGNAL(menuChanged(struct menu *)),
1413 connect(configList, SIGNAL(menuSelected(struct menu *)),
1415 connect(configList, SIGNAL(parentSelected()),
1417 connect(menuList, SIGNAL(menuChanged(struct menu *)),
1419 connect(menuList, SIGNAL(menuSelected(struct menu *)),
1422 connect(configList, SIGNAL(gotFocus(struct menu *)),
1424 connect(menuList, SIGNAL(gotFocus(struct menu *)),
1426 connect(menuList, SIGNAL(gotFocus(struct menu *)),
1428 connect(helpText, SIGNAL(menuSelected(struct menu *)),
1756 configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit()));
1757 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings()));