| wxFlickrAPI.Auth | A wrapper for flickr.auth |
| AuthData | A class for flickr.com authentication information |
| wxFlickrAPI.Blogs | A wrapper for flickr.blogs |
| Checksum | Computes a checksum from a byte stream |
| wxFlickrAPI.Contacts | A wrapper for flickr.contacts |
| wxFlickrAPI.Favorites | A wrapper for flickr.favorites |
| wxFlickrAPI.Groups | A wrapper for flickr.groups |
| wxFlickrAPI.GroupsPools | A wrapper for flickr.groups.pools |
| wxFlickrAPI.Interestingness | A wrapper for flickr.interestingness |
| MD5 | Computes the MD5 checksum from a byte stream |
| wxFlickrAPI.People | A wrapper for flickr.people |
| wxFlickrAPI.Photos | A wrapper for flickr.photos |
| PhotosData | A wrapper for lists of photos |
| wxFlickrAPI.Photosets | A wrapper for flickr.photosets |
| wxFlickrAPI.PhotosLicenses | A wrapper for flickr.photos.licenses |
| wxFlickrAPI.PhotosNotes | A wrapper for flickr.photos.notes |
| wxFlickrAPI.PhotosTransform | A wrapper for flickr.photos.transform |
| wxFlickrAPI.PhotosUpload | A wrapper for flickr.photos.upload |
| wxFlickrAPI.Reflection | A wrapper for flickr.reflection |
| wxFlickrAPI.Tags | A wrapper for flickr.tags |
| wxFlickrAPI.Test | A wrapper for flickr.test |
| wxFlickrAPI.Upload | An uploader |
| wxFlickrAPI.URLs | A wrapper for flickr.urls |
| wxFlickrAPI.wxFlickrAPIMethod | All flickr.com API methods are wrapped in subclasses of this |
| wxFlickrAPI.wxFlickrClient | The almighty client object that does all the communication with flickr |
| wxFlickrClientFactory | Factory for creating ready-to-use flickr client objects using a given communication type (REST, XMLRPC or SOAP, see: http://www.flickr.com/services/api/) |
| wxFlickrAPI.wxFlickrClientREST | A client for REST communication (See http://www.flickr.com/services/api/request.rest.html) |
| wxFlickrAPI.wxFlickrClientXMLRPC | A client for XML-RPC communication (See http://www.flickr.com/services/api/request.xmlrpc.html) |
| wxFlickrData | The general class for passing information here (e.g |
| wxFlickrError | Error messages are wrapped into this class |
| wxFlickrEvent | The wxFlickrAPI.wxFlickrClient and its components will annouce what is happening (an request has finished, an error occured, etc) by posting one of these events into the wxWidgets event system |
| wxFlickrHandler | An event handler for processing socket events while talking to flickr.com |
| wxFlickrHandlerREST | A socket event handler that understands REST responses (see http://www.flickr.com/services/api/response.rest.html) |
| wxFlickrHandlerXMLRPC | A socket event handler that understands XML-RPC responses (see http://www.flickr.com/services/api/response.xmlrpc.html) |
| wxFlickrPhoto | A wrapper for flickr photo information (see http://flickr.com/services/api/misc.urls.html) |
1.4.6-NO