#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.GroupsPools:
Public Types | |
enum | State { Idle, Waiting4Photos, Waiting4Data } |
Public Member Functions | |
GroupsPools (wxFlickrClient *pClient) | |
Create object for flickr.com groups.pools operations. | |
void | Add () |
Call flickr.groups.pools.add (see http://www.flickr.com/services/api/flickr.groups.pools.add.html). | |
void | GetContext () |
Call flickr.groups.pools.getContext (see http://www.flickr.com/services/api/flickr.groups.pools.getContext.html). | |
void | GetGroups () |
Call flickr.groups.pools.getGroups (see http://www.flickr.com/services/api/flickr.groups.pools.getGroups.html). | |
void | GetPhotos () |
Call flickr.groups.pools.getPhotos (see http://www.flickr.com/services/api/flickr.groups.pools.getPhotos.html). | |
void | Remove () |
Call flickr.groups.pools.remove (see http://www.flickr.com/services/api/flickr.groups.pools.remove.html). | |
Protected Member Functions | |
virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
Process the data received by OnFlickrResponse. |
|
Create object for flickr.com groups.pools operations.
|
|
Call flickr.groups.pools.add (see http://www.flickr.com/services/api/flickr.groups.pools.add.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.groups.pools.getContext (see http://www.flickr.com/services/api/flickr.groups.pools.getContext.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.groups.pools.getGroups (see http://www.flickr.com/services/api/flickr.groups.pools.getGroups.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.groups.pools.getPhotos (see http://www.flickr.com/services/api/flickr.groups.pools.getPhotos.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.groups.pools.remove (see http://www.flickr.com/services/api/flickr.groups.pools.remove.html). Make sure to call SetArg for all arguments this call should use. |