#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.PhotosLicenses:

Public Types | |
| enum | State { Idle, Waiting4Data } |
Public Member Functions | |
| PhotosLicenses (wxFlickrClient *pClient) | |
| Create object for flickr.com photos.licenses operations. | |
| void | GetInfo () |
| Call flickr.photos.licenses.getInfo (see http://www.flickr.com/services/api/flickr.photos.licenses.getInfo.html). | |
| void | SetLicense () |
| Call flickr.photos.licenses.setLicense (see http://www.flickr.com/services/api/flickr.photos.licenses.setLicense.html). | |
Protected Member Functions | |
| virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
| Process the data received by OnFlickrResponse. | |
|
|
Create object for flickr.com photos.licenses operations.
|
|
|
Call flickr.photos.licenses.getInfo (see http://www.flickr.com/services/api/flickr.photos.licenses.getInfo.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.licenses.setLicense (see http://www.flickr.com/services/api/flickr.photos.licenses.setLicense.html). Make sure to call SetArg for all arguments this call should use. |
1.4.6-NO