BluezQt
pendingcall.h
49 NoError = 0,
51 NotReady = 1,
53 Failed = 2,
55 Rejected = 3,
57 Canceled = 4,
59 InvalidArguments = 5,
61 AlreadyExists = 6,
63 DoesNotExist = 7,
65 InProgress = 8,
67 NotInProgress = 9,
69 AlreadyConnected = 10,
71 ConnectFailed = 11,
73 NotConnected = 12,
75 NotSupported = 13,
77 NotAuthorized = 14,
79 AuthenticationCanceled = 15,
81 AuthenticationFailed = 16,
83 AuthenticationRejected = 17,
85 AuthenticationTimeout = 18,
87 ConnectionAttemptFailed = 19,
89 InvalidLength = 20,
91 NotPermitted = 21,
93 DBusError = 98,
95 InternalError = 99,
97 UnknownError = 100,
181 BLUEZQT_NO_EXPORT explicit PendingCall(Error error, const QString &errorText, QObject *parent = nullptr);
182 BLUEZQT_NO_EXPORT explicit PendingCall(const QDBusPendingCall &call, ReturnType type, QObject *parent = nullptr);
186 using ExternalProcessor = std::function<void(QDBusPendingCallWatcher *watcher, ErrorProcessor errorProcessor, QVariantList *values)>;
187 explicit PendingCall(const QDBusPendingCall &call, ExternalProcessor externalProcessor, QObject *parent = nullptr);
Definition: pendingcall.h:32
QVector< V > values(const QMultiHash< K, V > &c)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 04:08:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 04:08:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.