/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 55 SLOT(startService())); in WpaGui() 57 SLOT(stopService())); in WpaGui() 64 SLOT(addInterface())); in WpaGui() 77 SLOT(eventHistory())); in WpaGui() 79 SLOT(saveConfig())); in WpaGui() 80 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui() 81 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog())); in WpaGui() 82 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui() 84 SLOT(addNetwork())); in WpaGui() 86 SLOT(editSelectedNetwork())); in WpaGui() [all …]
|
D | userdatarequest.cpp | 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest() 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest() 22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
|
D | peers.cpp | 92 this, SLOT(context_menu(const QPoint &))); in Peers() 203 SLOT(enter_pin())); in context_menu() 208 SLOT(ctx_p2p_connect())); in context_menu() 214 SLOT(connect_pbc())); in context_menu() 217 SLOT(ctx_p2p_req_pin())); in context_menu() 219 SLOT(ctx_p2p_show_pin())); in context_menu() 225 SLOT(ctx_p2p_display_pin())); in context_menu() 231 SLOT(ctx_p2p_enter_pin())); in context_menu() 237 SLOT(ctx_p2p_show_passphrase())); in context_menu() 239 SLOT(ctx_p2p_remove_group())); in context_menu() [all …]
|
D | scanresults.cpp | 23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults() 24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults() 27 SLOT(bssSelected(QTreeWidgetItem *))); in ScanResults()
|
D | networkconfig.cpp | 37 SLOT(authChanged(int))); in NetworkConfig() 38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); in NetworkConfig() 39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); in NetworkConfig() 41 SLOT(encrChanged(const QString &))); in NetworkConfig() 42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig() 44 SLOT(eapChanged(int))); in NetworkConfig() 45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps())); in NetworkConfig()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 53 SLOT(startService())); in WpaGui() 55 SLOT(stopService())); in WpaGui() 62 SLOT(addInterface())); in WpaGui() 75 SLOT(eventHistory())); in WpaGui() 77 SLOT(saveConfig())); in WpaGui() 78 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui() 79 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog())); in WpaGui() 80 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui() 82 SLOT(addNetwork())); in WpaGui() 84 SLOT(editSelectedNetwork())); in WpaGui() [all …]
|
D | userdatarequest.cpp | 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest() 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest() 22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
|
D | peers.cpp | 92 this, SLOT(context_menu(const QPoint &))); in Peers() 203 SLOT(enter_pin())); in context_menu() 208 SLOT(ctx_p2p_connect())); in context_menu() 214 SLOT(connect_pbc())); in context_menu() 217 SLOT(ctx_p2p_req_pin())); in context_menu() 219 SLOT(ctx_p2p_show_pin())); in context_menu() 225 SLOT(ctx_p2p_display_pin())); in context_menu() 231 SLOT(ctx_p2p_enter_pin())); in context_menu() 237 SLOT(ctx_p2p_show_passphrase())); in context_menu() 239 SLOT(ctx_p2p_remove_group())); in context_menu() [all …]
|
D | scanresults.cpp | 23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults() 24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults() 27 SLOT(bssSelected(QTreeWidgetItem *))); in ScanResults()
|
D | networkconfig.cpp | 37 SLOT(authChanged(int))); in NetworkConfig() 38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); in NetworkConfig() 39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); in NetworkConfig() 41 SLOT(encrChanged(const QString &))); in NetworkConfig() 42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig() 44 SLOT(eapChanged(int))); in NetworkConfig() 45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps())); in NetworkConfig()
|
D | stringquery.cpp | 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/ |
D | qrenderer.cpp | 32 QObject::connect(&m_gt, SIGNAL(finished()), this, SLOT(close())); in QRenderer() 33 QObject::connect(this, SIGNAL(exposeRequested()), &m_gt, SLOT(exposeRequested())); in QRenderer() 34 QObject::connect(this, SIGNAL(closeRequested()), &m_gt, SLOT(stop()), Qt::DirectConnection); in QRenderer() 35 QObject::connect(&m_gt, SIGNAL(showRequested()), this, SLOT(show())); in QRenderer() 36 QObject::connect(this, SIGNAL(mouseMoved()), &m_gt, SLOT(onMouseMove())); in QRenderer()
|
D | gstthread.cpp | 57 connect(m_pipeline, SIGNAL(showRequested()), this, SLOT(show())); in run() 62 connect(m_pipeline, SIGNAL(stopRequested()), this, SLOT(quit())); in run()
|
D | main.cpp | 31 a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/ |
D | qglrenderer.cpp | 32 QObject::connect(&m_gt, SIGNAL(finished()), this, SLOT(close())); in QGLRenderer() 33 QObject::connect(this, SIGNAL(exposeRequested()), &m_gt, SLOT(exposeRequested())); in QGLRenderer() 34 QObject::connect(this, SIGNAL(closeRequested()), &m_gt, SLOT(stop()), Qt::DirectConnection); in QGLRenderer() 35 QObject::connect(&m_gt, SIGNAL(showRequested()), this, SLOT(show())); in QGLRenderer()
|
D | gstthread.cpp | 52 connect(m_pipeline, SIGNAL(showRequested()), this, SLOT(show())); in run() 57 connect(m_pipeline, SIGNAL(stopRequested()), this, SLOT(quit())); in run()
|
D | main.cpp | 31 a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); in main()
|
/third_party/boost/tools/build/test/qt5/ |
D | qtquick.cpp | 30 view.connect(view.engine(), SIGNAL(quit()), &app, SLOT(quit())); in BOOST_AUTO_TEST_CASE() 33 QTimer::singleShot(2000, &app, SLOT(quit())); // Auto-close window in BOOST_AUTO_TEST_CASE()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 98 SLOT (newFrame ()), this); in initializeGL() 102 this, SLOT (close ())); in initializeGL() 104 this->gst_thread, SLOT (stop ()), Qt::QueuedConnection); in initializeGL()
|
D | main.cpp | 35 a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); in main()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtwindow.cc | 102 connect (source, SIGNAL(beforeRendering()), this, SLOT(beforeRendering()), Qt::DirectConnection); in QtGLWindow() 103 connect (source, SIGNAL(afterRendering()), this, SLOT(afterRendering()), Qt::DirectConnection); in QtGLWindow() 104 connect (app, SIGNAL(aboutToQuit()), this, SLOT(aboutToQuit()), Qt::DirectConnection); in QtGLWindow() 108 …connect (source, SIGNAL(sceneGraphInitialized()), this, SLOT(onSceneGraphInitialized()), Qt::Direc… in QtGLWindow() 110 …connect (source, SIGNAL(sceneGraphInvalidated()), this, SLOT(onSceneGraphInvalidated()), Qt::Direc… in QtGLWindow()
|
/third_party/python/Objects/ |
D | typeobject.c | 5701 #define COPYVAL(SLOT) \ in inherit_special() argument 5702 if (type->SLOT == 0) { type->SLOT = base->SLOT; } in inherit_special() 5765 #define SLOTDEFINED(SLOT) \ in inherit_slots() argument 5766 (base->SLOT != 0 && \ in inherit_slots() 5767 (basebase == NULL || base->SLOT != basebase->SLOT)) in inherit_slots() 5769 #define COPYSLOT(SLOT) \ in inherit_slots() argument 5770 if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT in inherit_slots() 5772 #define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT) in inherit_slots() argument 5773 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) in inherit_slots() argument 5774 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) in inherit_slots() argument [all …]
|
/third_party/boost/tools/build/example/qt/qt3/uic/ |
D | main.cpp | 14 QObject::connect(static_cast<QObject*>(w.OkButton), SIGNAL(clicked()), &w, SLOT(close())); in main()
|
/third_party/boost/tools/build/example/qt/qt4/hello/ |
D | main.cpp | 19 w, SLOT(slotChangeColor())); in main()
|
/third_party/boost/tools/build/example/qt/qt4/uic/ |
D | main.cpp | 19 QObject::connect(wm.OkButton, SIGNAL(clicked()), &w, SLOT(close())); in main()
|