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

Public Types | |
| enum | State { Idle, Waiting4Data } |
Public Member Functions | |
| Test (wxFlickrClient *pClient) | |
| Create object for flickr.com test operations. | |
| void | Echo () |
| Call flickr.test.echo (see http://www.flickr.com/services/api/flickr.test.echo.html). | |
| void | Login () |
| Call flickr.test.login (see http://www.flickr.com/services/api/flickr.test.login.html). | |
|
|
Create object for flickr.com test operations.
|
|
|
Call flickr.test.echo (see http://www.flickr.com/services/api/flickr.test.echo.html). Make sure to call SetArg for all arguments this call should use. |
|
|
Call flickr.test.login (see http://www.flickr.com/services/api/flickr.test.login.html). Make sure to call SetArg for all arguments this call should use. |
1.4.6-NO