#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.Blogs:
Public Types | |
enum | State { Idle, Waiting4List, Waiting4Post } |
Public Member Functions | |
Blogs (wxFlickrClient *pClient) | |
Create object for flickr.com blog operations. | |
void | GetList () |
Call flickr.blogs.getList (see http://www.flickr.com/services/api/flickr.blogs.getList.html). | |
void | PostPhoto () |
Call flickr.blogs.postPhoto (see http://www.flickr.com/services/api/flickr.blogs.postPhoto.html). | |
Protected Member Functions | |
virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
Process the data received by OnFlickrResponse. |
|
Create object for flickr.com blog operations.
|
|
Call flickr.blogs.getList (see http://www.flickr.com/services/api/flickr.blogs.getList.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.blogs.postPhoto (see http://www.flickr.com/services/api/flickr.blogs.postPhoto.html). Make sure to call SetArg for all arguments this call should use. |
|
Process the data received by OnFlickrResponse. Subclasses define more meaningful behavior. Each method call handles its own responses.
Reimplemented from wxFlickrAPI.wxFlickrAPIMethod. |