LeechCraft Azoth  0.6.70-11552-gf61ee51c3d
Modular multiprotocol IM plugin for LeechCraft
itransfermanager.h File Reference
#include <QObject>
#include <QString>
+ Include dependency graph for itransfermanager.h:

Go to the source code of this file.

Classes

class  LeechCraft::Azoth::ITransferJob
 This interface must be implemented by objects representing file transfer jobs. More...
 
class  LeechCraft::Azoth::ITransferManager
 This interface must be implemented by transfer managers returned from IAccount::GetTransferManager(). More...
 

Namespaces

 LeechCraft
 
 LeechCraft::Azoth
 

Enumerations

enum  LeechCraft::Azoth::TransferDirection { LeechCraft::Azoth::TDIn, LeechCraft::Azoth::TDOut }
 Represents the direction of the transfer. More...
 
enum  LeechCraft::Azoth::TransferState { LeechCraft::Azoth::TSOffer, LeechCraft::Azoth::TSStarting, LeechCraft::Azoth::TSTransfer, LeechCraft::Azoth::TSFinished }
 Represents the state of the file transfer job. More...
 
enum  LeechCraft::Azoth::TransferError {
  LeechCraft::Azoth::TENoError, LeechCraft::Azoth::TEAborted, LeechCraft::Azoth::TEFileAccessError, LeechCraft::Azoth::TEFileCorruptError,
  LeechCraft::Azoth::TEProtocolError
}
 Represents the error condition of the transfer. More...