wxFlickrAPI.Groups Class Reference

A wrapper for flickr.groups. More...

#include <wxFlickrClient.h>

Inheritance diagram for wxFlickrAPI.Groups:

wxFlickrAPI.wxFlickrAPIMethod List of all members.

Public Types

enum  State { Idle, Waiting4Data }

Public Member Functions

 Groups (wxFlickrClient *pClient)
 Create object for flickr.com groups operations.
void Browse ()
 Call flickr.groups.browse (see http://www.flickr.com/services/api/flickr.groups.browse.html).
void GetInfo ()
 Call flickr.groups.getInfo (see http://www.flickr.com/services/api/flickr.groups.getInfo.html).
void Search ()
 Call flickr.groups.search (see http://www.flickr.com/services/api/flickr.groups.search.html).

Protected Member Functions

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

Detailed Description

A wrapper for flickr.groups.


Constructor & Destructor Documentation

Groups::Groups wxFlickrClient pClient  ) 
 

Create object for flickr.com groups operations.

Parameters:
pClient The wxFlickrClient used for communication.


Member Function Documentation

void Groups::Browse  ) 
 

Call flickr.groups.browse (see http://www.flickr.com/services/api/flickr.groups.browse.html).

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

void Groups::GetInfo  ) 
 

Call flickr.groups.getInfo (see http://www.flickr.com/services/api/flickr.groups.getInfo.html).

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

void Groups::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.

void Groups::Search  ) 
 

Call flickr.groups.search (see http://www.flickr.com/services/api/flickr.groups.search.html).

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


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