23 #ifndef _TelepathyQt_outgoing_file_transfer_channel_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_outgoing_file_transfer_channel_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/FileTransferChannel> 
   32 #include <QAbstractSocket> 
   45     static OutgoingFileTransferChannelPtr create(
const ConnectionPtr &connection,
 
   46             const QString &objectPath, 
const QVariantMap &immutableProperties);
 
   54             const QString &objectPath,
 
   55             const QVariantMap &immutableProperties,
 
   61     TP_QT_NO_EXPORT 
void onSocketConnected();
 
   62     TP_QT_NO_EXPORT 
void onSocketDisconnected();
 
   63     TP_QT_NO_EXPORT 
void onSocketError(QAbstractSocket::SocketError error);
 
   64     TP_QT_NO_EXPORT 
void onInputAboutToClose();
 
   65     TP_QT_NO_EXPORT 
void doTransfer();
 
   68     TP_QT_NO_EXPORT 
void connectToHost();
 
   69     TP_QT_NO_EXPORT 
void setFinished();
 
   72     friend struct Private;
 
The OutgoingFileTransferChannel class represents a Telepathy channel of type FileTransfer for outgoin...
Definition: outgoing-file-transfer-channel.h:37
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
static const Feature FeatureCore
Definition: outgoing-file-transfer-channel.h:43
The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The FileTransferChannel class represents a Telepathy channel of type FileTransfer. 
Definition: file-transfer-channel.h:35