22 #ifndef _TelepathyQt_tube_channel_h_HEADER_GUARD_ 
   23 #define _TelepathyQt_tube_channel_h_HEADER_GUARD_ 
   25 #ifndef IN_TP_QT_HEADER 
   26 #error IN_TP_QT_HEADER 
   29 #include <TelepathyQt/Channel> 
   42     static TubeChannelPtr create(
const ConnectionPtr &connection,
 
   43             const QString &objectPath, 
const QVariantMap &immutableProperties);
 
   49     QVariantMap parameters() 
const;
 
   55     TubeChannel(
const ConnectionPtr &connection, 
const QString &objectPath,
 
   56             const QVariantMap &immutableProperties,
 
   59     void setParameters(
const QVariantMap ¶meters);
 
   62     TP_QT_NO_EXPORT 
void onTubeChannelStateChanged(uint newstate);
 
   67     friend struct Private;
 
The TubeChannel class is a base class for all tube types. 
Definition: tube-channel.h:34
static const Feature FeatureCore
Definition: tube-channel.h:40
TubeChannelState
Definition: build/TelepathyQt/_gen/constants.h:3729
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The Channel class represents a Telepathy channel. 
Definition: channel.h:51