digikam
Digikam::DownloadHistory Class Reference
#include <downloadhistory.h>
Detailed Description
Definition at line 39 of file downloadhistory.h.
Public Types | |
| enum | Status { StatusUnknown, Downloaded, NotDownloaded } |
Static Public Member Functions | |
| static void | setDownloaded (const QString &identifier, const QString &name, int fileSize, const QDateTime &date) |
| static Status | status (const QString &identifier, const QString &name, int fileSize, const QDateTime &date) |
Member Enumeration Documentation
Member Function Documentation
| DownloadHistory::Status Digikam::DownloadHistory::status | ( | const QString & | identifier, | |
| const QString & | name, | |||
| int | fileSize, | |||
| const QDateTime & | date | |||
| ) | [static] |
Queries the status of a download item that is uniquely described by the four parameters.
The identifier is recommended to be an MD5 hash of properties describing the camera, if available, and the directory path (though you are free to use all four parameters as you want)
Definition at line 35 of file downloadhistory.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference