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

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