
#include <qtflickr.h>
Public Member Functions | |
| QtfPhoto () | |
| QtfPhoto (const QString &file, const QString &photoId=QString()) | |
Public Attributes | |
| QString | file |
| QString | photoId |
| QMap< QString, QString > | args |
This structure is used when uploading or replacing photos.
| file | File to be uploaded | |
| photoId | The ID of the photo to replace, do not set this value if you want just to upload photo | |
| args | Optional arguments, for example "title" Example: |
| QtfPhoto::QtfPhoto | ( | ) | [inline] |
Default constructor
| QtfPhoto::QtfPhoto | ( | const QString & | file, | |
| const QString & | photoId = QString() | |||
| ) | [inline] |
Constucts and initialize photo photo structure