Searched refs:QObject (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2006-12-16-InlineAsmCrash.ll | 8 %struct.QFactoryLoader = type { %struct.QObject } 17 %struct.QObject = type { i32 (...)**, %struct.QObjectData* } 18 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QByte…
|
/external/llvm/test/CodeGen/Generic/ |
D | 2009-03-17-LSR-APInt.ll | 17 %struct.QObject = type { i32 (...)**, %struct.QObjectData* } 18 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QAbst… 24 %struct.QWidget = type { %struct.QObject, %struct.QPaintDevice.base, %struct.QWidgetData* } 31 …%"struct.qdesigner_internal::Layout" = type { %struct.QObject, %"struct.QList<QAbstractExtensionFa…
|
/external/opencv3/modules/highgui/src/ |
D | window_QT.cpp | 773 QObject::connect(timer, SIGNAL(timeout()), this, SLOT(timeOut())); in GuiReceiver() 1054 QObject *obj = list.at(i); in destroyAllWindow() 1304 QObject::connect(slider, SIGNAL(valueChanged(int)), this, SLOT(update(int))); in create() 1306 QObject::connect(label, SIGNAL(clicked()), this, SLOT(createDialog())); in create() 1420 QObject::connect(button, SIGNAL(clicked(bool)), button, SLOT(callCallBack(bool))); in addButton() 1422 QObject::connect(button, SIGNAL(toggled(bool)), button, SLOT(callCallBack(bool))); in addButton() 1506 CvWinProperties::CvWinProperties(QString name_paraWindow, QObject* /*parent*/) in CvWinProperties() argument 1931 QObject::connect(vect_QActions[0], SIGNAL(triggered()), view, SLOT(siftWindowOnLeft())); in createActions() 1935 QObject::connect(vect_QActions[1], SIGNAL(triggered()), view, SLOT(siftWindowOnRight())); in createActions() 1939 QObject::connect(vect_QActions[2], SIGNAL(triggered()), view, SLOT(siftWindowOnUp())); in createActions() [all …]
|
D | window_QT.h | 105 class GuiReceiver : public QObject 271 CvWinProperties(QString name, QObject* parent);
|
/external/avahi/avahi-qt/ |
D | qt-watch.cpp | 33 class AvahiWatch : public QObject 57 class AvahiTimeout : public QObject
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | signalbar.h | 20 SignalBar(QObject *parent = 0);
|
D | signalbar.cpp | 15 SignalBar::SignalBar(QObject *parent) in SignalBar()
|
D | eventhistory.h | 21 EventListModel(QObject *parent = 0)
|
/external/skia/debugger/QT/ |
D | SkListWidget.h | 26 SkListWidget(QObject* parent = nullptr) {}
|
/external/valgrind/ |
D | glibc-2.X-drd.supp | 251 drd-libQtCore-QObjectPrivate::clearGuards(QObject*) 258 drd-libQtCore-QObjectPrivate::clearGuards(QObject*)
|
/external/dbus/doc/ |
D | dcop-howto.txt | 193 sort of QWidget subclass or QObject) as well as the DCOPObject class. 388 class MyClass: public QObject, virtual public MyInterface 400 Note: (Qt issue) Remember that if you are inheriting from QObject, you must 411 : QObject(), 432 class MyClass: public QObject, virtual public DCOPObject
|
/external/clang/docs/ |
D | ExternalClangExamples.rst | 41 of signal and slot connections made with Qt's ``QObject::connect``."
|
/external/dbus/ |
D | NEWS.pre-1-0 | 135 - Made central classes derive from QObject
|
D | ChangeLog.pre-1-0 | 1961 gone; QDBus(Abstract)Interface is now a QObject with
|