![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qplatformdefs.h"
#include "QtCore/qthread.h"
#include "QtCore/qmutex.h"
#include "QtCore/qstack.h"
#include "QtCore/qmap.h"
#include "QtCore/qcoreapplication.h"
#include "private/qobject_p.h"
#include <algorithm>
#include <atomic>
Go to the source code of this file.
Classes | |
class | QPostEvent |
class | QPostEventList |
class | QtPrivate::BindingStatusOrList |
class | QThreadPrivate |
class | QThreadData |
class | QScopedScopeLevelCounter |
class | QAdoptedThread |
Namespaces | |
namespace | QtPrivate |
Functions | |
Q_DECLARE_TYPEINFO (QPostEvent, Q_RELOCATABLE_TYPE) | |
bool | operator< (const QPostEvent &first, const QPostEvent &second) |
|
inline |
Definition at line 54 of file qthread_p.h.
References QPostEvent::priority.
Q_DECLARE_TYPEINFO | ( | QPostEvent | , |
Q_RELOCATABLE_TYPE | ) |