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