23 #ifndef DIGIKAM_INAT_WINDOW_H
24 #define DIGIKAM_INAT_WINDOW_H
36 #include <QTreeWidgetItem>
58 QWidget*
const parent,
59 const QString& serviceName = QLatin1String(
"iNaturalist"));
72 void slotLinkingSucceeded(
const QString& login,
const QString& name,
74 void slotLinkingFailed(
const QString& error);
75 void slotLoadUrlSucceeded(
const QUrl&,
const QByteArray&);
76 void slotApiTokenExpires();
77 void slotBusy(
bool val);
78 void slotError(
const QString& msg);
81 void slotCancelClicked();
83 void slotTaxonSelected(
const Taxon&,
bool fromVision);
84 void slotTaxonDeselected();
85 void slotComputerVision();
89 void slotObservationDeleted(
int id);
90 void slotUserChangeRequest();
91 void slotRemoveAccount();
92 void slotAuthCancel();
93 void slotImageListChanged();
94 void slotValueChanged(
int);
95 void slotClosestChanged(
int);
96 void slotMoreOptionsButton(
bool);
97 void slotNearbyPlaces(
const QStringList&);
102 void closeEvent(QCloseEvent*)
override;
103 void readSettings(
const QString& uname);
104 void writeSettings();
106 void setUiInProgressState(
bool inProgress);
107 void updateProgressBarValue(
unsigned);
108 void updateProgressBarMaximum(
unsigned);
109 void switchUser(
bool restoreToken =
true);
110 void saveEditedPlaceName(
const QString&);
Definition: inatwindow.h:52
Definition: inattaxon.h:57
Definition: dinfointerface.h:56
Definition: inatbrowserdlg.cpp:64
Definition: datefolderview.cpp:43
Definition: inattalker.h:133
Definition: inattalker.h:71
Definition: inattalker.h:113