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