#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.Photosets:
|
Create object for flickr.com photosets operations.
|
|
Call flickr.photosets.addPhoto (see http://www.flickr.com/services/api/flickr.photosets.addPhoto.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.create (see http://www.flickr.com/services/api/flickr.photosets.create.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.delete (see http://www.flickr.com/services/api/flickr.photosets.delete.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.editMeta (see http://www.flickr.com/services/api/flickr.photosets.editMeta.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.editPhotos (see http://www.flickr.com/services/api/flickr.photosets.editPhotos.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.getContext (see http://www.flickr.com/services/api/flickr.photosets.getContext.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.getInfo (see http://www.flickr.com/services/api/flickr.photosets.getInfo.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.getList (see http://www.flickr.com/services/api/flickr.photosets.getList.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.getPhotos (see http://www.flickr.com/services/api/flickr.photosets.getPhotos.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photosets.orderSets (see http://www.flickr.com/services/api/flickr.photosets.orderSets.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.photosets.removePhoto (see http://www.flickr.com/services/api/flickr.photosets.removePhoto.html). Make sure to call SetArg for all arguments this call should use. |