#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.Favorites:
Public Types | |
enum | State { Idle, Waiting4List, Waiting4Add, Waiting4Remove } |
Public Member Functions | |
Favorites (wxFlickrClient *pClient) | |
Create object for flickr.com blog operations. | |
void | Add () |
Call flickr.favorites.add (see http://www.flickr.com/services/api/flickr.favorites.add.html). | |
void | GetList () |
Call flickr.favorites.getList (see http://www.flickr.com/services/api/flickr.favorites.getList.html). | |
void | GetPublicList () |
Call flickr.favorites.getPublicList (see http://www.flickr.com/services/api/flickr.favorites.getPublicList.html). | |
void | Remove () |
Call flickr.favorites.remove (see http://www.flickr.com/services/api/flickr.favorites.remove.html). | |
Protected Member Functions | |
virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
Process the data received by OnFlickrResponse. | |
void | ProcessList (TiXmlNode *pResponse) |
|
Create object for flickr.com blog operations.
|
|
Call flickr.favorites.add (see http://www.flickr.com/services/api/flickr.favorites.add.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.favorites.getList (see http://www.flickr.com/services/api/flickr.favorites.getList.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.favorites.getPublicList (see http://www.flickr.com/services/api/flickr.favorites.getPublicList.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. |
|
Call flickr.favorites.remove (see http://www.flickr.com/services/api/flickr.favorites.remove.html). Make sure to call SetArg for all arguments this call should use. |