Home
last modified time | relevance | path

Searched refs:QObject (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2006-12-16-InlineAsmCrash.ll8 %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/
D2009-03-17-LSR-APInt.ll17 %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/
Dwindow_QT.cpp773 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 …]
Dwindow_QT.h105 class GuiReceiver : public QObject
271 CvWinProperties(QString name, QObject* parent);
/external/avahi/avahi-qt/
Dqt-watch.cpp33 class AvahiWatch : public QObject
57 class AvahiTimeout : public QObject
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dsignalbar.h20 SignalBar(QObject *parent = 0);
Dsignalbar.cpp15 SignalBar::SignalBar(QObject *parent) in SignalBar()
Deventhistory.h21 EventListModel(QObject *parent = 0)
/external/skia/debugger/QT/
DSkListWidget.h26 SkListWidget(QObject* parent = nullptr) {}
/external/valgrind/
Dglibc-2.X-drd.supp251 drd-libQtCore-QObjectPrivate::clearGuards(QObject*)
258 drd-libQtCore-QObjectPrivate::clearGuards(QObject*)
/external/dbus/doc/
Ddcop-howto.txt193 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/
DExternalClangExamples.rst41 of signal and slot connections made with Qt's ``QObject::connect``."
/external/dbus/
DNEWS.pre-1-0135 - Made central classes derive from QObject
DChangeLog.pre-1-01961 gone; QDBus(Abstract)Interface is now a QObject with