summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtwidgets.tracepoints
blob: bfaf87ffccae69baa602bc097bfb79d853d0f91e (plain)
1
2
3
4
5
6
7
8
9
10
{
QT_BEGIN_NAMESPACE
class QEvent;
QT_END_NAMESPACE
}

QApplication_notify_entry(QObject *receiver, QEvent *event, int type)
QApplication_notify_event_filtered(QObject *receiver, QEvent *event, int type)
QApplication_notify_before_delivery(QObject *receiver, QEvent *event, int type)
QApplication_notify_after_delivery(QObject *receiver, QEvent *event, int type, bool consumed)