23 #ifndef _TelepathyQt_call_content_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_call_content_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/_gen/cli-call-content.h> 
   32 #include <TelepathyQt/CallStream> 
   48     CallChannelPtr channel() 
const;
 
   57     bool supportsDTMF() 
const;
 
   62     void streamAdded(
const Tp::CallStreamPtr &stream);
 
   76     TP_QT_NO_EXPORT 
static const Feature FeatureCore;
 
   78     TP_QT_NO_EXPORT 
CallContent(
const CallChannelPtr &channel,
 
   79             const QDBusObjectPath &contentPath);
 
   82     friend struct Private;
 
   94     CallContentPtr content() 
const;
 
   97     TP_QT_NO_EXPORT 
void gotContent(QDBusPendingCallWatcher *watcher);
 
  100     TP_QT_NO_EXPORT 
void onContentRemoved(
const Tp::CallContentPtr &content);
 
  109     friend struct Private;
 
MediaStreamType
Definition: build/TelepathyQt/_gen/constants.h:2716
DTMFEvent
Definition: build/TelepathyQt/_gen/constants.h:3121
QList< CallContentPtr > CallContents
Definition: call-content.h:37
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
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:320
The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The CallContent class provides an object representing a Telepathy Call.Content. 
Definition: call-content.h:39
QList< CallStreamPtr > CallStreams
Definition: call-stream.h:42
Definition: call-content.h:86
Definition: build/TelepathyQt/_gen/types.h:81
MediaStreamDirection
Definition: build/TelepathyQt/_gen/constants.h:2777
The CallChannel class provides an object representing a Telepathy channel of type Call...
Definition: call-channel.h:35
CallContentDisposition
Definition: build/TelepathyQt/_gen/constants.h:4241
The OptionalInterfaceFactory class is a helper class for high-level D-Bus proxy classes willing to of...
Definition: optional-interface-factory.h:65