Searched refs:GetContentJob (Results 1 – 12 of 12) sorted by relevance
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/ |
H A D | content-repo.cpp | 56 class GetContentJob::Private 71 QUrl GetContentJob::makeRequestUrl(QUrl baseUrl, const QString& serverName, in makeRequestUrl() 82 GetContentJob::GetContentJob(const QString& serverName, const QString& mediaId, in GetContentJob() function in GetContentJob 92 GetContentJob::~GetContentJob() = default; 94 const QString& GetContentJob::contentType() const { return d->contentType; } in contentType() 96 const QString& GetContentJob::contentDisposition() const in contentDisposition() 101 QIODevice* GetContentJob::data() const { return d->data; } in data() 103 BaseJob::Status GetContentJob::parseReply(QNetworkReply* reply) in parseReply()
|
H A D | content-repo.h | 50 class GetContentJob : public BaseJob 63 explicit GetContentJob(const QString& serverName, const QString& mediaId, 75 ~GetContentJob() override;
|
/dports/net-im/libquotient/libQuotient-0.6.8/lib/jobs/ |
H A D | downloadfilejob.h | 6 class DownloadFileJob : public GetContentJob { 8 using GetContentJob::makeRequestUrl;
|
H A D | downloadfilejob.cpp | 31 : GetContentJob(serverName, mediaId) in DownloadFileJob()
|
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/jobs/ |
H A D | downloadfilejob.h | 6 class DownloadFileJob : public GetContentJob { 8 using GetContentJob::makeRequestUrl;
|
H A D | downloadfilejob.cpp | 31 : GetContentJob(serverName, mediaId) in DownloadFileJob()
|
/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/ |
H A D | content-repo.cpp | 36 QUrl GetContentJob::makeRequestUrl(QUrl baseUrl, const QString& serverName, in makeRequestUrl() 46 GetContentJob::GetContentJob(const QString& serverName, const QString& mediaId, in GetContentJob() function in GetContentJob
|
H A D | content-repo.h | 46 class GetContentJob : public BaseJob { 61 explicit GetContentJob(const QString& serverName, const QString& mediaId,
|
/dports/net-im/libquotient/libQuotient-0.6.8/lib/ |
H A D | connection.h | 59 class GetContentJob; in Q_DECLARE_METATYPE() local 584 GetContentJob* getContent(const QString& mediaId); in Q_DECLARE_METATYPE() 585 GetContentJob* getContent(const QUrl& url); in Q_DECLARE_METATYPE()
|
H A D | connection.cpp | 896 GetContentJob* Connection::getContent(const QString& mediaId) in getContent() 899 return callApi<GetContentJob>(idParts.front(), idParts.back()); in getContent() 902 GetContentJob* Connection::getContent(const QUrl& url) in getContent()
|
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/ |
H A D | connection.h | 59 class GetContentJob; in Q_DECLARE_METATYPE() local 560 GetContentJob* getContent(const QString& mediaId); in Q_DECLARE_METATYPE() 561 GetContentJob* getContent(const QUrl& url); in Q_DECLARE_METATYPE()
|
H A D | connection.cpp | 823 GetContentJob* Connection::getContent(const QString& mediaId) in getContent() 826 return callApi<GetContentJob>(idParts.front(), idParts.back()); in getContent() 829 GetContentJob* Connection::getContent(const QUrl& url) in getContent()
|