wxFlickrAPI.Photosets Class Reference

A wrapper for flickr.photosets. More...

#include <wxFlickrClient.h>

Inheritance diagram for wxFlickrAPI.Photosets:

wxFlickrAPI.wxFlickrAPIMethod List of all members.

Public Types

enum  State { Idle, Waiting4Data, Waiting4Photos }

Public Member Functions

 Photosets (wxFlickrClient *pClient)
 Create object for flickr.com photosets operations.
void AddPhoto ()
 Call flickr.photosets.addPhoto (see http://www.flickr.com/services/api/flickr.photosets.addPhoto.html).
void Create ()
 Call flickr.photosets.create (see http://www.flickr.com/services/api/flickr.photosets.create.html).
void Delete ()
 Call flickr.photosets.delete (see http://www.flickr.com/services/api/flickr.photosets.delete.html).
void EditMeta ()
 Call flickr.photosets.editMeta (see http://www.flickr.com/services/api/flickr.photosets.editMeta.html).
void EditPhotos ()
 Call flickr.photosets.editPhotos (see http://www.flickr.com/services/api/flickr.photosets.editPhotos.html).
void GetContext ()
 Call flickr.photosets.getContext (see http://www.flickr.com/services/api/flickr.photosets.getContext.html).
void GetInfo ()
 Call flickr.photosets.getInfo (see http://www.flickr.com/services/api/flickr.photosets.getInfo.html).
void GetList ()
 Call flickr.photosets.getList (see http://www.flickr.com/services/api/flickr.photosets.getList.html).
void GetPhotos ()
 Call flickr.photosets.getPhotos (see http://www.flickr.com/services/api/flickr.photosets.getPhotos.html).
void OrderSets ()
 Call flickr.photosets.orderSets (see http://www.flickr.com/services/api/flickr.photosets.orderSets.html).
void RemovePhoto ()
 Call flickr.photosets.removePhoto (see http://www.flickr.com/services/api/flickr.photosets.removePhoto.html).

Protected Member Functions

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

Detailed Description

A wrapper for flickr.photosets.


Constructor & Destructor Documentation

Photosets::Photosets wxFlickrClient pClient  ) 
 

Create object for flickr.com photosets operations.

Parameters:
pClient The wxFlickrClient used for communication.


Member Function Documentation

void Photosets::AddPhoto  ) 
 

Call flickr.photosets.addPhoto (see http://www.flickr.com/services/api/flickr.photosets.addPhoto.html).

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

void Photosets::Create  ) 
 

Call flickr.photosets.create (see http://www.flickr.com/services/api/flickr.photosets.create.html).

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

void Photosets::Delete  ) 
 

Call flickr.photosets.delete (see http://www.flickr.com/services/api/flickr.photosets.delete.html).

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

void Photosets::EditMeta  ) 
 

Call flickr.photosets.editMeta (see http://www.flickr.com/services/api/flickr.photosets.editMeta.html).

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

void Photosets::EditPhotos  ) 
 

Call flickr.photosets.editPhotos (see http://www.flickr.com/services/api/flickr.photosets.editPhotos.html).

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

void Photosets::GetContext  ) 
 

Call flickr.photosets.getContext (see http://www.flickr.com/services/api/flickr.photosets.getContext.html).

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

void Photosets::GetInfo  ) 
 

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

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

void Photosets::GetList  ) 
 

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

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

void Photosets::GetPhotos  ) 
 

Call flickr.photosets.getPhotos (see http://www.flickr.com/services/api/flickr.photosets.getPhotos.html).

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

void Photosets::OrderSets  ) 
 

Call flickr.photosets.orderSets (see http://www.flickr.com/services/api/flickr.photosets.orderSets.html).

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

void Photosets::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 Photosets::RemovePhoto  ) 
 

Call flickr.photosets.removePhoto (see http://www.flickr.com/services/api/flickr.photosets.removePhoto.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:43 2006 for wxFlickr by  doxygen 1.4.6-NO