#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.Upload:

Public Types | |
| enum | State { Idle, Waiting4Ok } |
Public Member Functions | |
| Upload (wxFlickrClient *pClient) | |
| Create object for flickr.com authentication. | |
| void | DoUpload () |
| Start uploading http://flickr.com/services/api/upload.api.html. | |
| void | SetImageFileName (wxString sImage) |
| Set upload image. | |
Protected Member Functions | |
| virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
| Process the data received by OnFlickrResponse. | |
|
|
Create object for flickr.com authentication.
|
|
|
Process the data received by OnFlickrResponse. Subclasses define more meaningful behavior. Each method call handles its own responses.
Reimplemented from wxFlickrAPI.wxFlickrAPIMethod. |
|
|
Set upload image.
|
1.4.6-NO