wxFlickrAPI.Blogs Class Reference

A wrapper for flickr.blogs. More...

#include <wxFlickrClient.h>

Inheritance diagram for wxFlickrAPI.Blogs:

wxFlickrAPI.wxFlickrAPIMethod List of all members.

Public Types

enum  State { Idle, Waiting4List, Waiting4Post }

Public Member Functions

 Blogs (wxFlickrClient *pClient)
 Create object for flickr.com blog operations.
void GetList ()
 Call flickr.blogs.getList (see http://www.flickr.com/services/api/flickr.blogs.getList.html).
void PostPhoto ()
 Call flickr.blogs.postPhoto (see http://www.flickr.com/services/api/flickr.blogs.postPhoto.html).

Protected Member Functions

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

Detailed Description

A wrapper for flickr.blogs.


Constructor & Destructor Documentation

Blogs::Blogs wxFlickrClient pClient  ) 
 

Create object for flickr.com blog operations.

Parameters:
pClient The wxFlickrClient instance used for communication.


Member Function Documentation

void Blogs::GetList  ) 
 

Call flickr.blogs.getList (see http://www.flickr.com/services/api/flickr.blogs.getList.html).

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

void Blogs::PostPhoto  ) 
 

Call flickr.blogs.postPhoto (see http://www.flickr.com/services/api/flickr.blogs.postPhoto.html).

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

void Blogs::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:42 2006 for wxFlickr by  doxygen 1.4.6-NO