summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtwidgets.tracepoints
blob: b99e46e33fdb6c13e243641970c2bc220bb0a453 (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()
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)