|
void | signalAccessTokenObtained () |
|
void | signalAddPhotoDone (int, const QString &) |
|
void | signalAuthenticationRefused () |
|
void | signalBusy (bool val) |
|
void | signalCreateAlbumDone (int, const QString &, const QString &) |
|
void | signalError (const QString &msg) |
|
void | signalGetPhotoDone (int errCode, const QString &errMsg, const QByteArray &photoData, const QString &fileName) |
|
void | signalLinkingSucceeded () |
|
void | signalListAlbumsDone (int, const QString &, const QList< GSFolder > &) |
|
void | signalListPhotosDone (int, const QString &, const QList< GSPhoto > &) |
|
void | signalReadyToUpload () |
|
void | signalSetUserName (const QString &msg) |
|
void | signalUploadPhotoDone (int, const QString &, const QStringList &) |
|
|
bool | addPhoto (const QString &photoPath, GSPhoto &info, const QString &albumId, bool original, bool rescale, int maxDim, int imageQuality) |
|
bool | authenticated () const |
|
void | cancel () |
|
void | createAlbum (const GSFolder &newAlbum) |
|
void | doOAuth () |
|
void | getLoggedInUser () |
|
void | getPhoto (const QString &imgPath) |
|
QStringList | getUploadTokenList () |
|
| GPTalker (QWidget *const parent) |
|
void | link () |
|
void | listAlbums (const QString &nextPageToken=QString()) |
|
void | listPhotos (const QString &albumId, const QString &nextPageToken=QString()) |
|
void | unlink () |
|
bool | updatePhoto (const QString &photoPath, GSPhoto &info, bool rescale, int maxDim, int imageQuality) |
|
| ~GPTalker () override |
|
◆ GPTalker()
DigikamGenericGoogleServicesPlugin::GPTalker::GPTalker |
( |
QWidget *const |
parent | ) |
|
|
explicit |
◆ ~GPTalker()
DigikamGenericGoogleServicesPlugin::GPTalker::~GPTalker |
( |
| ) |
|
|
override |
◆ addPhoto()
bool DigikamGenericGoogleServicesPlugin::GPTalker::addPhoto |
( |
const QString & |
photoPath, |
|
|
GSPhoto & |
info, |
|
|
const QString & |
albumId, |
|
|
bool |
original, |
|
|
bool |
rescale, |
|
|
int |
maxDim, |
|
|
int |
imageQuality |
|
) |
| |
◆ authenticated()
bool DigikamGenericGoogleServicesPlugin::GSTalkerBase::authenticated |
( |
| ) |
const |
|
inherited |
◆ cancel()
void DigikamGenericGoogleServicesPlugin::GPTalker::cancel |
( |
| ) |
|
◆ createAlbum()
void DigikamGenericGoogleServicesPlugin::GPTalker::createAlbum |
( |
const GSFolder & |
newAlbum | ) |
|
◆ doOAuth()
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::doOAuth |
( |
| ) |
|
|
inherited |
◆ getLoggedInUser()
void DigikamGenericGoogleServicesPlugin::GPTalker::getLoggedInUser |
( |
| ) |
|
◆ getPhoto()
void DigikamGenericGoogleServicesPlugin::GPTalker::getPhoto |
( |
const QString & |
imgPath | ) |
|
◆ getUploadTokenList()
QStringList DigikamGenericGoogleServicesPlugin::GPTalker::getUploadTokenList |
( |
| ) |
|
◆ link()
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::link |
( |
| ) |
|
|
inherited |
◆ listAlbums()
void DigikamGenericGoogleServicesPlugin::GPTalker::listAlbums |
( |
const QString & |
nextPageToken = QString() | ) |
|
◆ listPhotos()
void DigikamGenericGoogleServicesPlugin::GPTalker::listPhotos |
( |
const QString & |
albumId, |
|
|
const QString & |
nextPageToken = QString() |
|
) |
| |
◆ signalAccessTokenObtained
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::signalAccessTokenObtained |
( |
| ) |
|
|
signalinherited |
◆ signalAddPhotoDone
void DigikamGenericGoogleServicesPlugin::GPTalker::signalAddPhotoDone |
( |
int |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
◆ signalAuthenticationRefused
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::signalAuthenticationRefused |
( |
| ) |
|
|
signalinherited |
◆ signalBusy
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::signalBusy |
( |
bool |
val | ) |
|
|
signalinherited |
Referenced by DigikamGenericGoogleServicesPlugin::GDTalker::addPhoto(), addPhoto(), DigikamGenericGoogleServicesPlugin::GDTalker::cancel(), cancel(), createAlbum(), DigikamGenericGoogleServicesPlugin::GDTalker::createFolder(), getLoggedInUser(), getPhoto(), DigikamGenericGoogleServicesPlugin::GDTalker::getUserName(), DigikamGenericGoogleServicesPlugin::GSTalkerBase::link(), listAlbums(), DigikamGenericGoogleServicesPlugin::GDTalker::listFolders(), listPhotos(), and DigikamGenericGoogleServicesPlugin::GSTalkerBase::unlink().
◆ signalCreateAlbumDone
void DigikamGenericGoogleServicesPlugin::GPTalker::signalCreateAlbumDone |
( |
int |
, |
|
|
const QString & |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
◆ signalError
void DigikamGenericGoogleServicesPlugin::GPTalker::signalError |
( |
const QString & |
msg | ) |
|
|
signal |
◆ signalGetPhotoDone
void DigikamGenericGoogleServicesPlugin::GPTalker::signalGetPhotoDone |
( |
int |
errCode, |
|
|
const QString & |
errMsg, |
|
|
const QByteArray & |
photoData, |
|
|
const QString & |
fileName |
|
) |
| |
|
signal |
◆ signalLinkingSucceeded
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::signalLinkingSucceeded |
( |
| ) |
|
|
signalinherited |
◆ signalListAlbumsDone
void DigikamGenericGoogleServicesPlugin::GPTalker::signalListAlbumsDone |
( |
int |
, |
|
|
const QString & |
, |
|
|
const QList< GSFolder > & |
|
|
) |
| |
|
signal |
◆ signalListPhotosDone
void DigikamGenericGoogleServicesPlugin::GPTalker::signalListPhotosDone |
( |
int |
, |
|
|
const QString & |
, |
|
|
const QList< GSPhoto > & |
|
|
) |
| |
|
signal |
◆ signalReadyToUpload
void DigikamGenericGoogleServicesPlugin::GPTalker::signalReadyToUpload |
( |
| ) |
|
|
signal |
◆ signalSetUserName
void DigikamGenericGoogleServicesPlugin::GPTalker::signalSetUserName |
( |
const QString & |
msg | ) |
|
|
signal |
◆ signalUploadPhotoDone
void DigikamGenericGoogleServicesPlugin::GPTalker::signalUploadPhotoDone |
( |
int |
, |
|
|
const QString & |
, |
|
|
const QStringList & |
|
|
) |
| |
|
signal |
◆ unlink()
void DigikamGenericGoogleServicesPlugin::GSTalkerBase::unlink |
( |
| ) |
|
|
inherited |
◆ updatePhoto()
bool DigikamGenericGoogleServicesPlugin::GPTalker::updatePhoto |
( |
const QString & |
photoPath, |
|
|
GSPhoto & |
info, |
|
|
bool |
rescale, |
|
|
int |
maxDim, |
|
|
int |
imageQuality |
|
) |
| |
◆ m_accessToken
QString DigikamGenericGoogleServicesPlugin::GSTalkerBase::m_accessToken |
|
protectedinherited |
◆ m_bearerAccessToken
QString DigikamGenericGoogleServicesPlugin::GSTalkerBase::m_bearerAccessToken |
|
protectedinherited |
◆ m_reply
QNetworkReply* DigikamGenericGoogleServicesPlugin::GSTalkerBase::m_reply |
|
protectedinherited |
Referenced by DigikamGenericGoogleServicesPlugin::GDTalker::addPhoto(), addPhoto(), DigikamGenericGoogleServicesPlugin::GDTalker::cancel(), cancel(), createAlbum(), DigikamGenericGoogleServicesPlugin::GDTalker::createFolder(), getLoggedInUser(), getPhoto(), DigikamGenericGoogleServicesPlugin::GDTalker::getUserName(), GPTalker(), listAlbums(), DigikamGenericGoogleServicesPlugin::GDTalker::listFolders(), listPhotos(), DigikamGenericGoogleServicesPlugin::GDTalker::~GDTalker(), ~GPTalker(), and DigikamGenericGoogleServicesPlugin::GSTalkerBase::~GSTalkerBase().
◆ m_scope
QStringList DigikamGenericGoogleServicesPlugin::GSTalkerBase::m_scope |
|
protectedinherited |
◆ m_serviceName
QString DigikamGenericGoogleServicesPlugin::GSTalkerBase::m_serviceName |
|
protectedinherited |
The documentation for this class was generated from the following files:
- core/dplugins/generic/webservices/google/gphoto/gptalker.h
- core/dplugins/generic/webservices/google/gphoto/gptalker.cpp