Akonadi
akthread.h
31 static std::enable_if_t<std::is_base_of_v<AkThread, T>, std::unique_ptr<T>> create(Args &&...args) noexcept
60 explicit AkThread(const QString &objectName, QThread::Priority priority = QThread::InheritPriority, QObject *parent = nullptr);
61 explicit AkThread(const QString &objectName, StartMode startMode, QThread::Priority priority = QThread::InheritPriority, QObject *parent = nullptr);
Q_OBJECTQ_OBJECT
Priority
Q_SLOTSQ_SLOTS
QCA_EXPORT void init()
QThread * thread() const const
QAction * create(StandardGameAction id, const QObject *recvr, const char *slot, QObject *parent)
Q_SIGNALSQ_SIGNALS
const QList< QKeySequence > & quit()
A glue between Qt and the standard library.
const QList< QKeySequence > & forward()
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:52:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:52:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.