#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.PhotosNotes:
Public Types | |
enum | State { Idle, Waiting4Data } |
Public Member Functions | |
PhotosNotes (wxFlickrClient *pClient) | |
Create object for flickr.com photos.notes operations. | |
void | Add () |
Call flickr.photos.notes.add (see http://www.flickr.com/services/api/flickr.photos.notes.add.html). | |
void | Delete () |
Call flickr.photos.notes.delete (see http://www.flickr.com/services/api/flickr.photos.notes.delete.html). | |
void | Edit () |
Call flickr.photos.notes.edit (see http://www.flickr.com/services/api/flickr.photos.notes.edit.html). | |
Protected Member Functions | |
virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
Process the data received by OnFlickrResponse. |
|
Create object for flickr.com photos.notes operations.
|
|
Call flickr.photos.notes.add (see http://www.flickr.com/services/api/flickr.photos.notes.add.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.notes.delete (see http://www.flickr.com/services/api/flickr.photos.notes.delete.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.photos.notes.edit (see http://www.flickr.com/services/api/flickr.photos.notes.edit.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. |