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

QApplication_notify_entry(QObject *receiver, QEvent *event, int type)
QApplication_notify_exit(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)