#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.Photos:
|
Create object for flickr.com photo operations.
|
|
Call flickr.photos.addTags (see http://www.flickr.com/services/api/flickr.photos.addTags.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.delete (see http://www.flickr.com/services/api/flickr.photos.delete.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getAllContexts (see http://www.flickr.com/services/api/flickr.photos.getAllContexts.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getContactsPhotos (see http://www.flickr.com/services/api/flickr.photos.getContactsPhotos.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getContactsPublicPhotos (see http://www.flickr.com/services/api/flickr.photos.getContactsPublicPhotos.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getContext (see http://www.flickr.com/services/api/flickr.photos.getContext.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getCounts (see http://www.flickr.com/services/api/flickr.photos.getCounts.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getExif (see http://www.flickr.com/services/api/flickr.photos.getExif.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getInfo (see http://www.flickr.com/services/api/flickr.photos.getInfo.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getNotInSet (see http://www.flickr.com/services/api/flickr.photos.getNotInSet.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getPerms (see http://www.flickr.com/services/api/flickr.photos.getPerms.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getRecent (see http://www.flickr.com/services/api/flickr.photos.getRecent.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getSizes (see http://www.flickr.com/services/api/flickr.photos.getSizes.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.getUntagged (see http://www.flickr.com/services/api/flickr.photos.getUntagged.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.photos.removeTag (see http://www.flickr.com/services/api/flickr.photos.removeTag.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.search (see http://www.flickr.com/services/api/flickr.photos.search.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.setDates (see http://www.flickr.com/services/api/flickr.photos.setDates.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.setMeta (see http://www.flickr.com/services/api/flickr.photos.setMeta.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.setPerms (see http://www.flickr.com/services/api/flickr.photos.setPerms.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.setTags (see http://www.flickr.com/services/api/flickr.photos.setTags.html). Make sure to call SetArg for all arguments this call should use. |