![]() |
LeechCraft Azoth
0.6.70-18450-gabe19ee3b0
Modular multiprotocol IM plugin for LeechCraft
|
#include <variant>#include <QObject>#include <QString>
Include dependency graph for itransfermanager.h:Go to the source code of this file.
Classes | |
| struct | LC::Azoth::Transfers::Error |
| class | LC::Azoth::ITransferJob |
| This interface must be implemented by objects representing file transfer jobs. More... | |
| struct | LC::Azoth::IncomingOffer |
| class | LC::Azoth::ITransferManager |
| This interface must be implemented by transfer managers returned from IAccount::GetTransferManager(). More... | |
Namespaces | |
| LC::Azoth::Emitters | |
| LC::Azoth | |
| LC::Azoth::Transfers | |
Typedefs | |
| using | LC::Azoth::TransferState = std::variant< Transfers::Phase, Transfers::Error > |
Functions | |
| bool | LC::Azoth::IsTerminal (const TransferState &state) |