BluezQt
9#ifndef BLUEZQT_REQUEST_H
10#define BLUEZQT_REQUEST_H
12#include <QSharedPointer>
14#include "bluezqt_export.h"
20enum RequestOriginatingType {
24 OrgBluezMediaEndpoint,
37template<
typename T =
void>
76 void accept(T returnValue)
const;
99 friend class AgentAdaptor;
100 friend class ObexAgentAdaptor;
101 friend class ProfileAdaptor;
102 friend class MediaEndpointAdaptor;
107class BLUEZQT_EXPORT
Request<void>
125 friend class AgentAdaptor;
126 friend class ObexAgentAdaptor;
127 friend class ProfileAdaptor;
void accept(T returnValue) const
Accepts the request.
Request & operator=(const Request &other)
Copy assignment operator.
void cancel() const
Cancels the request.
void reject() const
Rejects the request.
Request()
Creates a new Request object.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.