23 #ifndef _TelepathyQt_call_stream_h_HEADER_GUARD_ 24 #define _TelepathyQt_call_stream_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/_gen/cli-call-stream.h> 32 #include <TelepathyQt/Constants> 33 #include <TelepathyQt/DBusProxy> 34 #include <TelepathyQt/OptionalInterfaceFactory> 35 #include <TelepathyQt/PendingOperation> 36 #include <TelepathyQt/Types> 37 #include <TelepathyQt/SharedPtr> 53 CallContentPtr content()
const;
55 Contacts remoteMembers()
const;
56 bool canRequestReceiving()
const;
59 SendingState remoteSendingState(
const ContactPtr &contact)
const;
67 void remoteSendingStateChanged(
68 const QHash<Tp::ContactPtr, Tp::SendingState> &remoteSendingStates,
70 void remoteMembersRemoved(
const Tp::Contacts &remoteMembers,
87 TP_QT_NO_EXPORT
static const Feature FeatureCore;
89 TP_QT_NO_EXPORT
CallStream(
const CallContentPtr &content,
const QDBusObjectPath &streamPath);
92 friend struct Private;
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful.
Definition: dbus-proxy.h:96
Definition: build/TelepathyQt/_gen/types.h:109
QList< CallStreamPtr > CallStreams
Definition: call-stream.h:42
Definition: build/TelepathyQt/_gen/types.h:1313
The Feature class represents a feature that can be enabled on demand.
Definition: feature.h:41
The CallStream class provides an object representing a Telepathy Call.Stream.
Definition: call-stream.h:44
Definition: build/TelepathyQt/_gen/types.h:336
The OptionalInterfaceFactory class is a helper class for high-level D-Bus proxy classes willing to of...
Definition: optional-interface-factory.h:65
The CallContent class provides an object representing a Telepathy Call.Content.
Definition: call-content.h:39
The CallChannel class provides an object representing a Telepathy channel of type Call.
Definition: call-channel.h:35
Definition: build/TelepathyQt/_gen/types.h:1677
Definition: abstract-adaptor.cpp:31
SendingState
Definition: build/TelepathyQt/_gen/constants.h:4529
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45