Home
last modified time | relevance | path

Searched refs:QDBusPendingCall (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
H A Dqdbuspendingcall.cpp247 QDBusPendingCall::QDBusPendingCall(const QDBusPendingCall &other) in QDBusPendingCall() function in QDBusPendingCall
255 QDBusPendingCall::QDBusPendingCall(QDBusPendingCallPrivate *dd) in QDBusPendingCall() function in QDBusPendingCall
271 QDBusPendingCall::~QDBusPendingCall() in ~QDBusPendingCall()
287 QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other) in operator =()
328 bool QDBusPendingCall::isFinished() const in isFinished()
337 void QDBusPendingCall::waitForFinished() in waitForFinished()
351 bool QDBusPendingCall::isValid() const in isValid()
368 bool QDBusPendingCall::isError() const in isError()
452 QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error) in fromError()
469 QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) in fromCompletedCall()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
H A Dqdbuspendingcall.cpp247 QDBusPendingCall::QDBusPendingCall(const QDBusPendingCall &other) in QDBusPendingCall() function in QDBusPendingCall
255 QDBusPendingCall::QDBusPendingCall(QDBusPendingCallPrivate *dd) in QDBusPendingCall() function in QDBusPendingCall
271 QDBusPendingCall::~QDBusPendingCall() in ~QDBusPendingCall()
287 QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other) in operator =()
328 bool QDBusPendingCall::isFinished() const in isFinished()
337 void QDBusPendingCall::waitForFinished() in waitForFinished()
351 bool QDBusPendingCall::isValid() const in isValid()
368 bool QDBusPendingCall::isError() const in isError()
452 QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error) in fromError()
469 QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) in fromCompletedCall()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
H A Dqdbuspendingcall.cpp247 QDBusPendingCall::QDBusPendingCall(const QDBusPendingCall &other) in QDBusPendingCall() function in QDBusPendingCall
255 QDBusPendingCall::QDBusPendingCall(QDBusPendingCallPrivate *dd) in QDBusPendingCall() function in QDBusPendingCall
271 QDBusPendingCall::~QDBusPendingCall() in ~QDBusPendingCall()
287 QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other) in operator =()
328 bool QDBusPendingCall::isFinished() const in isFinished()
337 void QDBusPendingCall::waitForFinished() in waitForFinished()
351 bool QDBusPendingCall::isValid() const in isValid()
368 bool QDBusPendingCall::isError() const in isError()
452 QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error) in fromError()
469 QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) in fromCompletedCall()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
H A Dqdbuspendingcall.cpp247 QDBusPendingCall::QDBusPendingCall(const QDBusPendingCall &other) in QDBusPendingCall() function in QDBusPendingCall
255 QDBusPendingCall::QDBusPendingCall(QDBusPendingCallPrivate *dd) in QDBusPendingCall() function in QDBusPendingCall
271 QDBusPendingCall::~QDBusPendingCall() in ~QDBusPendingCall()
287 QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other) in operator =()
328 bool QDBusPendingCall::isFinished() const in isFinished()
337 void QDBusPendingCall::waitForFinished() in waitForFinished()
351 bool QDBusPendingCall::isValid() const in isValid()
368 bool QDBusPendingCall::isError() const in isError()
452 QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error) in fromError()
469 QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) in fromCompletedCall()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
H A Dqdbuspendingcall.cpp247 QDBusPendingCall::QDBusPendingCall(const QDBusPendingCall &other) in QDBusPendingCall() function in QDBusPendingCall
255 QDBusPendingCall::QDBusPendingCall(QDBusPendingCallPrivate *dd) in QDBusPendingCall() function in QDBusPendingCall
271 QDBusPendingCall::~QDBusPendingCall() in ~QDBusPendingCall()
287 QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other) in operator =()
328 bool QDBusPendingCall::isFinished() const in isFinished()
337 void QDBusPendingCall::waitForFinished() in waitForFinished()
351 bool QDBusPendingCall::isValid() const in isValid()
368 bool QDBusPendingCall::isError() const in isError()
452 QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error) in fromError()
469 QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) in fromCompletedCall()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbuspendingcall.h58 class Q_DBUS_EXPORT QDBusPendingCall
61 QDBusPendingCall(const QDBusPendingCall &other);
62 ~QDBusPendingCall();
63 QDBusPendingCall &operator=(QDBusPendingCall &&other) noexcept { swap(other); return *this; }
64 QDBusPendingCall &operator=(const QDBusPendingCall &other);
66 void swap(QDBusPendingCall &other) noexcept { qSwap(d, other.d); } in swap()
79 static QDBusPendingCall fromError(const QDBusError &error);
80 static QDBusPendingCall fromCompletedCall(const QDBusMessage &message);
88 QDBusPendingCall(QDBusPendingCallPrivate *dd);
91 QDBusPendingCall(); // not defined
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/dbus/
H A Dqdbuspendingcall.cpp252 QDBusPendingCall::QDBusPendingCall(const QDBusPendingCall &other) in QDBusPendingCall() function in QDBusPendingCall
260 QDBusPendingCall::QDBusPendingCall(QDBusPendingCallPrivate *dd) in QDBusPendingCall() function in QDBusPendingCall
276 QDBusPendingCall::~QDBusPendingCall() in ~QDBusPendingCall()
292 QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other) in operator =()
325 bool QDBusPendingCall::isFinished() const in isFinished()
334 void QDBusPendingCall::waitForFinished() in waitForFinished()
348 bool QDBusPendingCall::isValid() const in isValid()
365 bool QDBusPendingCall::isError() const in isError()
449 QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error) in fromError()
466 QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) in fromCompletedCall()
[all …]

12345678910>>...33