wxFlickrAPI.Reflection Class Reference

A wrapper for flickr.reflection. More...

#include <wxFlickrClient.h>

Inheritance diagram for wxFlickrAPI.Reflection:

wxFlickrAPI.wxFlickrAPIMethod List of all members.

Public Types

enum  State { Idle, Waiting4Data }

Public Member Functions

 Reflection (wxFlickrClient *pClient)
 Create object for flickr.com reflection operations.
void GetMethodInfo ()
 Call flickr.reflection.getMethodInfo (see http://www.flickr.com/services/api/flickr.reflection.getMethodInfo.html).
void GetMethods ()
 Call flickr.reflection.getMethods (see http://www.flickr.com/services/api/flickr.reflection.getMethods.html).

Protected Member Functions

virtual void ProcessFlickrResponse (TiXmlNode *pResponse)
 Process the data received by OnFlickrResponse.

Detailed Description

A wrapper for flickr.reflection.


Constructor & Destructor Documentation

Reflection::Reflection wxFlickrClient pClient  ) 
 

Create object for flickr.com reflection operations.

Parameters:
pClient The wxFlickrClient instance to work with.


Member Function Documentation

void Reflection::GetMethodInfo  ) 
 

Call flickr.reflection.getMethodInfo (see http://www.flickr.com/services/api/flickr.reflection.getMethodInfo.html).

Make sure to call SetArg for all arguments this call should use.

void Reflection::GetMethods  ) 
 

Call flickr.reflection.getMethods (see http://www.flickr.com/services/api/flickr.reflection.getMethods.html).

Make sure to call SetArg for all arguments this call should use.

void Reflection::ProcessFlickrResponse TiXmlNode *  pResponse  )  [protected, virtual]
 

Process the data received by OnFlickrResponse.

Subclasses define more meaningful behavior. Each method call handles its own responses.

Parameters:
pResponse The XML-payload to be handled.

Reimplemented from wxFlickrAPI.wxFlickrAPIMethod.


The documentation for this class was generated from the following files:
Generated on Mon Feb 20 11:06:43 2006 for wxFlickr by  doxygen 1.4.6-NO