#include <wxFlickrData.h>
Inheritance diagram for wxFlickrPhoto:
Public Member Functions | |
wxFlickrPhoto (const wxFlickrPhoto &photo) | |
Copy constructor for deep copies. | |
wxFlickrPhoto (TiXmlElement *pElement) | |
void | SetId (wxString sId) |
wxString | GetId () |
void | SetServerId (wxString sServerId) |
wxString | GetServerId () |
void | SetSecret (wxString sSecret) |
wxString | GetSecret () |
void | SetSize (wxString sSize) |
wxString | GetSize () |
void | SetOwner (wxString sOwner) |
wxString | GetOwner () |
void | SetTitle (wxString sTitle) |
wxString | GetTitle () |
void | SetPublic (bool bPublic) |
bool | IsPublic () |
void | SetFriend (bool bFriend) |
bool | IsFriend () |
void | SetFamily (bool bFamily) |
bool | IsFamily () |
bool | Download (bool bReload=FALSE) |
Download this image from flickr.com. | |
bool | IsDownloaded () |
Check if this image already is downloaded from flickr. | |
wxFlickrError | GetLastError () |
Return the last error this object encountered (downloading failed, etc). | |
wxImage * | GetImage () |
Get this image as wxImage. | |
wxString | GetURLString () |
Convert flickr.com photo information to URL (see http://flickr.com/services/api/misc.urls.html). |
This class may also hold a wxImage containing the actual image data. It also can be used for downloading.
|
Download this image from flickr.com. Call GetLastError() if download fails. Check IsDownloaded() to find out if it already has been downloaded.
|
|
Get this image as wxImage.
|
|
Return the last error this object encountered (downloading failed, etc).
|
|
Convert flickr.com photo information to URL (see http://flickr.com/services/api/misc.urls.html).
|
|
Check if this image already is downloaded from flickr.
|