(947fd416e4ee50295ecdd8a20ca63460ecf0b1f1)
#include "qcoreapplication.h"
#include "qcoreapplication_p.h"
#include "qabstracteventdispatcher.h"
#include "qcoreevent.h"
#include "qcoreevent_p.h"
#include "qeventloop.h"
#include "qmetaobject.h"
#include <private/qproperty_p.h>
#include <qdatastream.h>
#include <qdebug.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <private/qfilesystementry_p.h>
#include <qmutex.h>
#include <private/qloggingregistry_p.h>
#include <qscopeguard.h>
#include <qstandardpaths.h>
#include <qthread.h>
#include <qthreadstorage.h>
#include <private/qthread_p.h>
#include <qlibraryinfo.h>
#include <qpointer.h>
#include <qvarlengtharray.h>
#include <private/qfactoryloader_p.h>
#include <private/qfunctions_p.h>
#include <private/qlocale_p.h>
#include <private/qlocking_p.h>
#include <private/qhooks_p.h>
#include <private/qnativeinterface_p.h>
#include <stdlib.h>
#include <qtcore_tracepoints_p.h>
#include <algorithm>
#include <memory>
#include <string>
#include "moc_qcoreapplication.cpp"
Go to the source code of this file.
|
| Q_TRACE_PREFIX (qtcore, "#include <qcoreevent.h>") |
| Q_TRACE_METADATA (qtcore, "ENUM { AUTO, RANGE User ... MaxUser } QEvent::Type;") |
| Q_TRACE_POINT (qtcore, QCoreApplication_postEvent_entry, QObject *receiver, QEvent *event, QEvent::Type type) |
| Q_TRACE_POINT (qtcore, QCoreApplication_postEvent_exit) |
| Q_TRACE_POINT (qtcore, QCoreApplication_postEvent_event_compressed, QObject *receiver, QEvent *event) |
| Q_TRACE_POINT (qtcore, QCoreApplication_postEvent_event_posted, QObject *receiver, QEvent *event, QEvent::Type type) |
| Q_TRACE_POINT (qtcore, QCoreApplication_sendEvent, QObject *receiver, QEvent *event, QEvent::Type type) |
| Q_TRACE_POINT (qtcore, QCoreApplication_sendSpontaneousEvent, QObject *receiver, QEvent *event, QEvent::Type type) |
| Q_TRACE_POINT (qtcore, QCoreApplication_notify_entry, QObject *receiver, QEvent *event, QEvent::Type type) |
| Q_TRACE_POINT (qtcore, QCoreApplication_notify_exit, bool consumed, bool filtered) |
void QT_MANGLE_NAMESPACE | qt_startup_hook () |
void | qAddPreRoutine (QtStartUpFunction p) |
void | qAddPostRoutine (QtCleanUpFunction p) |
void | qRemovePostRoutine (QtCleanUpFunction p) |
static void | qt_call_pre_routines () |
void Q_CORE_EXPORT | qt_call_post_routines () |
qsizetype | qGlobalPostedEventsCount () |
QString | qAppName () |
void | Q_TRACE_INSTRUMENT (qtcore) QCoreApplicationPrivate |
static bool | doNotify (QObject *, QEvent *) |
static void | replacePercentN (QString *result, int n) |
QString | qtTrId (const char *id, int n) |
QString | qTrId (const char *id, int n) |
static QString | qAppFileName () |
◆ QStartUpFuncList
◆ QVFuncList
◆ doNotify()
◆ Q_TRACE_INSTRUMENT()
void Q_TRACE_INSTRUMENT |
( |
qtcore | | ) |
|
◆ Q_TRACE_METADATA()
◆ Q_TRACE_POINT() [1/8]
◆ Q_TRACE_POINT() [2/8]
Q_TRACE_POINT |
( |
qtcore | , |
|
|
QCoreApplication_notify_exit | , |
|
|
bool | consumed, |
|
|
bool | filtered ) |
◆ Q_TRACE_POINT() [3/8]
◆ Q_TRACE_POINT() [4/8]
Q_TRACE_POINT |
( |
qtcore | , |
|
|
QCoreApplication_postEvent_event_compressed | , |
|
|
QObject * | receiver, |
|
|
QEvent * | event ) |
◆ Q_TRACE_POINT() [5/8]
◆ Q_TRACE_POINT() [6/8]
Q_TRACE_POINT |
( |
qtcore | , |
|
|
QCoreApplication_postEvent_exit | ) |
◆ Q_TRACE_POINT() [7/8]
◆ Q_TRACE_POINT() [8/8]
◆ Q_TRACE_PREFIX()
◆ qAddPostRoutine()
◆ qAddPreRoutine()
◆ qAppFileName()
◆ qAppName()
◆ qGlobalPostedEventsCount()
◆ qRemovePostRoutine()
◆ qt_call_post_routines()
Q_CORE_EXPORT void qt_call_post_routines |
( |
| ) |
|
◆ qt_call_pre_routines()
void qt_call_pre_routines |
( |
| ) |
|
|
static |
◆ qt_startup_hook()
◆ qTrId()
QString qTrId |
( |
const char * | id, |
|
|
int | n ) |
◆ qtTrId()
QString qtTrId |
( |
const char * | id, |
|
|
int | n ) |
◆ replacePercentN()
◆ globalRoutinesMutex
◆ preRoutinesCalled
Q_CONSTINIT bool preRoutinesCalled = false |
|
static |
◆ quitLockEnabled
Q_CONSTINIT bool quitLockEnabled = true |
|
static |