Home
last modified time | relevance | path

Searched refs:childEvent (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dduck_punching_test.py54 def childEvent(self, event): member in Duck
55 QObject.childEvent(self, event)
74 def childEvent(obj, event): function
76 parent.childEvent = MethodType(childEvent, parent, QObject)
85 parent.childEvent = None
90 def childEvent(obj, event): function
91 QObject.childEvent(obj, event)
95 parent.childEvent = MethodType(childEvent, parent, QObject)
104 parent.childEvent = None
H A Dchild_event_test.py49 def childEvent(self, event): member in ExtQObject
50 QObject.childEvent(self, event)
58 def childEvent(self, event): member in ExtQTimer
59 QTimer.childEvent(self, event)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dduck_punching_test.py54 def childEvent(self, event): member in Duck
55 QObject.childEvent(self, event)
74 def childEvent(obj, event): function
76 parent.childEvent = MethodType(childEvent, parent, QObject)
85 parent.childEvent = None
90 def childEvent(obj, event): function
91 QObject.childEvent(obj, event)
95 parent.childEvent = MethodType(childEvent, parent, QObject)
104 parent.childEvent = None
H A Dchild_event_test.py49 def childEvent(self, event): member in ExtQObject
50 QObject.childEvent(self, event)
58 def childEvent(self, event): member in ExtQTimer
59 QTimer.childEvent(self, event)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dduck_punching_test.py54 def childEvent(self, event): member in Duck
55 QObject.childEvent(self, event)
74 def childEvent(obj, event): function
76 parent.childEvent = MethodType(childEvent, parent, QObject)
85 parent.childEvent = None
90 def childEvent(obj, event): function
91 QObject.childEvent(obj, event)
95 parent.childEvent = MethodType(childEvent, parent, QObject)
104 parent.childEvent = None
H A Dchild_event_test.py49 def childEvent(self, event): member in ExtQObject
50 QObject.childEvent(self, event)
58 def childEvent(self, event): member in ExtQTimer
59 QTimer.childEvent(self, event)
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoVBox.cpp40 void KoVBox::childEvent(QChildEvent *event) in childEvent() function in KoVBox
44 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
45 if (childEvent->child()->isWidgetType()) { in childEvent()
46 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
53 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
54 if (childEvent->child()->isWidgetType()) { in childEvent()
55 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
64 QFrame::childEvent(event); in childEvent()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoVBox.cpp40 void KoVBox::childEvent(QChildEvent *event) in childEvent() function in KoVBox
44 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
45 if (childEvent->child()->isWidgetType()) { in childEvent()
46 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
53 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
54 if (childEvent->child()->isWidgetType()) { in childEvent()
55 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
64 QFrame::childEvent(event); in childEvent()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/widgets/
H A DKoVBox.cpp41 void KoVBox::childEvent(QChildEvent *event) in childEvent() function in KoVBox
45 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
46 if (childEvent->child()->isWidgetType()) { in childEvent()
47 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
54 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
55 if (childEvent->child()->isWidgetType()) { in childEvent()
56 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
65 QFrame::childEvent(event); in childEvent()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkhbox.cpp52 void KHBox::childEvent(QChildEvent *event) in childEvent() function in KHBox
56 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
57 if (childEvent->child()->isWidgetType()) { in childEvent()
58 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
65 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in childEvent() local
66 if (childEvent->child()->isWidgetType()) { in childEvent()
67 QWidget *widget = static_cast<QWidget *>(childEvent->child()); in childEvent()
76 QFrame::childEvent(event); in childEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/animation/
H A Dqanimationgroup.cpp270 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
271 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
276 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
277 QAbstractAnimation *a = static_cast<QAbstractAnimation *>(childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/animation/
H A Dqanimationgroup.cpp277 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
278 if (QAbstractAnimation *a = qobject_cast<QAbstractAnimation *>(childEvent->child())) { in event()
283 QChildEvent *childEvent = static_cast<QChildEvent *>(event); in event() local
288 = std::find(d->animations.cbegin(), d->animations.cend(), childEvent->child()); in event()

12345678910>>...25