#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.People:
Public Types | |
enum | State { Idle, Waiting4Data, Waiting4Photos } |
Public Member Functions | |
People (wxFlickrClient *pClient) | |
Create object for flickr.com people operations. | |
void | FindByEmail () |
Call flickr.people.findByEmail (see http://www.flickr.com/services/api/flickr.people.findByEmail.html). | |
void | FindByUsername () |
Call flickr.people.findByUsername (see http://www.flickr.com/services/api/flickr.people.findByUsername.html). | |
void | GetInfo () |
Call flickr.people.getInfo (see http://www.flickr.com/services/api/flickr.people.getInfo.html). | |
void | GetPublicGroups () |
Call flickr.people.getPublicGroups (see http://www.flickr.com/services/api/flickr.people.getPublicGroups.html). | |
void | GetPublicPhotos () |
Call flickr.people.getPublicPhotos (see http://www.flickr.com/services/api/flickr.people.getPublicPhotos.html). | |
void | GetUploadStatus () |
Call flickr.people.getUploadStatus (see http://www.flickr.com/services/api/flickr.people.getUploadStatus.html). | |
Protected Member Functions | |
virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
Process the data received by OnFlickrResponse. | |
void | ProcessList (TiXmlNode *pResponse) |
|
Create object for flickr.com people operations.
|
|
Call flickr.people.findByEmail (see http://www.flickr.com/services/api/flickr.people.findByEmail.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.people.findByUsername (see http://www.flickr.com/services/api/flickr.people.findByUsername.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.people.getInfo (see http://www.flickr.com/services/api/flickr.people.getInfo.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.people.getPublicGroups (see http://www.flickr.com/services/api/flickr.people.getPublicGroups.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.people.getPublicPhotos (see http://www.flickr.com/services/api/flickr.people.getPublicPhotos.html). Make sure to call SetArg for all arguments this call should use. |
|
Call flickr.people.getUploadStatus (see http://www.flickr.com/services/api/flickr.people.getUploadStatus.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. |