The FileTransferChannelCreationProperties class represents the properties of a file transfer channel request.
More...
#include <TelepathyQt4/FileTransferChannelCreationProperties>
List of all members.
Public Member Functions
Detailed Description
The FileTransferChannelCreationProperties class represents the properties of a file transfer channel request.
Constructor & Destructor Documentation
Tp::FileTransferChannelCreationProperties::FileTransferChannelCreationProperties |
( |
|
) |
|
Tp::FileTransferChannelCreationProperties::FileTransferChannelCreationProperties |
( |
const QString & |
suggestedFileName, |
|
|
const QString & |
contentType, |
|
|
qulonglong |
size | |
|
) |
| | |
Tp::FileTransferChannelCreationProperties::~FileTransferChannelCreationProperties |
( |
|
) |
|
Member Function Documentation
bool Tp::FileTransferChannelCreationProperties::isValid |
( |
|
) |
const [inline] |
QString Tp::FileTransferChannelCreationProperties::suggestedFileName |
( |
|
) |
const |
QString Tp::FileTransferChannelCreationProperties::contentType |
( |
|
) |
const |
qulonglong Tp::FileTransferChannelCreationProperties::size |
( |
|
) |
const |
bool Tp::FileTransferChannelCreationProperties::hasContentHash |
( |
|
) |
const |
FileHashType Tp::FileTransferChannelCreationProperties::contentHashType |
( |
|
) |
const |
QString Tp::FileTransferChannelCreationProperties::contentHash |
( |
|
) |
const |
bool Tp::FileTransferChannelCreationProperties::hasDescription |
( |
|
) |
const |
QString Tp::FileTransferChannelCreationProperties::description |
( |
|
) |
const |
bool Tp::FileTransferChannelCreationProperties::hasLastModificationTime |
( |
|
) |
const |
QDateTime Tp::FileTransferChannelCreationProperties::lastModificationTime |
( |
|
) |
const |